POST api/TableOrders/GetTableOrderData

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": "faa7a099-4f5e-4ef2-a4bf-96929e85bd00",
  "BranchID": 2,
  "CriteriaID": 3,
  "LastUpdate": "2026-02-15T14:01:29.912895+02:00",
  "GetAll": true
}

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 'TableOrderData'.