# Сокращенная заявка

<pre class="language-json"><code class="lang-json">{
    // ID заявки
    "id": 536935,
    // ID идущий не по порядку
    "publicId": 711362640,
    // UUID заявки
    "uuid": "6dcaa72b-fca8-4160-846b-8a2e31809f39",
    // email пользователя создавший заявку
    "email": "prfure@gmail.com",
    // сумма которую отдает пользователь
    "inPay": 1000.0,
    // сумма которую должен получить пользователь
    "toPay": 5.0,
    // <a data-footnote-ref href="#user-content-fn-1">платежная система</a> которую отдает пользователь
    "gives": {
        "id": 2,
        "name": "Сбербанк RUB",
        "logoWithBackground": "http://127.0.0.1:8000/media/pslogo/sberbank-color.svg",
        "logoWhite": "http://127.0.0.1:8000/media/pslogo/sberbank-white.svg",
        "logoSimple": "http://127.0.0.1:8000/media/pslogo/sberbank.svg",
        "currency": "rub",
        "filterName": "r"
    },
    //платежная система которую получает пользователь
    "gets": {
        "id": 5,
        "name": "Bitcoin",
        "logoWithBackground": "http://127.0.0.1:8000/media/pslogo/bitcoin-color.svg",
        "logoWhite": "http://127.0.0.1:8000/media/pslogo/bitcoin-white.svg",
        "logoSimple": "http://127.0.0.1:8000/media/pslogo/bitcoin.svg",
        "currency": "btc",
        "filterName": "c"
    },
    // реквизиты введенные пользователем
    "requisites": {
        // реквизиты для получения средств
        "to": {
            "wallet": "123456789087654321234567890"
        },
        // реквизиты с которых отдает средства
        "from": {
            "fio": "DD DD",
            "card": "1234567899999666"
        }
    },
    // расширенное описание введенных реквизитов пользователя
    "requisitesExtended": {
        "from": [
            {
                "name": "",
                "requisite": "DD DD"
            },
            {
                "name": "",
                "requisite": "1234567899999666"
            }
        ],
        "to": [
            {
                "name": "",
                "requisite": "123456789087654321234567890"
            }
        ]
    },
    // статус заявки
    "status": "start",
    // причина удаления или ошибочной если такой статус у заявки
    "reason": "",
    // время создания заявки
    "time": "2025-01-10T11:59:53.297482+03:00",
    // текстовая ссылка на транзакцию
    "transactionLink": null,
    // комиссия за обмен
    "percent": 7.0
}
</code></pre>

[^1]: Описание в разделе Типы данных->Платежная система


---

# 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/tipy-dannykh/zayavka/sokrashennaya-zayavka.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.
