# Создание заявки AML

## Создание заявки AML

<mark style="color:$warning;">`POST`</mark> `/claim/aml/`

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Body**

<table><thead><tr><th width="196.0234375">Name</th><th width="108.4765625">Type</th><th width="298.375">Description</th><th data-type="checkbox">Обязательно</th></tr></thead><tbody><tr><td><code>email</code></td><td>string</td><td>Email</td><td>true</td></tr><tr><td><code>analyzer</code></td><td>string</td><td>Анализатор (берется с поля <mark style="color:orange;"><code>provider</code></mark>)</td><td>true</td></tr><tr><td><code>walletPaymentSystem</code></td><td>uint</td><td>ID платежной системы у которой проверяется кошелек</td><td>true</td></tr><tr><td><code>wallet</code></td><td>string</td><td>Кошелек</td><td>true</td></tr><tr><td><code>paymentSystem</code></td><td>int</td><td>ID платежной системы для оплаты</td><td>true</td></tr></tbody></table>

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
    "claim": "e5af44a4-89a1-4a54-b9d8-aa4d67c4a1ec"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "email": [
        "Введите правильный адрес электронной почты."
    ],
    "analyzer": [
        "Не верный провайдер для AML проверки"
    ],
    "walletPaymentSystem": [
        "Не верный провайдер для кошелька"
    ],
    "paymentSystem": [
        "Неправильный id платежной системы"
    ]
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://exchangerretp4lrpg6lp2.mikroservis.one/zayavki/aml-proverka/sozdanie-zayavki-aml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
