PUT api/ProjectContacts/Put
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": "1265f2b7-a9bb-4162-a36a-8757270c87fd",
"UserID": "be768389-1015-499a-aa01-a12c40e95edc",
"Email": "sample string 2",
"WorkflowRoleID": "sample string 3",
"RoleID": "c014ec47-d297-4337-8cf7-e9f200058f7f",
"IsNew": true,
"FullName": "sample string 6",
"SecRoleID": "e1605425-f008-4ca4-ae91-e859f975067e",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-03-19T14:24:15.2556823+00:00",
"CreatedUserID": "a84e7315-1761-48e0-aa40-fdbfa730a262",
"ModifiedDate": "2026-03-19T14:24:15.2556823+00:00",
"ModifiedUserID": "09ab2ecd-a957-4a29-8833-2e84b85db888",
"FeatureID": "d52f9cc8-0d8d-4ac1-807d-f444b0a52392",
"Token": "a82658be-9a06-4f64-85ac-29c138046e60",
"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-19T14:24:15.2556823+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">a84e7315-1761-48e0-aa40-fdbfa730a262</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">d52f9cc8-0d8d-4ac1-807d-f444b0a52392</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-19T14:24:15.2556823+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">09ab2ecd-a957-4a29-8833-2e84b85db888</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">a82658be-9a06-4f64-85ac-29c138046e60</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>1265f2b7-a9bb-4162-a36a-8757270c87fd</ProjectID>
<RoleID>c014ec47-d297-4337-8cf7-e9f200058f7f</RoleID>
<SecRoleID>e1605425-f008-4ca4-ae91-e859f975067e</SecRoleID>
<UserID>be768389-1015-499a-aa01-a12c40e95edc</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.