POST api/admin/ReviewApi/GetProductReviews

Request Information

URI Parameters

None.

Body Parameters

AdminGetProductReview
NameDescriptionTypeAdditional information
ProductID

integer

Required

OrderBy

string

Required

CurrentPage

integer

Required

PerPage

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "OrderBy": "sample string 2",
  "CurrentPage": 3,
  "PerPage": 4
}

application/xml, text/xml

Sample:
<AdminGetProductReview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels">
  <CurrentPage>3</CurrentPage>
  <OrderBy>sample string 2</OrderBy>
  <PerPage>4</PerPage>
  <ProductID>1</ProductID>
</AdminGetProductReview>

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.