Structure of Responses System:

The response to each request contains a field: result, which includes the fields: error_code, message

If the request is processed successfully, error_code is 0.

In other cases, the error_code field displays the reason of unsuccessful request processing and the relevant message.

Last updated