Search orders by ApproveStatus, Newer, Status, StartDate, EndDate, ExternalRefNo having Page and Limit
GET {{baseUrl}}/orders/?ApproveStatus=<string>&Newer=<string>&Status=<string>&StartDate=<string>&EndDate=<string>&PartnerOrders=<string>&ExternalRefNo=<string>&Page=<integer>&Limit=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ApproveStatus | string | Choose the desired status like WAITING, OK, FRAUD, INVALIDDATA | |
Newer | string | Needed timestamp. If not provided, will return by default the data for last 7 days. | |
Status | string | Affiliate's status | |
StartDate | string | Start date in format Y-m-d. Will overwrite Newer if provided. | |
EndDate | string | End date in format Y-m-d. | |
PartnerOrders | string | Decide if it will also include partner orders | |
ExternalRefNo | string | The external reference number of the order | |
Page | string | Page number | |
Limit | string | Number of results on a page |