| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Account |
None. |
|
| Success |
Gets the success status of the API call |
boolean |
None. |
| Meta |
Gets the optional meta-data |
Dictionary of string [key] and string [value] |
None. |
| Code |
Get the http code of the API call e.g. 200, 202, 409 |
integer |
None. |
| ErrorCode |
Get the failure error code of the API call. This is available if Success is false |
integer |
None. |
| ErrorSubCode |
Gets the error sub code if available |
integer |
None. |
| ErrorDescription |
Gets a textual description of the error |
string |
None. |
| StatusUrl |
Gets the status url for any ACCEPTed API commands. Any command (POST,DELETE,PATCh,PUT) to the API usually returns a 202 response code. The status of the command can be queried using the URL provided |
string |
None. |
| ContinuationToken |
Gets the token to be used for paged queries |
string |
None. |