Creates a new company contact object

Request Information

URI Parameters :

None.

Body Parameters :

company_contact
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
company_id

Company Id

globally unique identifier
contact_id

Contact Id

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "504c9312-c742-4713-af0f-1a2e5fdf1f1b",
  "company_id": "8ab69bba-8aa1-4d4d-a386-b3fc5211525b",
  "contact_id": "48d05648-89d5-44ff-8787-c371f45cd0a2",
  "modified_dateutc": "2026-01-11T23:53:11.2517833+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>8ab69bba-8aa1-4d4d-a386-b3fc5211525b</company_id>
  <contact_id>48d05648-89d5-44ff-8787-c371f45cd0a2</contact_id>
  <id>504c9312-c742-4713-af0f-1a2e5fdf1f1b</id>
  <modified_dateutc>2026-01-11T23:53:11.251Z</modified_dateutc>
</company_contact>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.