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": "8d371b61-4c2d-4631-b696-e67d5c6d8a7a", "contact_id": "1b2a9db9-757a-4bde-b776-6747733a66af", "company_id": "f474815b-eebf-45dc-9d0b-7d1ccb2a0571", "modified_dateutc": "2025-02-05T06:48:42.2988518+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.