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": "8cbfd6e5-aeff-4167-b2da-eb4bee0ee02f",
  "company_id": "75607f03-aada-418f-9b51-9d653876f616",
  "contact_id": "726e2894-580e-4028-b2d6-6957fac049d8",
  "modified_dateutc": "2026-06-16T21:21:53.8493622+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>75607f03-aada-418f-9b51-9d653876f616</company_id>
  <contact_id>726e2894-580e-4028-b2d6-6957fac049d8</contact_id>
  <id>8cbfd6e5-aeff-4167-b2da-eb4bee0ee02f</id>
  <modified_dateutc>2026-06-16T21:21:53.849Z</modified_dateutc>
</company_contact>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.