Add/update project_contact

Request Information

URI Parameters :

None.

Body Parameters :

project_contact
NameDescriptionTypeAdditional 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": "62b80c49-0b02-4711-b7c6-5abc9e179d91",
  "project_id": "afc7d946-dbaf-4171-b065-8dd4f2b22fe0",
  "contact_id": "30311b04-30cc-4335-aecf-903487ca64ff",
  "modified_dateutc": "2026-06-16T21:17:20.6902573+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>30311b04-30cc-4335-aecf-903487ca64ff</contact_id>
  <id>62b80c49-0b02-4711-b7c6-5abc9e179d91</id>
  <modified_dateutc>2026-06-16T21:17:20.690Z</modified_dateutc>
  <project_id>afc7d946-dbaf-4171-b065-8dd4f2b22fe0</project_id>
</project_contact>

Response Information

Resource Description :

project_contact
NameDescriptionTypeAdditional 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": "529d2fef-4267-4116-a168-341d9770c8e5",
  "project_id": "13f53b6f-c686-4714-bc67-3d9c2b04c1aa",
  "contact_id": "44208e19-b25f-49cf-a91a-e2b8fa3a0e61",
  "modified_dateutc": "2026-06-16T21:17:20.6902573+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>44208e19-b25f-49cf-a91a-e2b8fa3a0e61</contact_id>
  <id>529d2fef-4267-4116-a168-341d9770c8e5</id>
  <modified_dateutc>2026-06-16T21:17:20.690Z</modified_dateutc>
  <project_id>13f53b6f-c686-4714-bc67-3d9c2b04c1aa</project_id>
</project_contact>