Page History
...
- HTTP 400 in case of incorrect input parameters. The response must contain the following fields:
status - string: "Error";
errorMessage - string: rror description text; - HTTP 401 Unauthorized request (authorization failed):
status - string: "Error";
errorMessage - string: rror description text; - HTTP 403 in case of problems with request execution. The response must contain the following fields:
status - string: "Error";
errorMessage - string: rror description text.
Example of a request to a web service:
...