...
- string GetCredits(string accessKey)
- accessKey: access key obtained using the Login method
Sample GetCredits response
...
Returns the number of credits left in the administration console, for a specific list or for all lists
- string GetCreditsList(string accessKey, int idList)
- accessKey: access key obtained using the Login method
- idList: list identifier
...
If idList <=0, returned data refer to all the lists
...
If idList >0, returned data refer to the list indicated by the identifier
If error code=0, returned message will contain all the requested lists with the corresponding credits left
If error code<>0, returned message will contain a description of the error and the detail of the lists will be empty
...