POST restaurant

Request Information

URI Parameters

None.

Body Parameters

RestaurantStateInfoPayload
NameDescriptionTypeAdditional information
restaurantId

string

None.

restaurantName

string

None.

status

string

None.

statusChangeDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "restaurantId": "sample string 1",
  "restaurantName": "sample string 2",
  "status": "sample string 3",
  "statusChangeDate": "sample string 4"
}

application/xml, text/xml

Sample:
<RestaurantStateInfoPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GetirAPI.View_Models">
  <RestaurantId>sample string 1</RestaurantId>
  <RestaurantName>sample string 2</RestaurantName>
  <Status>sample string 3</Status>
  <StatusChangeDate>sample string 4</StatusChangeDate>
</RestaurantStateInfoPayload>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.