POST Getir/ChangeStatusAlpaslan
Request Information
URI Parameters
None.
Body Parameters
GetirStatusChange| Name | Description | Type | Additional information |
|---|---|---|---|
| SettingID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| OrderID1 | string |
None. |
|
| Action | string |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SettingID": 1,
"RestaurantID": 2,
"OrderID1": "sample string 3",
"Action": "sample string 4",
"Reason": "sample string 5"
}
Response Information
Resource Description
ChangeStatusResultModal| Name | Description | Type | Additional information |
|---|---|---|---|
| result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}