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": "bd51fed5-f3f8-498e-9f1c-08116ca88db2", "contact_id": "d3b0e3f8-8750-439c-bb24-219890cabfdf", "company_id": "4dc02a68-bc01-412f-868f-ceba82c2c3c7", "modified_dateutc": "2024-11-21T10:09:36.6478227+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.