# RequestTable

URL: https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Sale\Delivery\Requests\RequestTable`
Модуль: Sale.

## Описание

Поля:

ID int обязательное

DATE datetime обязательное

DELIVERY_ID int обязательное

STATUS int необязательное

EXTERNAL_ID string(100) необязательное

Исходный файл: `source/sale/lib/delivery/requests/request.php:39`

## Методы (14)

- [`static createCollection()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/createcollection/)
- [`static createObject()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/createobject/)
- [`static getById()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/getbyid/)
- [`static getByPrimary()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/getbyprimary/)
- [`static getEntity()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/getentity/)
- [`static getList()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/getlist/)
- [`static getMap()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/getmap/) — Возвращает описание карты сущности.
- [`static getTableName()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/gettablename/) — Возвращает имя таблицы БД для сущности.
- [`static query()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/query/)
- [`static validateExternalId()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/validateexternalid/) — Возвращает валидаторы для поля EXTERNAL_ID.
- [`static validateExternalStatus()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/validateexternalstatus/)
- [`static validateExternalStatusSemantic()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/validateexternalstatussemantic/)
- [`static wakeUpCollection()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/wakeupcollection/)
- [`static wakeUpObject()`](https://chugunov.pro/api-bitrix/sale/delivery/requests/requesttable/wakeupobject/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Sale-Delivery-Requests-RequestTable.html
