POST api/store/products/GetProductQA
Request Information
URI Parameters
None.
Body Parameters
GetProductQAModelName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
Required |
|
OrderBy | string |
Required |
|
CurrentPage | integer |
Required |
|
PerPage | integer |
Required |
|
CategoryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "OrderBy": "sample string 2", "CurrentPage": 3, "PerPage": 4, "CategoryID": 5 }
application/xml, text/xml
Sample:
<GetProductQAModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.StoreModel"> <CategoryID>5</CategoryID> <CurrentPage>3</CurrentPage> <OrderBy>sample string 2</OrderBy> <PerPage>4</PerPage> <ProductID>1</ProductID> </GetProductQAModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.