POST api/product/listproductcategories

Request Information

URI Parameters

None.

Body Parameters

RequestListBaseModel
NameDescriptionTypeAdditional information
APIEndPoint

string

None.

ParentEntityId

globally unique identifier

None.

pageSize

integer

None.

pageNumber

integer

None.

SortBy

string

None.

SortOrderDescending

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "APIEndPoint": "sample string 1",
  "ParentEntityId": "097ded7f-6a36-4be0-bdc3-eef341bb6f7e",
  "pageSize": 2,
  "pageNumber": 3,
  "SortBy": "sample string 4",
  "SortOrderDescending": true
}

application/xml, text/xml

Sample:
<RequestListBaseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels">
  <APIEndPoint>sample string 1</APIEndPoint>
  <ParentEntityId>097ded7f-6a36-4be0-bdc3-eef341bb6f7e</ParentEntityId>
  <SortBy>sample string 4</SortBy>
  <SortOrderDescending>true</SortOrderDescending>
  <pageNumber>3</pageNumber>
  <pageSize>2</pageSize>
</RequestListBaseModel>

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.