POST api/OrderStage/DeactivateConcurrentProcessInstances
Request Information
URI Parameters
None.
Body Parameters
ProcessInstanceModelName | 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": "00c45ca4-dd5e-435d-a202-34a432d4f91f", "processId": "5a2cbf43-a7e1-4b9a-891a-935fe6ee9fba", "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>00c45ca4-dd5e-435d-a202-34a432d4f91f</OrderId> <OrderNumber>sample string 3</OrderNumber> <TargetProcessInstanceId>5a2cbf43-a7e1-4b9a-891a-935fe6ee9fba</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.