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": "8cb3644c-8806-4a5c-ba4b-5a7832538577", "contact_id": "f1df856b-193c-4a61-867a-f5f8673f429d", "company_id": "81b31961-302c-4802-b9ce-f02fb9f1aaef", "modified_dateutc": "2025-04-26T19:00:28.9598206+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.