POST api/Orders/ChangeOrderStatus

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "57a4ad4c-2669-4e38-9c5a-f9e66704cbaa",
  "BranchID": 2,
  "OrderID": 3,
  "UserID": 4,
  "OrderDate": "2026-04-11T16:54:35.7953548+03:00",
  "ListIDs": [
    1,
    2,
    3
  ],
  "StatusID": 6
}

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 'OrderStatus'.