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": "248e879c-01a9-48b6-87fb-b304bb5facbc",
"processId": "ff3ac040-af37-40d1-a28d-fc83b1138b88",
"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>248e879c-01a9-48b6-87fb-b304bb5facbc</OrderId> <OrderNumber>sample string 3</OrderNumber> <TargetProcessInstanceId>ff3ac040-af37-40d1-a28d-fc83b1138b88</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.