Add/update project_contact
Request Information
URI Parameters :
None.
Body Parameters :
project_contact| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| project_id |
Project 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": "e5eafd18-aef2-4042-9ce7-2929ea1c80cb",
"project_id": "21c418ed-12e4-459c-a10b-c2477cc2c9b4",
"contact_id": "975bad22-31b2-41bc-aecf-1dee026e5e24",
"modified_dateutc": "2026-03-07T14:50:06.4510679+00:00"
}
application/xml, text/xml
Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>975bad22-31b2-41bc-aecf-1dee026e5e24</contact_id> <id>e5eafd18-aef2-4042-9ce7-2929ea1c80cb</id> <modified_dateutc>2026-03-07T14:50:06.451Z</modified_dateutc> <project_id>21c418ed-12e4-459c-a10b-c2477cc2c9b4</project_id> </project_contact>
Response Information
Resource Description :
project_contact| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| project_id |
Project 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": "2ddeec7f-30bd-48c8-9cf6-32bf808b6094",
"project_id": "12dda9d8-f7d8-4a88-a1ac-b9af165fe5a6",
"contact_id": "2c6325d7-28c6-4c7a-8eda-bd21d165a121",
"modified_dateutc": "2026-03-07T14:50:06.4510679+00:00"
}
application/xml, text/xml
Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>2c6325d7-28c6-4c7a-8eda-bd21d165a121</contact_id> <id>2ddeec7f-30bd-48c8-9cf6-32bf808b6094</id> <modified_dateutc>2026-03-07T14:50:06.451Z</modified_dateutc> <project_id>12dda9d8-f7d8-4a88-a1ac-b9af165fe5a6</project_id> </project_contact>