POST api/ProjectContacts/ActiveStatusUpdate
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": "0b92de3f-bba4-45ad-a860-a78feb8eee5d",
"UserID": "d1b5d72d-a23f-4eec-8a24-cbd0ebe426fd",
"Email": "sample string 2",
"WorkflowRoleID": "sample string 3",
"RoleID": "3e0700c5-a0a8-4482-b6af-085fb6a5ddd2",
"IsNew": true,
"FullName": "sample string 6",
"SecRoleID": "e0ce3292-4f16-4dcf-9704-31ad800c5f57",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-03-22T11:58:04.9321308+00:00",
"CreatedUserID": "527c8fff-734d-455e-a6a4-29b9d35ee067",
"ModifiedDate": "2026-03-22T11:58:04.9321308+00:00",
"ModifiedUserID": "ca7e2b02-2e68-430f-85e6-fedd57693f16",
"FeatureID": "863fe96f-c5da-43bc-b892-53f3a0f876e3",
"Token": "aa345aae-f59c-480f-954d-2d48b9a4f476",
"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-03-22T11:58:04.9321308+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">527c8fff-734d-455e-a6a4-29b9d35ee067</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">863fe96f-c5da-43bc-b892-53f3a0f876e3</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-03-22T11:58:04.9321308+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">ca7e2b02-2e68-430f-85e6-fedd57693f16</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">aa345aae-f59c-480f-954d-2d48b9a4f476</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>0b92de3f-bba4-45ad-a860-a78feb8eee5d</ProjectID>
<RoleID>3e0700c5-a0a8-4482-b6af-085fb6a5ddd2</RoleID>
<SecRoleID>e0ce3292-4f16-4dcf-9704-31ad800c5f57</SecRoleID>
<UserID>d1b5d72d-a23f-4eec-8a24-cbd0ebe426fd</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.