POST api/OrderStage/DeactivateConcurrentProcessInstances
Request Information
URI Parameters
None.
Body Parameters
ProcessInstanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | globally unique identifier |
None. |
|
| processId | globally unique identifier |
None. |
|
| orderNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderId": "68263f1f-3cdb-4b9b-9bd6-e56e2eabb2d9",
"processId": "526fe5b7-8d84-4039-a80a-ff50b5ab66dd",
"orderNumber": "sample string 3"
}
application/xml, text/xml
Sample:
<ProcessInstanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PARS.WebApi.Proxy.Models"> <OrderId>68263f1f-3cdb-4b9b-9bd6-e56e2eabb2d9</OrderId> <OrderNumber>sample string 3</OrderNumber> <TargetProcessInstanceId>526fe5b7-8d84-4039-a80a-ff50b5ab66dd</TargetProcessInstanceId> </ProcessInstanceModel>
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.