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": "9b3dcd7e-4497-4329-b6a7-5e890c00fef7", "contact_id": "6c94f899-22b0-4dce-9da7-2aa1cde2b3ad", "company_id": "3af2ffee-4c28-4c2d-ab57-47bdd444c39f", "modified_dateutc": "2025-06-03T08:30:27.078211+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.