GET Getir/ChangeRestaurantStatus
Request Information
URI Parameters
None.
Body Parameters
WebhookChangeRestaurantStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| restaurantId | string |
None. |
|
| restaurantName | string |
None. |
|
| status | integer |
None. |
|
| statusChangeDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"restaurantId": "sample string 1",
"restaurantName": "sample string 2",
"status": 3,
"statusChangeDate": "sample string 4"
}
application/xml, text/xml
Sample:
<Webhook.WebhookChangeRestaurantStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models"> <restaurantId>sample string 1</restaurantId> <restaurantName>sample string 2</restaurantName> <status>3</status> <statusChangeDate>sample string 4</statusChangeDate> </Webhook.WebhookChangeRestaurantStatus>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.