Creates a new 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": "0f8561fd-37dd-4b39-a8b1-9c15ce7f77de",
  "project_id": "e767a2f8-3882-4b54-9d5d-cc562b4627bf",
  "contact_id": "77418d23-8be8-4c9a-baa3-c1723ea5f50b",
  "modified_dateutc": "2026-03-07T14:49:20.9259117+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>77418d23-8be8-4c9a-baa3-c1723ea5f50b</contact_id>
  <id>0f8561fd-37dd-4b39-a8b1-9c15ce7f77de</id>
  <modified_dateutc>2026-03-07T14:49:20.925Z</modified_dateutc>
  <project_id>e767a2f8-3882-4b54-9d5d-cc562b4627bf</project_id>
</project_contact>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.