{%- include 'blocks/head.html.twig' with { title: pageTitle, cssFolderPath: cssFolderPath } %}
{{ pageTitle }}
{%- include 'blocks/main-menu.html.twig' with { mainMenu: mainMenu } %} {% for menu in menus %} {% include 'blocks/secondary-menu.html.twig' with { menu: menu, menuTitle: menu.title, activeItemTypeName: name } %} {% endfor %}
{%- include 'blocks/header.html.twig' with { imagesFolderPath: imagesFolderPath, methodsPath: methodsPath, relativeToRootPath: relativeToRootPath } %}

Метод

POST {{ url }}

Описание

{{ description }}

{%- include 'blocks/comment.html.twig' with { comment: comment } %}

Параметры

Название параметра
Тип параметра
Описание
Обязательность
{% for field in requestFields -%} {%- include 'blocks/field-row.html.twig' with { field: field, objectsLinks: objectsLinks } %} {%- endfor %}
{% for field in requestFields -%} {% endfor %}

Возможные ошибки

{% for value in errorsEnumeration.values -%} {%- if value.value in errorsEnumeration.allowedValues %}

#Код {{ value.value }} — {{ value.description }}

{%- endif -%} {%- endfor %}

Результат

Объект следующей структуры:

Название поля
Тип поля
Описание
Обязательность
{% for field in responseFields -%} {%- include 'blocks/field-row.html.twig' with { field: field, objectsLinks: objectsLinks } %} {%- endfor %}
{%- include 'blocks/scripts.html.twig' with { jsFolderPath: jsFolderPath } %}