Creates a new company contact object
Request Information
URI Parameters :
None.
Body Parameters :
company_contactName | Description | Type | Additional information |
---|---|---|---|
id |
Primary key |
globally unique identifier |
Required |
contact_id |
Company of the contact |
globally unique identifier |
Optionally required : contact_id must be provided |
company_id |
Company of the contact |
globally unique identifier |
Optionally required : company_id must be provided |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{ "id": "7147aadf-8772-4d90-a01e-2dd518ad4f30", "contact_id": "483c91db-723e-4180-ab50-4c95c120f2fc", "company_id": "9a306be3-bcb5-4f0c-9f5a-e512fd2926e2", "modified_dateutc": "2025-08-05T23:56:45.2974819+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.