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": "b14a1ae8-83c3-4fe0-8b98-d619ca3c23d2", "contact_id": "0b3cb9f6-810e-4bb2-bcbb-59101aef2996", "company_id": "e3f49723-cfa7-4ac0-ab7e-298cb73da936", "modified_dateutc": "2025-05-16T16:50:31.6569372+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.