GET Getir/ChangeRestaurantStatus

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

None.