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": "14e5d748-9eec-4c5b-8766-5ecde889f235",
"BranchID": 2,
"OrderID": 3,
"UserID": 4,
"OrderDate": "2025-12-22T14:54:28.2832528+02:00",
"ListIDs": [
1,
2,
3
],
"StatusID": 6
}
application/x-www-form-urlencoded
Sample: