Creates a new project contact
Request Information
URI Parameters :
None.
Body Parameters :
project_contact| Name | Description | Type | Additional 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": "0db8ab37-331c-4218-adfa-7d1f1f6a0fd8",
"project_id": "9f950090-dfaa-4d44-b76a-e41c30f9add9",
"contact_id": "4633ae4e-c332-432b-be9b-cba5381ac585",
"modified_dateutc": "2026-01-11T23:47:36.2649995+00:00"
}
application/xml, text/xml
Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>4633ae4e-c332-432b-be9b-cba5381ac585</contact_id> <id>0db8ab37-331c-4218-adfa-7d1f1f6a0fd8</id> <modified_dateutc>2026-01-11T23:47:36.264Z</modified_dateutc> <project_id>9f950090-dfaa-4d44-b76a-e41c30f9add9</project_id> </project_contact>
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.