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": "686f1591-576c-4ee1-8016-9d11e94b41c2", "contact_id": "16d844b5-2759-4ef8-8d5e-f84f7b2bc1be", "company_id": "2b613fba-8c68-4e8b-a659-bf957b7dd7f5", "modified_dateutc": "2024-12-21T06:21:22.7189635+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.