POST api/Orders/ChangeOrderStatus
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "b20996fc-f119-47b9-b3ee-815b798d3954",
"BranchID": 2,
"OrderID": 3,
"UserID": 4,
"OrderDate": "2026-06-05T14:02:51.5310419+03:00",
"ListIDs": [
1,
2,
3
],
"StatusID": 6
}
application/x-www-form-urlencoded
Sample: