Updates the project contact with the specified key.

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

The project contact 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": "fa9acc37-02eb-42ea-a5d8-ac1e922059a6",
  "project_id": "54ae5e1d-3ae4-42de-bd21-67bf7013b260",
  "contact_id": "ba1d822a-c78f-4677-a6fc-b01b8047139e",
  "modified_dateutc": "2026-09-16T08:35:37.4250931+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>ba1d822a-c78f-4677-a6fc-b01b8047139e</contact_id>
  <id>fa9acc37-02eb-42ea-a5d8-ac1e922059a6</id>
  <modified_dateutc>2026-09-16T08:35:37.425Z</modified_dateutc>
  <project_id>54ae5e1d-3ae4-42de-bd21-67bf7013b260</project_id>
</project_contact>

Response Information

Resource Description :

IHttpActionResult containing the updated project contact.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.