POST api/OrderStage/DeactivateConcurrentProcessInstances

Request Information

URI Parameters

None.

Body Parameters

ProcessInstanceModel
NameDescriptionTypeAdditional information
orderId

globally unique identifier

None.

processId

globally unique identifier

None.

orderNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "orderId": "8bfbe832-0e79-44a5-8f7a-ea7b6398a008",
  "processId": "0fda2410-a9ac-4b3f-a9eb-aed2f5788a3e",
  "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>8bfbe832-0e79-44a5-8f7a-ea7b6398a008</OrderId>
  <OrderNumber>sample string 3</OrderNumber>
  <TargetProcessInstanceId>0fda2410-a9ac-4b3f-a9eb-aed2f5788a3e</TargetProcessInstanceId>
</ProcessInstanceModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.