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": "526196ca-a887-4789-9803-ba7387e94b26",
"ClientId": "cc7e8ae3-8955-4343-acdf-6f1c9c5e7e57",
"SalesOrderId": "69beffea-e895-421d-80f1-df83accfbd80"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true