POST api/restaurants/CheckDeliveryArea

Request Information

URI Parameters

None.

Body Parameters

CheckDeliveryAreaRequest
NameDescriptionTypeAdditional information
RestaurantId

integer

None.

Lat

string

None.

Lng

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RestaurantId": 1,
  "Lat": "sample string 2",
  "Lng": "sample string 3"
}

application/xml, text/xml

Sample:
<RestaurantViewModel.CheckDeliveryAreaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HizirYetisAPI.ViewModels">
  <Lat>sample string 2</Lat>
  <Lng>sample string 3</Lng>
  <RestaurantId>1</RestaurantId>
</RestaurantViewModel.CheckDeliveryAreaRequest>

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 'CheckDeliveryAreaRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.