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": "b196f0b0-b32a-44b6-a76a-9420882a7844",
  "processId": "e38bce85-2ae7-4745-ac6b-cde3752de27e",
  "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>b196f0b0-b32a-44b6-a76a-9420882a7844</OrderId>
  <OrderNumber>sample string 3</OrderNumber>
  <TargetProcessInstanceId>e38bce85-2ae7-4745-ac6b-cde3752de27e</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.