Versions Compared

Key

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


Ошибка в синтаксисе запроса. Чтобы исключить эту причину, проверьте json любым валидатором. Например 
Ответ API ResponseОписаниеDescriptionВозможные причиныPossible reasons
{"status":"HTTP_ERROR","response":{"code":400,"message":"The payload is not JSON"}}Неверный формат Invalid JSON .format
  1. An error in the query syntax. To rule out this cause, check the json with any validator. For example https://jsonlint.com/
  2. Если валидатор не находит ошибок в json, убедитесь что в заголовке запроса передается кодировка и отсутствует BOMIf the validator does not find errors in json, make sure that the encoding is passed in the request header and BOM is not present