POST api/admin/QuestionAnswerApi/GetProductQA

Request Information

URI Parameters

None.

Body Parameters

AdminGetProductQA
NameDescriptionTypeAdditional information
ProductID

integer

Required

OrderBy

string

Required

SearchText

string

None.

CurrentPage

integer

Required

PerPage

integer

Required

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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.