POST Trendyol/PickUp
Request Information
URI Parameters
None.
Body Parameters
TYOrderRequestFromRestaurant| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | integer |
None. |
|
| PackageID | integer |
None. |
|
| OrderID | string |
None. |
|
| SettingID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantID": 1,
"PackageID": 2,
"OrderID": "sample string 3",
"SettingID": 4
}
application/xml, text/xml
Sample:
<Trendyol.TYOrderRequestFromRestaurant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models"> <OrderID>sample string 3</OrderID> <PackageID>2</PackageID> <RestaurantID>1</RestaurantID> <SettingID>4</SettingID> </Trendyol.TYOrderRequestFromRestaurant>
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>