POST TrendyolSariExpress/CancelOrderSariExpress
Request Information
URI Parameters
None.
Body Parameters
TrendyolCancelPackageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| restaurantId | integer |
None. |
|
| packageId | string |
None. |
|
| itemIdList | Collection of string |
None. |
|
| reasonId | integer |
None. |
|
| SettingID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"restaurantId": 1,
"packageId": "sample string 2",
"itemIdList": [
"sample string 1",
"sample string 2"
],
"reasonId": 3,
"SettingID": 4
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true