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": "12a667d1-6b32-4c6e-8e6d-a51c3608f7d1",
  "project_id": "fbbf20a0-9385-4fd0-845e-073de64d5a80",
  "contact_id": "a2ec719f-636b-4713-9d79-9da171b5c6a0",
  "modified_dateutc": "2026-03-07T13:15:50.4541382+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>a2ec719f-636b-4713-9d79-9da171b5c6a0</contact_id>
  <id>12a667d1-6b32-4c6e-8e6d-a51c3608f7d1</id>
  <modified_dateutc>2026-03-07T13:15:50.454Z</modified_dateutc>
  <project_id>fbbf20a0-9385-4fd0-845e-073de64d5a80</project_id>
</project_contact>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.