Hello.
I'm trying to call getAccountStatement (Java source).
I get this response :
Response: {"jsonrpc":"2.0","error":{"code":-32602,"message":"DSC-0018"},"id":"1"}
What I'm doing wrong?
Thanks
I'm trying to call getAccountStatement (Java source).
Code:
TimeRange timeRange = new TimeRange();
timeRange.setFrom(new Date());
timeRange.setTo(new Date());
return getJsonOperations().getAccountStatement("it_IT", 0, 1, timeRange, IncludeItem.ALL, Wallet.UK, applicationKey, sessionToken);
Response: {"jsonrpc":"2.0","error":{"code":-32602,"message":"DSC-0018"},"id":"1"}
What I'm doing wrong?
Thanks


Comment