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": "6976e3e8-3919-46c8-904d-70335007a0ff",
"UserID": "f806e7a3-607a-4bfc-bb4a-e991ffa1b17b",
"Email": "sample string 2",
"WorkflowRoleID": "sample string 3",
"RoleID": "f9b31131-3a16-403e-b868-db59687b2fb0",
"IsNew": true,
"FullName": "sample string 6",
"SecRoleID": "b61faae1-e494-423b-b70b-be6eae1c97ea",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-01-06T09:47:53.3976009+00:00",
"CreatedUserID": "19ac7a94-a7de-4e6d-af22-2a5e236b8aab",
"ModifiedDate": "2026-01-06T09:47:53.3976009+00:00",
"ModifiedUserID": "9159e9cb-b722-4f25-bdd6-e4e4835cedd1",
"FeatureID": "2d6b509a-c65a-41d5-8df0-01974f43fc3f",
"Token": "37a836a8-980b-46a9-b18f-fb585e56390b",
"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-01-06T09:47:53.3976009+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19ac7a94-a7de-4e6d-af22-2a5e236b8aab</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">2d6b509a-c65a-41d5-8df0-01974f43fc3f</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-01-06T09:47:53.3976009+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">9159e9cb-b722-4f25-bdd6-e4e4835cedd1</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">37a836a8-980b-46a9-b18f-fb585e56390b</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>6976e3e8-3919-46c8-904d-70335007a0ff</ProjectID>
<RoleID>f9b31131-3a16-403e-b868-db59687b2fb0</RoleID>
<SecRoleID>b61faae1-e494-423b-b70b-be6eae1c97ea</SecRoleID>
<UserID>f806e7a3-607a-4bfc-bb4a-e991ffa1b17b</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.