POST api/DocumentCenter/WorkflowStatusSequenceApproversInsert
Request Information
URI Parameters
None.
Body Parameters
DocumentWorkflowStatusSequenceApproversViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | globally unique identifier |
None. |
|
| WorkflowStatusID | integer |
None. |
|
| WorkflowStatusTargetID | integer |
None. |
|
| WorkflowID | integer |
None. |
|
| UserID | globally unique identifier |
None. |
|
| UserIDs | string |
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": "351ed4ed-11df-4557-85d8-49bb13bfa9ce",
"WorkflowStatusID": 2,
"WorkflowStatusTargetID": 3,
"WorkflowID": 4,
"UserID": "386951bc-8c9b-4e5d-88fb-d86df8fe56d3",
"UserIDs": "sample string 6",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-03-19T16:21:45.9240157+00:00",
"CreatedUserID": "755cd6e5-e7ec-4778-9caf-e35490e220b9",
"ModifiedDate": "2026-03-19T16:21:45.9240157+00:00",
"ModifiedUserID": "ca64cb37-7dda-41a7-acd9-fb4365d004af",
"FeatureID": "bc5df9cb-cfb8-4f19-9c4e-3ce5486f0656",
"Token": "5c7f9503-2d5d-428b-a9b7-6a4e63a53981",
"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:
<DocumentWorkflowStatusSequenceApproversViewModel 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-19T16:21:45.9240157+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">755cd6e5-e7ec-4778-9caf-e35490e220b9</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">bc5df9cb-cfb8-4f19-9c4e-3ce5486f0656</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-19T16:21:45.9240157+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">ca64cb37-7dda-41a7-acd9-fb4365d004af</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">5c7f9503-2d5d-428b-a9b7-6a4e63a53981</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<ProjectID>351ed4ed-11df-4557-85d8-49bb13bfa9ce</ProjectID>
<UserID>386951bc-8c9b-4e5d-88fb-d86df8fe56d3</UserID>
<UserIDs>sample string 6</UserIDs>
<WorkflowID>4</WorkflowID>
<WorkflowStatusID>2</WorkflowStatusID>
<WorkflowStatusTargetID>3</WorkflowStatusTargetID>
</DocumentWorkflowStatusSequenceApproversViewModel>
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.