- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/rest/cmd/registry.php
- Класс: Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry
- Вызов: Registry::getRegistry
static function getRegistry()
{
return [
Registry::CRM_ACTIVITY_ADD_NAME => 'crm.activity.add',
Registry::CRM_DEAL_ADD_NAME => 'crm.deal.add',
Registry::CRM_DEAL_CONTACT_ITEMS_SET_NAME => 'crm.deal.contact.items.set',
Registry::CRM_DEAL_CONTACT_ITEMS_GET_NAME => 'crm.deal.contact.items.get',
Registry::CRM_COMPANY_LIST_NAME => 'crm.company.list',
Registry::CRM_COMPANY_ADD_NAME => 'crm.company.add',
Registry::CRM_CONTACT_LIST_NAME => 'crm.contact.list',
Registry::CRM_CONTACT_ADD_NAME => 'crm.contact.add',
Registry::CRM_TIMELINE_ONRECEIVE_NAME => 'crm.api.timeline.onreceive',
Registry::APP_OPTIONS_ADD_NAME => 'app.option.set',
Registry::APP_PLACEMENT_BIND_NAME => 'placement.bind',
Registry::APP_PLACEMENT_UNBIND_NAME => 'placement.unbind',
Registry::SALE_INTEGRATION_STATISTIC_PROVIDER_LIST_NAME => 'sale.integration.statisticprovider.list',
Registry::SALE_INTEGRATION_STATISTIC_PROVIDER_ADD_NAME => 'sale.integration.statisticprovider.add',
Registry::SALE_INTEGRATION_STATISTIC_MODIFY_NAME => 'sale.integration.statistic.modify'
];
}