POST api/restaurants/reviews
Request Information
URI Parameters
None.
Body Parameters
RestaurantReviewsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantId | integer |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantId": 1,
"Page": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<RestaurantViewModel.RestaurantReviewsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HizirYetisAPI.ViewModels"> <Page>2</Page> <PageSize>3</PageSize> <RestaurantId>1</RestaurantId> </RestaurantViewModel.RestaurantReviewsRequest>
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.