POST Trendyol/Invoiced

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>