POST OutSource/GetPackage

Request Information

URI Parameters

None.

Body Parameters

PackageList
NameDescriptionTypeAdditional information
ApiKey

string

None.

ApiSecret

string

None.

remoteOrderNumber

string

None.

RestaurantID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiKey": "sample string 1",
  "ApiSecret": "sample string 2",
  "remoteOrderNumber": "sample string 3",
  "RestaurantID": "sample string 4"
}

application/xml, text/xml

Sample:
<OutSource.PackageList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models">
  <ApiKey>sample string 1</ApiKey>
  <ApiSecret>sample string 2</ApiSecret>
  <RestaurantID>sample string 4</RestaurantID>
  <remoteOrderNumber>sample string 3</remoteOrderNumber>
</OutSource.PackageList>

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.