GET api/orders/GetOrderIDs/{programName}?clientKey={clientKey}&tokenID={tokenID}
This will return order IDs
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
programName |
Define this parameter in the request URI. |
|
clientKey |
Define this parameter in the request URI. |
|
tokenID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }