POST HesapPos/GetAllPackages

Request Information

URI Parameters

None.

Body Parameters

AllPackageList
NameDescriptionTypeAdditional information
ApiKey

string

None.

RestaurantID

string

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiKey": "sample string 1",
  "RestaurantID": "sample string 2",
  "StartDate": "2026-06-23T11:45:49.5307671+03:00",
  "EndDate": "2026-06-23T11:45:49.5307671+03:00"
}

application/xml, text/xml

Sample:
<Packages.AllPackageList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models">
  <ApiKey>sample string 1</ApiKey>
  <EndDate>2026-06-23T11:45:49.5307671+03:00</EndDate>
  <RestaurantID>sample string 2</RestaurantID>
  <StartDate>2026-06-23T11:45:49.5307671+03:00</StartDate>
</Packages.AllPackageList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.