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": "d0bba419-0472-43db-985b-bc020e4ae6af",
"ClientId": "ece9df9b-45cf-4664-8d8e-36121775a8d4",
"SalesOrderId": "449092cd-f4b2-438a-bb6c-f0d41d843a1f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true