POST api/restaurants/CheckDeliveryArea
Request Information
URI Parameters
None.
Body Parameters
CheckDeliveryAreaRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.