Change log
API v1
Older change logs
v2.5.1
Aug 13, 2020
API
Change
Resource API
POST /sessions and /sessions/{sessionReference} support asynchronous request
Session start and stop can be asynchronous if required
POST /sessions and /sessions/{sessionReference} accept
asynchronousRequest
flag which can be used to make asynchronous requests to the API
If
asynchronousRequest
flag is not sent in the request, API assumes it to be synchronous request
‘pending’ status is returned in the response to asynchronous calls which indicates polling may be required to get the charging status of the session
Resource API
POST /favourites returns favouriteReference in the
response
array
response
array contains
endpointCode, endpointType, favouriteReference, favouriteUrl
for each favourite record that was added or updated