# Опции и особенности кузова | extra\_equipment

## GET /system/exchange/extra\_equipment

> Получение списка поддерживаемых системой дополнительных опций и особенностей транспорта

```json
{"openapi":"3.0.1","info":{"title":"Roolz Public API","version":"1.1"},"servers":[{"url":"https://api.test.roolz.tech/public-api/v1","description":"Тестовая среда для разработки"}],"security":[{"getKey":[]},{"headerKey":[]}],"components":{"securitySchemes":{"getKey":{"type":"apiKey","description":"API-ключ для авторизации запросов в GET параметрах","name":"apikey","in":"query"},"headerKey":{"type":"apiKey","description":"API-ключ для авторизации запросов в header","name":"X-Api-Key","in":"header"}},"parameters":{"ContentTypeHeader":{"in":"header","name":"Content-Type","required":true,"description":"","schema":{"type":"string","default":"application/json","enum":["application/json"]}},"AcceptEncodingHeader":{"in":"header","name":"Accept-Encoding","required":true,"description":"","schema":{"type":"string","default":"gzip","enum":["gzip"]}}},"schemas":{"ErrorObject":{"required":["state","message","internal"],"properties":{"state":{"type":"string","description":"Статус выполнения запроса","enum":["error"]},"message":{"type":"string","description":"Дополнительная информация"},"validations":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"path":{"type":"string"},"reason":{"type":"string"}}}},"internal":{"type":"object","description":"Внутренняя информация системы Roolz для анализа проблемы при выполнении запроса","required":["roolz_debug_id"],"properties":{"roolz_debug_id":{"type":"string"}}}}}}},"paths":{"/system/exchange/extra_equipment":{"get":{"tags":["system"],"operationId":"getSupportedExchangeOffersExtraEquipment","summary":"Получение списка поддерживаемых системой дополнительных опций и особенностей транспорта","parameters":[{"$ref":"#/components/parameters/ContentTypeHeader"},{"$ref":"#/components/parameters/AcceptEncodingHeader"}],"responses":{"200":{"description":"Успешное выполнение запроса","content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"400":{"description":"Ошибка во входящих данных","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorObject"}}}},"401":{"description":"Запрос не авторизован. Возможно отсутствует API-ключ"},"403":{"description":"Данная операция не разрешена"}}}}}}
```

| Значение                | Отображение                |
| ----------------------- | -------------------------- |
| `bunk_rack`&#xD;        | Пирамида / Стойки / Коники |
| `low_bed`&#xD;          | Мега (низкорамник)         |
| `jumbo`&#xD;            | Jumbo                      |
| `double_deck`&#xD;      | Допельшток (два яруса)     |
| `extender`&#xD;         | Телескопический подъемник  |
| `coil_well`&#xD;        | Желоб для рулонов          |
| `multitemperature`&#xD; | Мультитемпературный        |
| `crane`&#xD;            | Кран                       |
| `walking_floor`&#xD;    | Подвижный пол              |
| `grapple`               | Гидроманипулятор           |
| `tail_lift`&#xD;        | Гидроборт                  |
| `rear_ramp`             | Аппарели / Трапы           |
| `hook_loader`&#xD;      | Мультилифт (контейнерный)  |
| &#xD;`loader`           | Погрузочные работы         |
| `unloader`              | Разгрузочные работы        |


---

# 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://help.roolz.net/spiski-znachenii/oferty/opcii-i-osobennosti-kuzova-or-extra_equipment.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.
