PUT api/DocumentCenter/Workflow
Request Information
URI Parameters
None.
Body Parameters
DocCenterWorkflow| Name | Description | Type | Additional information |
|---|---|---|---|
| workflowId | integer |
None. |
|
| documentId | integer |
None. |
|
| workflowStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"workflowId": 1,
"documentId": 1,
"workflowStatus": 1
}
application/xml, text/xml
Sample:
<DocCenterWorkflow xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <workflowId>1</workflowId> <documentId>1</documentId> <workflowStatus>1</workflowStatus> </DocCenterWorkflow>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.