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": "e30249dd-3d26-4cc8-b28c-32c64e711c36",
"ClientId": "ecf2da81-d3bf-4e61-a9b8-76a67e6ebd60",
"SalesOrderId": "0d6a5b14-61c8-412e-8061-dae23f545949"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true