Hi guys,
I'm in the process of converting to api-ng, I can't see the problem with this call to receive settled bets in a date range, can anyone help?
Curl postData: [{ "jsonrpc": "2.0", "method": "SportsAPING/v1.0/listClearedOrders", "params" :{"filter":{"eventTypeIds":["7"], "betStatus":["SETTLED"], "settledDateRange":{ "from": "2014-07-01T00:00:00.000Z", "to": "2014-08-01T00:00:00.000Z" }}, "includeItemDescription":"true", "orderBy": "BY_SETTLED_TIME", "sortDir": "EARLIEST_TO_LATEST", "fromRecord":"0", "recordCount":"100"}, "id": 1}]
Call to api-ng failed:
Response: [{"jsonrpc":"2.0","error":{"code":-32602,"message":"DSC-0018"},"id":1}]
many thanks
I'm in the process of converting to api-ng, I can't see the problem with this call to receive settled bets in a date range, can anyone help?
Curl postData: [{ "jsonrpc": "2.0", "method": "SportsAPING/v1.0/listClearedOrders", "params" :{"filter":{"eventTypeIds":["7"], "betStatus":["SETTLED"], "settledDateRange":{ "from": "2014-07-01T00:00:00.000Z", "to": "2014-08-01T00:00:00.000Z" }}, "includeItemDescription":"true", "orderBy": "BY_SETTLED_TIME", "sortDir": "EARLIEST_TO_LATEST", "fromRecord":"0", "recordCount":"100"}, "id": 1}]
Call to api-ng failed:
Response: [{"jsonrpc":"2.0","error":{"code":-32602,"message":"DSC-0018"},"id":1}]
many thanks


Comment