POST api/SalesOrder/SetAsComplete
Set order as complete according to system settings definition of a completed order: Picked or Dispatched. Is it Dispatched, a consignment will be created for the order
Request Information
URI Parameters
None.
Body Parameters
SetSalesOrderAsCompleteInputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "0656e62c-a210-4895-9ca9-5a26bfebf051",
"ClientId": "13462503-1b33-4308-af47-d25e89c5f988",
"SalesOrderId": "7b855d3e-4d62-4771-b001-3040cff99155"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true