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": "b32ed1c0-e6cf-46c6-9fc4-23cb1181578e",
  "project_id": "dbdbe7f2-04d6-4150-bc63-74101ccfdf71",
  "contact_id": "e00f4b1d-4bad-40aa-bee3-e536f9d432ba",
  "modified_dateutc": "2026-06-16T21:16:40.0930705+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>e00f4b1d-4bad-40aa-bee3-e536f9d432ba</contact_id>
  <id>b32ed1c0-e6cf-46c6-9fc4-23cb1181578e</id>
  <modified_dateutc>2026-06-16T21:16:40.093Z</modified_dateutc>
  <project_id>dbdbe7f2-04d6-4150-bc63-74101ccfdf71</project_id>
</project_contact>

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.