POST HesapPos/GetPackage
Request Information
URI Parameters
None.
Body Parameters
PackageList| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
None. |
|
| remoteOrderNumber | string |
None. |
|
| RestaurantID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiKey": "sample string 1",
"remoteOrderNumber": "sample string 2",
"RestaurantID": "sample string 3"
}
application/xml, text/xml
Sample:
<Packages.PackageList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models"> <ApiKey>sample string 1</ApiKey> <RestaurantID>sample string 3</RestaurantID> <remoteOrderNumber>sample string 2</remoteOrderNumber> </Packages.PackageList>
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.