POST api/WebOrders/GetGridRows

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": "0bc3de23-cdf3-496c-8fd4-5ddb702a6fec",
  "BranchID": 2,
  "StatusID": 3,
  "dateFrom": "2026-06-05T10:26:12.8538679+03:00",
  "dateTo": "2026-06-05T10:26:12.8538679+03:00",
  "WebOrderID": 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 'WebOrderCriteria'.