Return codes
When the API server have processed your request, it will resond with a message. The message will be an informational message or an error message depending on the request. See example of such a message below.
If you use a script that interprets this result, do not make the actions of the script depend on the #MESSAGE# value as the messages are subject to modifications. Rather consider using the #CODE# value as the codes will not be subject to modification.
| List of the possible return codes |
| 1000 |
Command completed successfully. |
| 1001 |
Command completed successfully, action pending. |