POST api/Orders/GetOrderRows
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": "e403e4af-3be8-47bf-8c45-f3e23d020f5e",
"BranchID": 2,
"OrderID": 3,
"UserID": 4,
"OrderDate": "2026-07-30T12:23:16.956111+03:00",
"ListIDs": [
1,
2,
3
],
"StatusID": 6
}
application/x-www-form-urlencoded
Sample: