POST YemekSepeti/PickUpOrder
Request Information
URI Parameters
None.
Body Parameters
YemeksepetiPickUpOrderRequestFromRestaurant| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | integer |
None. |
|
| SettingID | integer |
None. |
|
| orderToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantID": 1,
"SettingID": 2,
"orderToken": "sample string 3"
}
application/xml, text/xml
Sample:
<Yemeksepeti.YemeksepetiPickUpOrderRequestFromRestaurant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models"> <RestaurantID>1</RestaurantID> <SettingID>2</SettingID> <orderToken>sample string 3</orderToken> </Yemeksepeti.YemeksepetiPickUpOrderRequestFromRestaurant>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>