Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • HTTP 400 in case of incorrect input parameters. The response must contain the following fields:
    status - string: "Error";
    errorMessage - string: error description text;

  • HTTP 401 Unauthorized request (authorization failed):
    status - string: "Error";
    errorMessage - string: error description text;
  • HTTP 403 in case of problems with request execution. The response must contain the following fields:
    status - string: "Error";
    errorMessage - string: error description text.

Example of a request to a web service:

...

An example of a response with an error:

Code Block
languagexml
{"status":"Error","errorMessage":"error description text 400"}