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": "9668f521-1e96-4cd2-bc5b-74a894d0b225",
  "BranchID": 2,
  "CriteriaID": 3,
  "LastUpdate": "2025-10-28T22:59:20.3169045+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'.