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
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SetSalesOrderAsCompleteInputParameters'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true