POST api/product/list

Request Information

URI Parameters

None.

Body Parameters

PagingParameterModel
NameDescriptionTypeAdditional information
pageNumber

integer

None.

_pageSize

integer

None.

pageSize

integer

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pageNumber": 1,
  "_pageSize": 3,
  "pageSize": 3,
  "UserId": "sample string 4"
}

text/html

Sample:
{"pageNumber":1,"_pageSize":3,"pageSize":3,"UserId":"sample string 4"}

application/xml, text/xml

Sample:
<PagingParameterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingersBabel.BAL.ViewModel">
  <UserId>sample string 4</UserId>
  <_pageSize>3</_pageSize>
  <pageNumber>1</pageNumber>
  <pageSize>3</pageSize>
</PagingParameterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.