POST api/WebOrders/Get

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": "02a253c9-179c-4098-9ada-192bcd8ea6fa",
  "BranchID": 2,
  "StatusID": 3,
  "dateFrom": "2025-10-28T23:03:52.4050156+02:00",
  "dateTo": "2025-10-28T23:03:52.4050156+02: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'.