POST api/Order?page={page}&pageSize={pageSize}&orderBy={orderBy}&ascending={ascending}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Required

pageSize

integer

Required

orderBy

string

Required

ascending

boolean

Required

Body Parameters

Collection of T

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PagedResultsOfT
NameDescriptionTypeAdditional information
PageNumber

integer

None.

PageSize

integer

None.

TotalNumberOfPages

integer

None.

TotalNumberOfRecords

integer

None.

Results

Collection of T

None.

Response Formats

application/json, text/json

Sample:

Sample not available.