POST api/restaurants/reviews

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.