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": "c63dca9a-560c-4d2b-8863-835615ccbea9", "contact_id": "3a69fe5e-6e8c-4c43-ad87-2643d0aaa64d", "company_id": "75e02289-6feb-4100-b946-b3e5c61b6a89", "modified_dateutc": "2025-05-09T01:33:02.5372035+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.