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": "0f8fddfb-7569-45c8-9466-c434f706a2b8",
  "BranchID": 2,
  "CriteriaID": 3,
  "LastUpdate": "2026-07-30T15:18:48.7216207+03: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'.