GET api/v1/GetOrders?orderId={orderId}&status={status}&trackingKey={trackingKey}&pageNumber={pageNumber}&pageSize={pageSize}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | string |
None. |
|
| status | string |
None. |
|
| trackingKey | string |
None. |
|
| pageNumber | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
|
| startDate | string |
Default value is 01012025 |
|
| endDate | string |
Default value is 01042025 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.