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": "a454900e-78c1-4b2e-8d5b-6c585d7ec477", "contact_id": "59c15a9e-eb70-479a-9cd8-b1b2c6a37fc5", "company_id": "e9ba6739-864d-4ad5-9d98-10ecac807527", "modified_dateutc": "2025-08-21T11:15:30.3081607+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.