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": "3cf3cb3a-eb69-4b64-a25a-f7dfe2655ec3",
  "project_id": "5d1034c8-ddb4-42fe-b188-17411b809729",
  "contact_id": "dd12fd03-6ada-4b25-81c6-f919b8bf61cc",
  "modified_dateutc": "2026-01-11T21:00:19.918136+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>dd12fd03-6ada-4b25-81c6-f919b8bf61cc</contact_id>
  <id>3cf3cb3a-eb69-4b64-a25a-f7dfe2655ec3</id>
  <modified_dateutc>2026-01-11T21:00:19.918Z</modified_dateutc>
  <project_id>5d1034c8-ddb4-42fe-b188-17411b809729</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": "4c3d8301-a8fb-4afe-82e5-533f3ba75a0a",
  "project_id": "b0275edc-432e-451c-a69a-cf5c648249dd",
  "contact_id": "59e16988-fa0b-4612-9ee8-9e0d08438b7c",
  "modified_dateutc": "2026-01-11T21:00:19.9281214+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>59e16988-fa0b-4612-9ee8-9e0d08438b7c</contact_id>
  <id>4c3d8301-a8fb-4afe-82e5-533f3ba75a0a</id>
  <modified_dateutc>2026-01-11T21:00:19.928Z</modified_dateutc>
  <project_id>b0275edc-432e-451c-a69a-cf5c648249dd</project_id>
</project_contact>