POST HesapPos/GetAllPackages
Request Information
URI Parameters
None.
Body Parameters
AllPackageList| Name | Description | Type | Additional 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": "2025-11-09T14:49:49.922047+03:00",
"EndDate": "2025-11-09T14:49:49.922047+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>2025-11-09T14:49:49.922047+03:00</EndDate> <RestaurantID>sample string 2</RestaurantID> <StartDate>2025-11-09T14:49:49.922047+03:00</StartDate> </Packages.AllPackageList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.