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": "dfdc09dc-ae24-4b2a-bbe3-3e86c8e42d67",
"ClientId": "4e934868-a44f-4f9f-98d1-d74717a34f67",
"SalesOrderId": "d7097537-c147-4232-9048-c97f7e6772c9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true