Updates the project contact with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "e8afcb6d-a2be-49f8-bbda-b38ffcfe9e82",
  "project_id": "8f6f8d79-1081-4a5d-aadd-e014ec6dc488",
  "contact_id": "0fed1443-5d8c-4bd3-9c5a-ba7658fda106",
  "modified_dateutc": "2026-06-16T21:20:53.9994287+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>0fed1443-5d8c-4bd3-9c5a-ba7658fda106</contact_id>
  <id>e8afcb6d-a2be-49f8-bbda-b38ffcfe9e82</id>
  <modified_dateutc>2026-06-16T21:20:53.999Z</modified_dateutc>
  <project_id>8f6f8d79-1081-4a5d-aadd-e014ec6dc488</project_id>
</project_contact>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.