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": "4cfb1bfd-4fd7-4b2b-85ea-f8a32cebcce1", "contact_id": "2108ac81-a19e-4678-be81-1b13b8c33fc5", "company_id": "c4288523-8812-41cc-ab35-43baddb24f0d", "modified_dateutc": "2025-08-15T05:02:17.9855519+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.