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": "a22b1739-f8e3-4407-83e4-3b0fa97eb925", "contact_id": "15653a16-3110-4a1e-bfc6-4c23f4d300aa", "company_id": "0a2ea919-ef24-4b6e-a10e-057a6e165a58", "modified_dateutc": "2025-07-31T13:56:36.7179796+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.