Hello,
I've been trying to access the new getAccountStatement service using the "Rescript" API but it doesn't appear to be working. Here's the content of my POST request:
The Server responds with the following:
I have managed to get a call to getAccountStatement working with the JSON-RPC API using the following POST request:
Has anyone managed to get the "Rescript" API working?
Cheers
Andy
I've been trying to access the new getAccountStatement service using the "Rescript" API but it doesn't appear to be working. Here's the content of my POST request:
Code:
URL: https://api.betfair.com/exchange/account/rest/v1.0/getAccountStatement Content: {"recordCount": 0, "locale": "en_US", "fromRecord": 0, "includeItem": "ALL", "itemDateRange": {}, "wallet": "UK"}
Code:
Status Code: 404 Response Body: {"detail": {}, "faultcode": "Client", "faultstring": "DSC-0021"}
Code:
URL: https://api.betfair.com/exchange/account/json-rpc/v1 Content: {"id": 1, "method": "AccountAPING/v1.0/getAccountStatement", "params": {"locale": "en_US", "includeItem": "ALL", "itemDateRange": {}, "wallet": "UK"}, "jsonrpc": "2.0"}
Cheers
Andy
Comment