POST api/TableOrders/GetTableOrders
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": "a8b071c5-2c99-4062-b126-5d221a31c0b1",
"BranchIDs": [
1,
2,
3
],
"DateFrom": "2026-07-30T15:22:15.0294333+03:00",
"DateTo": "2026-07-30T15:22:15.0294333+03:00",
"StatusID": 4
}
application/x-www-form-urlencoded
Sample: