---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/concepts/input-format.md
  - https://yandex.com/dev/market/partner-api/doc/ru/concepts/input-format.md
  - https://yandex.com/dev/market/partner-api/doc/zh/concepts/input-format.md
  - href: zh/concepts/input-format.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/zh/llms.txt

# 输入数据格式

方法的输入数据结构 POST 请求体中传递。

输入数据格式 — JSON。

输入数据的格式在HTTP标头中指定。 `Content-Type`: `application/json`.

输入数据格式必须匹配 [响应格式](https://yandex.com/dev/market/partner-api/doc/zh/concepts/result-format.md). 因此，在标题 `Content-Type` 设置与标题中相同的格式。 `Accept` 或在 URL 请求（延期 `.json`).

请求的所需编码：UTF-8。

如果请求未指定标头 `Content-Type`,   都市人   自动检测数据格式。 服务返回HTTP状态 `400 Bad Request` 在下列情况下:
- 传输的数据无效。
- 数据结构包含错误。
- 请求主体使用不正确的编码（UTF-8除外）。

## 了解更多 {#read-more}

[JSON格式的描述](http://json.org)
