POST api/ProjectContacts/Post
Request Information
URI Parameters
None.
Body Parameters
ProjectContactsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| string |
None. |
||
| WorkflowRoleID | string |
None. |
|
| RoleID | globally unique identifier |
None. |
|
| IsNew | boolean |
None. |
|
| FullName | string |
None. |
|
| SecRoleID | globally unique identifier |
None. |
|
| CompanyID | integer |
None. |
|
| Language | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| FeatureID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| Action | Actions |
None. |
|
| FilterText | string |
None. |
|
| CurrentIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| SortColumn | string |
None. |
|
| Sortby | SortDirection |
None. |
|
| ImageId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Sort | integer |
None. |
|
| Messages | Collection of ErrorMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": "1ba2c6dc-f01e-4c98-abab-d644bbae1f2c",
"UserID": "1b8239b2-4287-44de-abb4-90e9733e18fe",
"Email": "sample string 2",
"WorkflowRoleID": "sample string 3",
"RoleID": "370f8854-9cdc-4acf-995c-e5f05af4d402",
"IsNew": true,
"FullName": "sample string 6",
"SecRoleID": "bdf66343-45cc-4c1b-a549-6afdb19713d6",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-07-13T12:43:48.784957+00:00",
"CreatedUserID": "e01501b9-a480-47c6-b92c-34476b60de49",
"ModifiedDate": "2026-07-13T12:43:48.784957+00:00",
"ModifiedUserID": "65882603-285d-437d-b861-fa0029797d26",
"FeatureID": "af0bc45b-1437-4f15-b835-ce0d2846ecb4",
"Token": "3b59e9ab-366a-4b6e-806e-4477b7ebf3b3",
"Action": 0,
"FilterText": "sample string 15",
"CurrentIndex": 16,
"PageSize": 17,
"TotalRecords": 18,
"SortColumn": "sample string 19",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ProjectContactsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.ProjectModels">
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">7</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-13T12:43:48.784957+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">e01501b9-a480-47c6-b92c-34476b60de49</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">16</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">af0bc45b-1437-4f15-b835-ce0d2846ecb4</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 15</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 8</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-07-13T12:43:48.784957+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">65882603-285d-437d-b861-fa0029797d26</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 19</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">3b59e9ab-366a-4b6e-806e-4477b7ebf3b3</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<Email>sample string 2</Email>
<FullName>sample string 6</FullName>
<IsNew>true</IsNew>
<ProjectID>1ba2c6dc-f01e-4c98-abab-d644bbae1f2c</ProjectID>
<RoleID>370f8854-9cdc-4acf-995c-e5f05af4d402</RoleID>
<SecRoleID>bdf66343-45cc-4c1b-a549-6afdb19713d6</SecRoleID>
<UserID>1b8239b2-4287-44de-abb4-90e9733e18fe</UserID>
<WorkflowRoleID>sample string 3</WorkflowRoleID>
</ProjectContactsViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.