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": "3bdb1f3f-f48a-4397-95ee-bb7ba3b4fdb5", "contact_id": "fdbd6f7c-6672-4d97-abe0-e6c433d7225c", "company_id": "c198a0a3-a973-4842-a28a-cafa06633218", "modified_dateutc": "2025-01-18T05:00:53.382401+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.