GET api/PendingPurchases?page={page}&pageSize={pageSize}&orderBy={orderBy}&ascending={ascending}&searchTerm={searchTerm}
Request Information
URI Parameters
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.