Hi!
I'm using the new listClearOrders call
but it seems like it does not accept
CET as timezone for to/from parameters
a call like
is fine, where timezone = Z.
But call with CET instead
gives an error
is CET illegal in this context?
/Björn
I'm using the new listClearOrders call
but it seems like it does not accept
CET as timezone for to/from parameters
a call like
Code:
{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listClearedOrders", "params": {"betStatus":"SETTLED","settledDateRange":{"from":"2013-12-18T23:00:00Z","to":"2013-12-19T23:00:00Z"},"groupBy":"BET","includeItemDescription":"false"}, "id": 1}
But call with CET instead
Code:
{"method":"SportsAPING/v1.0/listClearedOrders", "jsonrpc":"2.0", "id":15, "params":{"settledDateRange":{"to":"1901-01-02T00:00:00.000CET", "from":"1901-01-01T00:00:00.000CET"}, "groupBy":"BET", "betStatus":"VOIDED", "includeItemDescription":false}}
Code:
{"id":15, "jsonrpc":"2.0", "error":{"code":-32602, "message":"DSC-0018"}}
is CET illegal in this context?
/Björn

