POST TrendyolMarket/UpdatePackageStatus
Request Information
URI Parameters
None.
Body Parameters
TrendyolMarketStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SettingID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| PackageID | string |
None. |
|
| Status | string |
None. |
|
| ReceiptAmount | decimal number |
None. |
|
| InvoiceTaxAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SettingID": 1,
"RestaurantID": 2,
"PackageID": "sample string 3",
"Status": "sample string 4",
"ReceiptAmount": 1.0,
"InvoiceTaxAmount": 1.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.