Creates a new company contact object
Request Information
URI Parameters :
None.
Body Parameters :
company_contact| Name | 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": "7829728a-a744-4597-b8a5-cfffd06d98db",
"contact_id": "f82a37a0-98f7-4aa2-9255-43b9b32f55bb",
"company_id": "193b7dd1-f6a8-4e23-b5fb-f4a80aef65fd",
"modified_dateutc": "2026-03-19T19:07:20.5268962+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.