Save company_contact
Request Information
URI Parameters :
None.
Body Parameters :
company_contact| Name | Description | Type | Additional 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": "15b297d4-f36e-49ca-bca3-b03f88f361ee",
"company_id": "13b990a2-cf98-44e1-ab5c-9499fe246338",
"contact_id": "d9afa128-482b-4696-9d26-0ece3a232975",
"modified_dateutc": "2026-03-07T14:56:16.9722063+00:00"
}
application/xml, text/xml
Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>13b990a2-cf98-44e1-ab5c-9499fe246338</company_id> <contact_id>d9afa128-482b-4696-9d26-0ece3a232975</contact_id> <id>15b297d4-f36e-49ca-bca3-b03f88f361ee</id> <modified_dateutc>2026-03-07T14:56:16.972Z</modified_dateutc> </company_contact>
Response Information
Resource Description :
company_contact| Name | Description | Type | Additional 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": "eab3e9d9-5e6a-4339-8393-444cb0479791",
"company_id": "2f4e2b0a-16d8-4520-8ea8-b5464898611f",
"contact_id": "aafef213-0fe9-4bfc-b51b-3afe1362c02f",
"modified_dateutc": "2026-03-07T14:56:16.9829846+00:00"
}
application/xml, text/xml
Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>2f4e2b0a-16d8-4520-8ea8-b5464898611f</company_id> <contact_id>aafef213-0fe9-4bfc-b51b-3afe1362c02f</contact_id> <id>eab3e9d9-5e6a-4339-8393-444cb0479791</id> <modified_dateutc>2026-03-07T14:56:16.982Z</modified_dateutc> </company_contact>