Save company_contact

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": "ecd06906-b208-4539-9a3b-2abde4a9d300",
  "company_id": "759d2a26-8d0f-44ee-b1e1-27a346c815a4",
  "contact_id": "05d2ee72-b1ce-4688-919c-db2aeabc66d3",
  "modified_dateutc": "2026-01-11T21:06:42.3856805+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>759d2a26-8d0f-44ee-b1e1-27a346c815a4</company_id>
  <contact_id>05d2ee72-b1ce-4688-919c-db2aeabc66d3</contact_id>
  <id>ecd06906-b208-4539-9a3b-2abde4a9d300</id>
  <modified_dateutc>2026-01-11T21:06:42.385Z</modified_dateutc>
</company_contact>

Response Information

Resource Description :

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

Response Formats

application/json, text/json

Sample:
{
  "id": "f07bd156-22b3-4aca-afc5-fba11cc06cfe",
  "company_id": "e97d4924-4830-4aae-bb8b-9fb76967d4d8",
  "contact_id": "fc481d9e-652f-4437-9952-14f1355058d2",
  "modified_dateutc": "2026-01-11T21:06:42.3978154+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>e97d4924-4830-4aae-bb8b-9fb76967d4d8</company_id>
  <contact_id>fc481d9e-652f-4437-9952-14f1355058d2</contact_id>
  <id>f07bd156-22b3-4aca-afc5-fba11cc06cfe</id>
  <modified_dateutc>2026-01-11T21:06:42.397Z</modified_dateutc>
</company_contact>