GET api/Purchases?page={page}&pageSize={pageSize}&orderBy={orderBy}&ascending={ascending}&searchTerm={searchTerm}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

None.

pageSize

integer

Default value is 10

orderBy

string

Default value is Id

ascending

boolean

Default value is False

searchTerm

string

Default value is

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.