POST HesapPos/GetPackage

Request Information

URI Parameters

None.

Body Parameters

PackageList
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PackageList'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.