diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php
index ee2ef05e..32da479a 100644
--- a/.php-cs-fixer.php
+++ b/.php-cs-fixer.php
@@ -15,11 +15,15 @@
->in(__DIR__ . '/src/Services/CRM/Requisites/')
->in(__DIR__ . '/src/Services/CRM/Status/')
->in(__DIR__ . '/src/Services/CRM/Timeline/')
+ ->in(__DIR__ . '/src/Services/CRM/Documentgenerator/Numerator/')
->in(__DIR__ . '/src/Services/Entity/Section/')
->in(__DIR__ . '/src/Services/Department/')
+ ->in(__DIR__ . '/src/Services/Paysystem/')
->in(__DIR__ . '/src/Services/Sale/')
->in(__DIR__ . '/src/Services/Task/')
->in(__DIR__ . '/src/Services/Sale/')
+ ->in(__DIR__ . '/src/Services/Disk/')
+ ->in(__DIR__ . '/src/Services/Calendar/')
->name('*.php')
->exclude(['vendor', 'storage', 'docker', 'docs']) // Exclude directories
->ignoreDotFiles(true)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9516dad..3c58edb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,245 @@
# b24-php-sdk change log
+## 1.7.0 - 2025.10.08
+
+### Added
+
+- Added service `Services\Sale\Delivery\Service\Delivery` with support methods,
+ see [sale.delivery.* methods](https://github.com/bitrix24/b24phpsdk/issues/255):
+ - `add` adds a delivery service
+ - `update` updates a delivery service
+ - `getlist` returns a list of delivery services
+ - `delete` deletes a delivery service
+ - `configUpdate` updates delivery service settings
+ - `configGet` returns delivery service settings
+- Added service `Services\Sale\DeliveryRequest\Service\DeliveryRequest` with support methods,
+ see [sale.delivery.request.* methods](https://github.com/bitrix24/b24phpsdk/issues/255):
+ - `update` updates the delivery request
+ - `sendMessage` creates notifications for the delivery request
+ - `delete` deletes the delivery request
+- Added service `Services\Sale\DeliveryExtraService\Service\DeliveryExtraService` with support methods,
+ see [sale.delivery.extra.service.* methods](https://github.com/bitrix24/b24phpsdk/issues/255):
+ - `add` adds a delivery service
+ - `update` updates a delivery service
+ - `get` returns information about all services of a specific delivery service
+ - `delete` deletes a delivery service
+- Added service `Services\Sale\DeliveryHandler\Service\DeliveryHandler` with support methods,
+ see [sale.delivery.handler.* methods](https://github.com/bitrix24/b24phpsdk/issues/255):
+ - `add` adds a delivery service handler
+ - `update` updates the delivery service handler
+ - `list` returns a list of delivery service handlers
+ - `delete` deletes a delivery service handler
+- Added service `Services\Disk\Service\Disk` with support methods,
+ see [disk service methods](https://github.com/bitrix24/b24phpsdk/issues/265):
+ - `getVersion` returns the version by identifier
+ - `getAttachedObject` returns information about the attached file
+ - `getRightsTasks` returns a list of available access levels that can be used for assigning permissions
+- Added service `Services\Disk\Storage\Service\Storage` with support methods,
+ see [disk.storage.* methods](https://github.com/bitrix24/b24phpsdk/issues/265):
+ - `fields` returns the description of the storage fields
+ - `get` returns the storage by identifier
+ - `rename` renames the storage
+ - `list` returns a list of available storages
+ - `getTypes` returns a list of storage types
+ - `addFolder` creates a folder in the root of the storage
+ - `getChildren` returns a list of files and folders in the root of the storage
+ - `uploadFile` uploads a new file to the root of the storage
+ - `getForApp` returns the description of the storage that the application can work with
+- Added service `Services\Disk\Folder\Service\Folder` with support methods,
+ see [disk.folder.* methods](https://github.com/bitrix24/b24phpsdk/issues/265):
+ - `getFields` returns the description of folder fields
+ - `get` returns the folder by identifier
+ - `getChildren` returns a list of files and folders that are directly in the folder
+ - `addSubfolder` creates a subfolder
+ - `copyTo` copies the folder to the specified folder
+ - `moveTo` moves the folder to the specified folder
+ - `rename` renames the folder
+ - `markDeleted` moves the folder to the trash
+ - `restore` restores the folder from the trash
+ - `deleteTree` permanently destroys the folder and all its child elements
+ - `getExternalLink` returns a public link
+ - `uploadFile` uploads a new file to the specified folder
+- Added service `Services\Disk\File\Service\File` with support methods,
+ see [disk.file.* methods](https://github.com/bitrix24/b24phpsdk/issues/265):
+ - `getFields` returns the description of file fields
+ - `get` returns the file by identifier
+ - `rename` renames the file
+ - `copyTo` copies the file to the specified folder
+ - `moveTo` moves the file to the specified folder
+ - `delete` permanently destroys the file
+ - `markDeleted` moves the file to the trash
+ - `restore` restores the file from the trash
+ - `uploadVersion` uploads a new version of the file
+ - `getVersions` returns a list of file versions
+ - `restoreFromVersion` restores the file from a specific version
+ - `getExternalLink` returns a public link to the file
+- Added service `Services\CRM\Documentgenerator\Numerator` with support methods,
+ see [crm.documentgenerator.numerator.* methods](https://github.com/bitrix24/b24phpsdk/issues/215):
+ - `add` adds a new numerator, with batch calls support
+ - `list` gets the list of numerators, with batch calls support
+ - `update` updates an existing numbering with new values, with batch calls support
+ - `delete` deletes a numerator, with batch calls support
+ - `get` gets information about the numerator by its identifier
+ - `count` count numerators
+- Added service `Services\Paysystem\Handler\Service\Handler` with support methods,
+ see [pay_system.handler.* methods](https://github.com/bitrix24/b24phpsdk/issues/260):
+ - `add` adds a payment system handler
+ - `update` updates a payment system handler
+ - `list` returns a list of payment system handlers
+ - `delete` deletes a payment system handler
+- Added service `Services\Paysystem\Service\Paysystem` with support methods,
+ see [sale.paysystem.* methods](https://github.com/bitrix24/b24phpsdk/issues/260):
+ - `add` adds a payment system
+ - `update` updates a payment system
+ - `get` returns a payment system by its identifier
+ - `list` returns a list of payment systems
+ - `delete` deletes a payment system
+ - `payPayment` pays a payment
+ - `payInvoice` pays an invoice (legacy version)
+- Added service `Services\Paysystem\Settings\Service\Settings` with support methods,
+ see [sale.paysystem.settings.* methods](https://github.com/bitrix24/b24phpsdk/issues/260):
+ - `get` returns the settings of the payment system
+ - `update` updates the payment system settings
+ - `getForPayment` returns the payment system settings for a specific payment
+ - `getForInvoice` returns the payment system settings for a specific invoice (legacy version)
+- Added service `Services\Sale\Shipment\Service\Shipment` with support methods,
+ see [sale.shipment.* methods](https://github.com/bitrix24/b24phpsdk/issues/250):
+ - `add` adds a shipment
+ - `update` updates the fields of a shipment
+ - `get` returns a shipment by its identifier
+ - `list` returns a list of shipments
+ - `delete` deletes a shipment
+ - `getFields` returns the fields and settings for shipments
+- Added service `Services\Sale\ShipmentProperty\Service\ShipmentProperty` with support methods,
+ see [sale.shipmentproperty.* methods](https://github.com/bitrix24/b24phpsdk/issues/250):
+ - `add` adds a shipment property
+ - `update` updates the fields of a shipment property
+ - `get` returns a shipment property by its identifier
+ - `list` returns a list of shipment properties
+ - `delete` deletes a shipment property
+ - `getFieldsByType` returns the fields and settings for shipment properties by type
+- Added service `Services\Sale\ShipmentPropertyValue\Service\ShipmentPropertyValue` with support methods,
+ see [sale.shipmentpropertyvalue.* methods](https://github.com/bitrix24/b24phpsdk/issues/250):
+ - `modify` updates shipment property values for a shipment
+ - `get` returns a shipment property value by its identifier
+ - `list` returns a list of shipment property values
+ - `delete` deletes a shipment property value
+ - `getFields` returns the fields and settings for shipment property values
+- Added service `Services\Sale\ShipmentItem\Service\ShipmentItem` with support methods,
+ see [sale.shipmentitem.* methods](https://github.com/bitrix24/b24phpsdk/issues/250):
+ - `add` adds a new shipment item
+ - `update` updates the fields of a shipment item
+ - `get` returns a shipment item by its identifier
+ - `list` returns a list of shipment items
+ - `delete` deletes a shipment item
+ - `getFields` returns the fields and settings for shipment items
+- Added service `Services\Sale\Payment\Service\Payment` with support methods,
+ see [sale.payment.* methods](https://github.com/bitrix24/b24phpsdk/issues/248):
+ - `add` adds a payment
+ - `update` updates the fields of a payment
+ - `get` returns a payment by its identifier
+ - `list` returns a list of payments
+ - `delete` deletes a payment
+ - `getFields` returns the fields and settings for payments
+- Added service `Services\Sale\CashboxHandler\Service\CashboxHandler` with support methods,
+ see [sale.cashbox.handler.* methods](https://github.com/bitrix24/b24phpsdk/issues/258):
+ - `add` adds a REST cashbox handler
+ - `update` updates the data of the REST cashbox handler
+ - `list` returns a list of available REST cashbox handlers
+ - `delete` deletes the REST cashbox handler
+- Added service `Services\Sale\Cashbox\Service\Cashbox` with support methods,
+ see [sale.cashbox.* methods](https://github.com/bitrix24/b24phpsdk/issues/258):
+ - `add` adds a new cash register
+ - `update` updates an existing cash register
+ - `list` returns a list of configured cash registers
+ - `delete` deletes a cash register
+ - `checkApply` saves the result of printing the receipt
+- Added service `Services\Calendar\Service\Calendar` with support methods,
+ see [calendar.* methods](https://github.com/bitrix24/b24phpsdk/issues/263):
+ - `add` adds a new calendar section
+ - `update` updates a calendar section
+ - `get` returns a list of calendar sections
+ - `delete` deletes a calendar section
+ - `getSettings` returns main calendar settings
+ - `getUserSettings` returns user calendar settings
+ - `setUserSettings` sets user calendar settings
+- Added support for events:
+ - `OnCalendarSectionAdd`
+ - `OnCalendarSectionUpdate`
+ - `OnCalendarSectionDelete`
+- Added service `Services\Calendar\Event\Service\Event` with support methods,
+ see [calendar.event.* methods](https://github.com/bitrix24/b24phpsdk/issues/263):
+ - `add` adds a new calendar event, with batch calls support
+ - `update` updates a calendar event, with batch calls support
+ - `getById` returns calendar event by identifier
+ - `get` returns a list of calendar events
+ - `getNearest` returns a list of upcoming events
+ - `delete` deletes a calendar event, with batch calls support
+ - `getMeetingStatus` gets current user's participation status in event
+ - `setMeetingStatus` sets participation status in event for current user
+ - `getAccessibility` gets users' availability from list
+- Added service `Services\Calendar\Resource\Service\Resource` with support methods,
+ see [calendar.resource.* methods](https://github.com/bitrix24/b24phpsdk/issues/263):
+ - `add` adds a new calendar resource
+ - `update` updates a calendar resource
+ - `list` returns a list of all resources
+ - `bookingList` retrieves resource bookings based on a filter
+ - `delete` deletes a calendar resource
+- Added service `Services\Sale\PaymentItemBasket\Service\PaymentItemBasket` with support methods,
+ see [sale.paymentitembasket.* methods](https://github.com/bitrix24/b24phpsdk/issues/253):
+ - `add` adds a binding of a basket item to a payment
+ - `update` updates the binding of a basket item to a payment
+ - `get` returns the values of all fields for the basket item binding to payment
+ - `list` returns a list of bindings of basket items to payments
+ - `delete` deletes the binding of a basket item to a payment
+ - `getFields` returns the available fields for payment item basket bindings
+- Added service `Services\Sale\PaymentItemShipment\Service\PaymentItemShipment` with support methods,
+ see [sale.paymentitemshipment.* methods](https://github.com/bitrix24/b24phpsdk/issues/253):
+ - `add` adds a binding of a payment to a shipment
+ - `update` updates the binding of a payment to a shipment
+ - `get` returns the values of all fields for the payment binding to shipment
+ - `list` returns a list of bindings of payments to shipments
+ - `delete` deletes the binding of a payment to a shipment
+ - `getFields` returns the available fields for payment item shipment bindings
+- Added service `Services\Sale\PropertyRelation\Service\PropertyRelation` with support methods,
+ see [sale.propertyRelation.* methods](https://github.com/bitrix24/b24phpsdk/issues/253):
+ - `add` adds a property binding
+ - `list` retrieves a list of property bindings
+ - `deleteByFilter` removes the property relation
+ - `getFields` returns the available fields for property binding
+### Fixed
+
+- Fixed Incorrect data loading in `Core\Batch::getTraversableList()` with desc sorting by ID [see details](https://github.com/bitrix24/b24phpsdk/issues/246)
+
+### Statistics
+
+```
+Bitrix24 API-methods count: 1162
+Supported in bitrix24-php-sdk methods count: 632
+Coverage percentage: 54.39% 🚀
+```
+
+
## 1.6.0 – 2025.09.01
### Added
+- Added service `Services\Sale\BasketItem\Service\BasketItem` with support methods,
+ see [sale.basketitems.* methods](https://github.com/bitrix24/b24phpsdk/issues/243):
+ - `add` adds a new basket item, with batch calls support
+ - `update` updates a basket item, with batch calls support
+ - `get` returns a basket item by ID
+ - `list` returns a list of basket items, with batch calls support
+ - `delete` deletes a basket item, with batch calls support
+ - `getFields` returns the fields of a basket item
+- Added service `Services\Sale\BasketProperty\Service\BasketProperty` with support methods,
+ see [sale.basketproperties.* methods](https://github.com/bitrix24/b24phpsdk/issues/243):
+ - `add` adds a basket property
+ - `update` updates the fields of a basket property
+ - `get` returns a basket property by ID
+ - `list` returns a list of basket properties
+ - `delete` deletes a basket property
+ - `getFields` returns the fields of basket properties
- Added service `Services\Sale\Order\Service\Order` with support methods,
see [sale.order.* methods](https://github.com/bitrix24/b24phpsdk/issues/241):
- `add` adds an order, with batch calls support
diff --git a/Makefile b/Makefile
index ec463b54..ae699853 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,17 @@ help:
@echo "lint-rector-fix - fix source code with rector"
@echo ""
@echo "test-unit - run unit tests"
+ @echo "test-integration-calendar-event - run Calendar Event integration tests"
+ @echo "test-integration-calendar-resource - run Calendar Resource integration tests"
+ @echo "test-integration-sale-basket-property - run BasketProperty integration tests"
+ @echo "test-integration-sale-cashbox-handler - run CashboxHandler integration tests"
+ @echo "test-integration-sale-cashbox - run Cashbox integration tests"
+ @echo "test-integration-sale-delivery - run Delivery integration tests"
+ @echo "test-integration-sale-delivery-extra-service - run DeliveryExtraService integration tests"
+ @echo "test-integration-scope-paysystem - run Payment System integration tests"
+ @echo "test-integration-sale-payment-item-basket - run PaymentItemBasket integration tests"
+ @echo "test-integration-sale-payment-item-shipment - run PaymentItemShipment integration tests"
+ @echo "test-integration-sale-property-relation - run PropertyRelation integration tests"
.PHONY: docker-init
@@ -159,6 +170,18 @@ test-integration-scope-im:
test-integration-scope-placement:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_placement
+.PHONY: test-integration-scope-paysystem
+test-integration-scope-paysystem:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_paysystem
+
+.PHONY: test-integration-paysystem-service
+test-integration-paysystem-service:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_paysystem_service
+
+.PHONY: test-integration-paysystem-settings
+test-integration-paysystem-settings:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_paysystem_settings
+
.PHONY: test-integration-scope-im-open-lines
test-integration-scope-im-open-lines:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_im_open_lines
@@ -174,6 +197,10 @@ test-integration-scope-user-consent:
.PHONY: test-integration-core
test-integration-core:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_core
+
+.PHONY: test-integration-core-list
+test-integration-core-list:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_core-list
.PHONY: test-integration-scope-entity
test-integration-scope-entity:
@@ -191,6 +218,33 @@ test-integration-scope-log:
test-integration-scope-sale:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_sale
+.PHONY: test-integration-scope-disk
+test-integration-scope-disk:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_disk
+
+.PHONY: test-integration-disk-service
+test-integration-disk-service:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_disk_service
+
+.PHONY: test-integration-disk-file
+test-integration-disk-file:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_disk_file
+
+.PHONY: test-integration-disk-storage
+test-integration-disk-storage:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_disk_storage
+.PHONY: test-integration-scope-calendar
+test-integration-scope-calendar:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_calendar
+
+.PHONY: test-integration-calendar-event
+test-integration-calendar-event:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_calendar_event
+
+.PHONY: test-integration-calendar-resource
+test-integration-calendar-resource:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_calendar_resource
+
.PHONY: test-integration-sale-status
test-integration-sale-status:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_status
@@ -198,11 +252,55 @@ test-integration-sale-status:
.PHONY: test-integration-sale-status-lang
test-integration-sale-status-lang:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_status_lang
+
+.PHONY: test-integration-scope-sale-shipment
+test-integration-scope-sale-shipment:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_shipment
+
+.PHONY: test-integration-scope-sale-shipment-property
+test-integration-scope-sale-shipment-property:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_shipment_property
+
+.PHONY: test-integration-scope-sale-shipment-property-value
+test-integration-scope-sale-shipment-property-value:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_shipment_property_value
+
+.PHONY: test-integration-scope-sale-shipment-item
+test-integration-scope-sale-shipment-item:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_shipment_item
+
+.PHONY: test-integration-sale-basket-property
+test-integration-sale-basket-property:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_basket_property
+
+.PHONY: test-integration-sale-basket
+test-integration-sale-basket:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_basket
.PHONY: test-integration-sale-order
test-integration-sale-order:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_order
+
+.PHONY: test-integration-sale-cashbox-handler
+test-integration-sale-cashbox-handler:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_cashbox_handler
+
+.PHONY: test-integration-sale-cashbox
+test-integration-sale-cashbox:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_cashbox
+.PHONY: test-integration-sale-payment-item-basket
+test-integration-sale-payment-item-basket:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_payment_item_basket
+
+.PHONY: test-integration-sale-payment-item-shipment
+test-integration-sale-payment-item-shipment:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_payment_item_shipment
+
+.PHONY: test-integration-sale-property-relation
+test-integration-sale-property-relation:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_property_relation
+
.PHONY: test-integration-scope-crm
test-integration-scope-crm:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_scope_crm
@@ -290,6 +388,29 @@ integration_tests_task:
.PHONY: integration_tests_sale
integration_tests_sale:
docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale
+
+.PHONY: integration_tests_sale_payment
+integration_tests_sale_payment:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_payment
+
+.PHONY: test-integration-sale-delivery-handler
+test-integration-sale-delivery-handler:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_delivery_handler
+
+.PHONY: test-integration-sale-delivery
+test-integration-sale-delivery:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_delivery
+
+.PHONY: test-integration-sale-delivery-extra-service
+test-integration-sale-delivery-extra-service:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_delivery_extra_service
+.PHONY: integration_tests_sale_payment_item_basket
+integration_tests_sale_payment_item_basket:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_sale_payment_item_basket
+
+.PHONY: integration_tests_crm_documentgenerator_numerator
+integration_tests_crm_documentgenerator_numerator:
+ docker-compose run --rm php-cli vendor/bin/phpunit --testsuite integration_tests_crm_documentgenerator_numerator
# work dev environment
.PHONY: php-dev-server-up
@@ -325,7 +446,7 @@ debug-show-env:
# build documentation
build-documentation:
- php bin/console b24-dev:generate-coverage-documentation \
+ docker-compose run --rm php-cli php bin/console b24-dev:generate-coverage-documentation \
--webhook=$(BITRIX24_WEBHOOK) \
--repository-url=https://github.com/bitrix24/b24phpsdk \
--repository-branch=$(DOCUMENTATION_DEFAULT_TARGET_BRANCH) \
@@ -346,4 +467,3 @@ build-examples-for-documentation:
--example-template=docs/api/file-templates/examples/master-example.php \
--openai-api-key=$(DOCUMENTATION_OPEN_AI_API_KEY) \
--docs-repo-folder=$(DOCUMENTATION_REPOSITORY_FOLDER)
-
diff --git a/README.md b/README.md
index 2c304e15..6176f899 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ If You work on Windows:
- please use [WSL - Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/)
- if your filesystem is NTFS, You can disable flag `git config --global core.protectNTFS false` for checkout folders started with dot.
-Or add `"bitrix24/b24phpsdk": "1.6.*"` to `composer.json` of your application.
+Or add `"bitrix24/b24phpsdk": "1.7.*"` to `composer.json` of your application.
## B24PhpSdk ✨FEATURES✨
diff --git a/docs/EN/Services/bitrix24-php-sdk-methods.md b/docs/EN/Services/bitrix24-php-sdk-methods.md
index 626d81cf..763146ad 100644
--- a/docs/EN/Services/bitrix24-php-sdk-methods.md
+++ b/docs/EN/Services/bitrix24-php-sdk-methods.md
@@ -2,230 +2,635 @@
| **Scope** | **API method with documentation** | **Description** | Method in SDK |
|-----------|----------------------------------------|------------------|----------------|
-|`–`|[server.time](https://training.bitrix24.com/rest_help/general/server_time.php)|Method returns current server time in the format YYYY-MM-DDThh:mm:ss±hh:mm.|[`Bitrix24\SDK\Services\Main\Service\Main::getServerTime`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L45-L48) Return type [`Bitrix24\SDK\Services\Main\Result\ServerTimeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/ServerTimeResult.php)|
-|`–`|[profile](https://training.bitrix24.com/rest_help/general/profile.php)|Allows to return basic Information about the current user without any scopes, in contrast to user.current.|[`Bitrix24\SDK\Services\Main\Service\Main::getCurrentUserProfile`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L62-L65) Return type [`Bitrix24\SDK\Services\Main\Result\UserProfileResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/UserProfileResult.php)|
-|`–`|[access.name](https://training.bitrix24.com/rest_help/general/access_name.php)|Returns access permission names.|[`Bitrix24\SDK\Services\Main\Service\Main::getAccessName`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L80-L85) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Response/Response.php)|
-|`–`|[user.access](https://training.bitrix24.com/rest_help/general/user_access.php)|Checks if the current user has at least one permission of those specified by the ACCESS parameter.|[`Bitrix24\SDK\Services\Main\Service\Main::checkUserAccess`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L100-L105) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Response/Response.php)|
-|`–`|[method.get](https://training.bitrix24.com/rest_help/general/method_get.php)|Method returns 2 parameters - isExisting and isAvailable|[`Bitrix24\SDK\Services\Main\Service\Main::getMethodAffordability`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L120-L127) Return type [`Bitrix24\SDK\Services\Main\Result\MethodAffordabilityResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/MethodAffordabilityResult.php)|
-|`–`|[scope](https://training.bitrix24.com/rest_help/general/scope.php)|Method will return a list of all possible permissions.|[`Bitrix24\SDK\Services\Main\Service\Main::getAvailableScope`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L158-L161) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Response/Response.php)|
-|`–`|[methods](https://training.bitrix24.com/rest_help/general/methods.php)|Returns the methods available to the current application|[`Bitrix24\SDK\Services\Main\Service\Main::getMethodsByScope`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L213-L216) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Response/Response.php)|
-|`–`|[app.info](https://training.bitrix24.com/rest_help/general/app_info.php)|Call method app.info on oauth server|[`Bitrix24\SDK\Services\Main\Service\Main::guardValidateCurrentAuthToken`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L244-L257) Return type [`void`](https://github.com/bitrix24/b24phpsdk/blob/master/)|
-|`–`|[user.admin](https://training.bitrix24.com/rest_help/general/user_admin.php)|Checks if a current user has permissions to manage application parameters.|[`Bitrix24\SDK\Services\Main\Service\Main::isCurrentUserHasAdminRights`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Main.php#L271-L274) Return type [`Bitrix24\SDK\Services\Main\Result\IsUserAdminResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/IsUserAdminResult.php)|
-|`entity`|[entity.add](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-add.html)|Create Data Storage|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Service/Entity.php#L54-L69) Return type [`Bitrix24\SDK\Services\Entity\Entity\Result\AddedEntityResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Result/AddedEntityResult.php)|
-|`entity`|[entity.update](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-update.html)|Change Parameters|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Service/Entity.php#L83-L102) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`entity`|[entity.delete](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-delete.html)|Delete Storage|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Service/Entity.php#L117-L129) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`entity`|[entity.get](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-get.html)|Get Storage Parameters or List of All Storages|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Service/Entity.php#L143-L146) Return type [`Bitrix24\SDK\Services\Entity\Entity\Result\EntitiesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Result/EntitiesResult.php)|
-|`entity`|[entity.rights](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-rights.html)|Get or Change Access Permissions|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::rights`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Service/Entity.php#L160-L171) Return type [`Bitrix24\SDK\Services\Entity\Entity\Result\EntityRightsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Entity/Result/EntityRightsResult.php)|
-|`entity`|[entity.item.add](https://apidocs.bitrix24.com/api-reference/entity/items/entity-item-add.html)|Add Storage Element|[`Bitrix24\SDK\Services\Entity\Item\Service\Item::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Item/Service/Item.php#L52-L69) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`entity`|[entity.item.get](https://apidocs.bitrix24.com/api-reference/entity/items/entity-item-get.html)|Get the list of storage items|[`Bitrix24\SDK\Services\Entity\Item\Service\Item::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Item/Service/Item.php#L83-L98) Return type [`Bitrix24\SDK\Services\Entity\Item\Result\ItemsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Entity/Item/Result/ItemsResult.php)
|
-|`catalog`|[catalog.catalog.get](https://training.bitrix24.com/rest_help/catalog/catalog/catalog_catalog_get.php)|The method gets field values of commercial catalog by ID.|[`Bitrix24\SDK\Services\Catalog\Catalog\Service\Catalog::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Catalog/Service/Catalog.php#L41-L44) Return type [`Bitrix24\SDK\Services\Catalog\Catalog\Result\CatalogResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Catalog/Result/CatalogResult.php)|
-|`catalog`|[catalog.catalog.list](https://training.bitrix24.com/rest_help/catalog/catalog/catalog_catalog_list.php)|The method gets field value of commercial catalog product list|[`Bitrix24\SDK\Services\Catalog\Catalog\Service\Catalog::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Catalog/Service/Catalog.php#L58-L66) Return type [`Bitrix24\SDK\Services\Catalog\Catalog\Result\CatalogsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Catalog/Result/CatalogsResult.php)|
-|`catalog`|[catalog.catalog.getFields](https://training.bitrix24.com/rest_help/catalog/catalog/catalog_catalog_getfields.php)|Retrieves the fields for the catalog.|[`Bitrix24\SDK\Services\Catalog\Catalog\Service\Catalog::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Catalog/Service/Catalog.php#L81-L84) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`catalog`|[catalog.product.get](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_get.php)|The method gets field value of commercial catalog product by ID.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Service/Product.php#L55-L58) Return type [`Bitrix24\SDK\Services\Catalog\Product\Result\ProductResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Result/ProductResult.php)|
-|`catalog`|[catalog.product.add](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_add.php)|The method adds a commercial catalog product.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Service/Product.php#L72-L78) Return type [`Bitrix24\SDK\Services\Catalog\Product\Result\ProductResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Result/ProductResult.php)|
-|`catalog`|[catalog.product.delete](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_delete.php)|The method deletes commercial catalog product by ID|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Service/Product.php#L92-L95) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`catalog`|[catalog.product.list](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_list.php)|The method gets list of commercial catalog products by filter.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Service/Product.php#L109-L117) Return type [`Bitrix24\SDK\Services\Catalog\Product\Result\ProductsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Result/ProductsResult.php)|
-|`catalog`|[catalog.product.getFieldsByFilter](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_getfieldsbyfilter.php)|The method returns commercial catalog product fields by filter.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::fieldsByFilter`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Catalog/Product/Service/Product.php#L131-L142) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.settings.mode.get](https://training.bitrix24.com/rest_help/crm/mode/crm_settings_mode_get.php)|The method returns current settings for CRM mode|[`Bitrix24\SDK\Services\CRM\Settings\Service\Settings::modeGet`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Settings/Service/Settings.php#L37-L40) Return type [`Bitrix24\SDK\Services\CRM\Settings\Result\SettingsModeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Settings/Result/SettingsModeResult.php)|
-|`crm`|[crm.userfield.types](https://training.bitrix24.com/rest_help/crm/userfields/crm_userfield_types.php)|Returns list of user field types.|[`Bitrix24\SDK\Services\CRM\Userfield\Service\Userfield::types`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Userfield/Service/Userfield.php#L41-L44) Return type [`Bitrix24\SDK\Services\CRM\Userfield\Result\UserfieldTypesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Userfield/Result/UserfieldTypesResult.php)|
-|`crm`|[crm.userfield.fields](https://training.bitrix24.com/rest_help/crm/userfields/crm_userfield_fields.php)|Returns field description for user fields.|[`Bitrix24\SDK\Services\CRM\Userfield\Service\Userfield::enumerationFields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Userfield/Service/Userfield.php#L77-L80) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.dealcategory.add](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_add.php)|Add new deal category|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L55-L65) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.dealcategory.delete](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_delete.php)|Delete deal category|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L83-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.dealcategory.fields](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_fields.php)|Returns field description for deal categories|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L109-L112) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.dealcategory.default.get](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_default_get.php)|he method reads settings for general deal category|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::getDefaultCategorySettings`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L127-L130) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealCategoryResult.php)|
-|`crm`|[crm.dealcategory.default.set](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_default_set.php)|The method writes settings for general deal category.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::setDefaultCategorySettings`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L150-L153) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.dealcategory.get](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_get.php)|Returns deal category by the ID|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L172-L182) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealCategoryResult.php)|
-|`crm`|[crm.dealcategory.list](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_status.php)|Returns directory type ID for storage deal categories by the ID.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::getStatus`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L234-L244) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryStatusResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealCategoryStatusResult.php)|
-|`crm`|[crm.dealcategory.update](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_update.php)|Updates an existing category.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategory.php#L269-L280) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.dealcategory.stage.list](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_stage_list.php)|Returns list of deal stages for category by the ID. Equivalent to calling crm.status.list method with parameter ENTITY_ID equal to the result of calling crm.dealcategory.status method.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategoryStage::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealCategoryStage.php#L38-L48) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryStagesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealCategoryStagesResult.php)|
-|`crm`|[crm.deal.add](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_add.php)|Add new deal|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/Deal.php#L105-L116) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`crm`|[crm.deal.fields](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_get.php)|Get deal by id|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/Deal.php#L181-L184) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealResult.php)|
-|`crm`|[crm.deal.list](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_list.php)|Get deal list by filter|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/Deal.php#L205-L218) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealsResult.php)
|
-|`crm`|[crm.deal.update](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_update.php)|Update deal list by filter|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/Deal.php#L277-L289) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)
|
-|`crm`|[crm.deal.productrows.get](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_productrows_get.php)|Returns products inside the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealProductRows::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealProductRows.php#L45-L68) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealProductRowItemsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealProductRowItemsResult.php)|
-|`crm`|[crm.deal.productrows.set](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_productrows_set.php)|Creates or updates product entries inside the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealProductRows::set`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealProductRows.php#L108-L119) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.deal.userfield.list](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_list.php)|Returns list of user deal fields by filter.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealUserfield.php#L98-L109) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealUserfieldsResult.php)|
-|`crm`|[crm.deal.userfield.add](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_add.php)|Created new user field for deals.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealUserfield.php#L150-L162) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.deal.userfield.delete](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_delete.php)|Deleted userfield for deals|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealUserfield.php#L180-L190) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.deal.userfield.get](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_get.php)|Returns a userfield for deal by ID.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealUserfield.php#L207-L217) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealUserfieldResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealUserfieldResult.php)|
-|`crm`|[crm.deal.userfield.update](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_update.php)|Updates an existing user field for deals.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealUserfield.php#L235-L246) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.deal.contact.add](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_stage_list.php)|Adds contact to specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealContact.php#L49-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.deal.contact.fields](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_fields.php)|Returns field descriptions for the deal-contact link used by methods of family crm.deal.contact.*|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealContact.php#L78-L81) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.deal.contact.items.get](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_get.php)|Returns a set of contacts, associated with the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::itemsGet`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealContact.php#L99-L109) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealContactItemsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Result/DealContactItemsResult.php)|
-|`crm`|[crm.deal.contact.items.delete](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_delete.php)|Clears a set of contacts, associated with the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::itemsDelete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealContact.php#L127-L137) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.deal.contact.items.set](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_set.php)|Set a set of contacts, associated with the specified seal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::itemsSet`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealContact.php#L160-L171) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.deal.contact.delete](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_set.php)|Deletes contact from a specified deal|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Deal/Service/DealContact.php#L190-L203) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.contact.company.fields](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-fields.html)|Get Fields for Contact-Company|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactCompany.php#L46-L49) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.contact.company.items.set](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-items-set.html)|Set a set of companies associated with the specified contact crm.contact.company.items.set|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::setItems`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactCompany.php#L64-L90) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.contact.company.items.get](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-items-get.html)|Get a Set of Companies Associated with the Specified Contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactCompany.php#L103-L108) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactCompanyConnectionResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Result/ContactCompanyConnectionResult.php)|
-|`crm`|[crm.contact.company.add](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-add.html)|Add a Company to the Specified Contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactCompany.php#L121-L131) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.contact.company.delete](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-delete.html)|Delete Company from Specified Contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactCompany.php#L145-L153) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.contact.company.items.delete](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-items-delete.html)|Clear the set of companies associated with the specified contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::deleteItems`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactCompany.php#L166-L171) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.contact.add](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_add.php)|Creates a new contact.|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/Contact.php#L117-L128) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`crm`|[crm.contact.delete](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_delete.php)|Delete a contact.|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/Contact.php#L146-L156) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)
|
-|`crm`|[crm.contact.fields](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_fields.php)|Returns the description of contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/Contact.php#L172-L175) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.contact.get](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_get.php)|Returns a contact by the specified contact ID|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/Contact.php#L193-L203) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Result/ContactResult.php)|
-|`crm`|[crm.contact.list](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_list.php)|Returns a list of contacts selected by the filter specified as the parameter. |[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/Contact.php#L321-L334) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Result/ContactsResult.php)
|
-|`crm`|[crm.contact.update](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_update.php)|Update contact by id|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/Contact.php#L401-L413) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)
|
-|`crm`|[crm.contact.userfield.list](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_list.php)|Returns list of user custom fields for contacts by filter. Prints information about these fields, only identifier and without a title assigned to the field by the user. |[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactUserfield.php#L96-L107) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Result/ContactUserfieldsResult.php)|
-|`crm`|[crm.contact.userfield.add](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_add.php)|Creates a new user field for contacts.|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactUserfield.php#L148-L160) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.contact.userfield.delete](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_delete.php)|Delete a user by Id|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactUserfield.php#L178-L188) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.contact.userfield.get](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_get.php)|Get a user by Id|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactUserfield.php#L205-L215) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactUserfieldResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Result/ContactUserfieldResult.php)|
-|`crm`|[crm.contact.userfield.update](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_update.php)|Update a user by Id|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Contact/Service/ContactUserfield.php#L233-L244) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.vat.fields](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-list.html)|Get a list of VAT rates by filter crm.vat.list|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Service/Vat.php#L138-L148) Return type [`Bitrix24\SDK\Services\CRM\VatRates\Result\VatRatesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Result/VatRatesResult.php)|
-|`crm`|[crm.vat.add](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-add.html)|Add VAT Rate crm.vat.add|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Service/Vat.php#L51-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.vat.update](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-update.html)|Update Existing VAT Rate|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Service/Vat.php#L76-L107) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.vat.delete](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-delete.html)|Delete VAT Rate|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Service/Vat.php#L114-L119) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.vat.get](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-get.html)|Get VAT Rate by ID|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Service/Vat.php#L126-L131) Return type [`Bitrix24\SDK\Services\CRM\VatRates\Result\VatRateResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/VatRates/Result/VatRateResult.php)|
-|`crm`|[crm.activity.add](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_add.php)|Creates and adds a new activity.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Service/Activity.php#L110-L120) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`crm`|[crm.activity.delete](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_delete.php)|Deletes the specified activity and all the associated objects.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Service/Activity.php#L138-L148) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)
|
-|`crm`|[crm.activity.fields](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_fields.php)|Returns the description of activity fields|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Service/Activity.php#L164-L167) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.activity.get](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_get.php)|Returns activity by the specified activity ID|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Service/Activity.php#L185-L195) Return type [`Bitrix24\SDK\Services\CRM\Activity\Result\ActivityResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Result/ActivityResult.php)|
-|`crm`|[crm.activity.list](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_list.php)|Returns a list of activity selected by the filter specified as the parameter. See the example for the filter notation.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Service/Activity.php#L306-L319) Return type [`Bitrix24\SDK\Services\CRM\Activity\Result\ActivitiesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Result/ActivitiesResult.php)
|
-|`crm`|[crm.activity.update](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_update.php)|Updates the specified (existing) activity.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Activity/Service/Activity.php#L382-L393) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.enum.ownertype](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-owner-type.html)|This method returns the identifiers of CRM entity types and SPAs.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::ownerType`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L45-L48) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\OwnerTypesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/OwnerTypesResult.php)|
-|`crm`|[crm.enum.activityStatus](https://training.bitrix24.com/rest_help/crm/mode/crm_settings_mode_get.php)|The method returns activity status list|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityStatus`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L55-L58) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityStatusResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/ActivityStatusResult.php)|
-|`crm`|[crm.enum.addressType](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-address-type.html)|Returns the enumeration items for "Address Type".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::addressType`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L65-L68) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\AddressTypeFieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/AddressTypeFieldsResult.php)|
-|`crm`|[crm.enum.activitynotifytype](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-notify-type.html)|Returns the enumeration items "Activity Notification Type" (for meetings and calls).|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityNotifyType`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L75-L78) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityNotifyTypeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/ActivityNotifyTypeResult.php)|
-|`crm`|[crm.enum.activitypriority](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-priority.html)|Returns the enumeration items "Activity Priority".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityPriority`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L85-L88) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityPriorityTypeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/ActivityPriorityTypeResult.php)|
-|`crm`|[crm.enum.activitydirection](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-direction.html)|The method returns activity direction list|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityDirection`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L95-L98) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityDirectionResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/ActivityDirectionResult.php)|
-|`crm`|[crm.enum.activitytype](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-type.html)|Returns the enumeration elements "Activity Type".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityType`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L105-L108) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityTypeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/ActivityTypeResult.php)|
-|`crm`|[crm.enum.settings.mode](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-settings-mode.html)|Returns a description of the CRM operating modes.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::settingsMode`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L115-L118) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\CrmSettingsModeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/CrmSettingsModeResult.php)|
-|`crm`|[crm.enum.contentType](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-content-type.html)|Returns the enumeration items for "Content Type".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::contentType`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L125-L128) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\CrmSettingsModeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/CrmSettingsModeResult.php)|
-|`crm`|[crm.enum.getorderownertypes](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-get-order-owner-types.html)|This method returns the identifiers of the entity types to which an order can be linked.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::orderOwnerTypes`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L135-L138) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\OrderOwnerTypesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Result/OrderOwnerTypesResult.php)|
-|`crm`|[crm.enum.fields](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-fields.html)|The method returns the description of enumeration fields.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Enum/Service/Enum.php#L145-L148) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.product.add](https://training.bitrix24.com/rest_help/crm/products/crm_product_add.php)|Add new product|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Service/Product.php#L87-L97) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`crm`|[crm.product.delete](https://training.bitrix24.com/rest_help/crm/products/crm_product_delete.php)|Delete product by id|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Service/Product.php#L115-L125) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.product.get](https://training.bitrix24.com/rest_help/crm/products/crm_product_get.php)|Returns a product by the product id.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Service/Product.php#L143-L146) Return type [`Bitrix24\SDK\Services\CRM\Product\Result\ProductResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Result/ProductResult.php)|
-|`crm`|[crm.product.fields](https://training.bitrix24.com/rest_help/crm/products/crm_product_fields.php)|Returns the description of the product fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Service/Product.php#L162-L165) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.product.list](https://training.bitrix24.com/rest_help/crm/products/crm_product_list.php)|Get list of product items.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Service/Product.php#L186-L199) Return type [`Bitrix24\SDK\Services\CRM\Product\Result\ProductsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Result/ProductsResult.php)
|
-|`crm`|[crm.product.update](https://training.bitrix24.com/rest_help/crm/products/crm_product_update.php)|Updates the specified (existing) product.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Product/Service/Product.php#L240-L251) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.lead.add](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_add.php)|Method adds new lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Service/Lead.php#L124-L135) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`crm`|[crm.lead.delete](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_delete.php)|Deletes the specified lead and all the associated objects.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Service/Lead.php#L153-L163) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)
|
-|`crm`|[crm.lead.fields](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_fields.php)|Returns the description of the lead fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Service/Lead.php#L179-L182) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.lead.get](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_get.php)|Returns a lead by the lead ID.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Service/Lead.php#L200-L203) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Result/LeadResult.php)|
-|`crm`|[crm.lead.list](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_list.php)|Get list of lead items.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Service/Lead.php#L224-L237) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Result/LeadsResult.php)
|
-|`crm`|[crm.lead.update](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_update.php)|Updates the specified (existing) lead.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Lead/Service/Lead.php#L316-L328) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.item.add](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_add.php)|Method creates new SPA item with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Service/Item.php#L58-L69) Return type [`Bitrix24\SDK\Services\CRM\Item\Result\ItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Result/ItemResult.php)
|
-|`crm`|[crm.item.delete](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_delete.php)|Deletes item with id for SPA with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Service/Item.php#L88-L95) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.item.fields](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_fields.php)|Returns the fields data with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Service/Item.php#L112-L115) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.item.get](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_get.php)|Returns item data with id for SPA with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Service/Item.php#L130-L133) Return type [`Bitrix24\SDK\Services\CRM\Item\Result\ItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Result/ItemResult.php)|
-|`crm`|[crm.item.list](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_list.php)|Returns array with SPA items with entityTypeId|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Service/Item.php#L148-L162) Return type [`Bitrix24\SDK\Services\CRM\Item\Result\ItemsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Result/ItemsResult.php)
|
-|`crm`|[crm.item.update](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_update.php)|Updates the specified (existing) item.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Item/Service/Item.php#L177-L189) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.requisite.fields](https://training.bitrix24.com/rest_help/crm/requisite/crm_requisite_fields.php)|Returns the description of the requisite fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/Requisite.php#L58-L61) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.requisite.list](https://training.bitrix24.com/rest_help/crm/requisite/crm_requisite_list.php)|Get list of requisite items.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/Requisite.php#L158-L171) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Result/RequisitesResult.php)|
-|`crm`|[crm.requisite.add](https://training.bitrix24.com/rest_help/crm/requisite/crm_requisite.add.php)|Method adds new requisite|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/Requisite.php#L244-L264) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.requisite.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/universal/crm-requisite-get.html)|Returns a requisite by the requisite id.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/Requisite.php#L281-L285) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Result/RequisiteResult.php)|
-|`crm`|[crm.requisite.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/universal/crm-requisite-delete.html)|Delete Requisite and Related Objects|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/Requisite.php#L303-L314) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)
|
-|`crm`|[crm.requisite.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/universal/crm-requisite-update.html)|Updates the specified (existing) requisite.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/Requisite.php#L389-L400) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.requisite.preset.fields](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-fields.html)|Get Description of the Fields of the Requisite Template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L56-L59) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.requisite.preset.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-list.html)|Get a List of Requisite Templates by filter|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L91-L108) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Result/RequisitePresetsResult.php)|
-|`crm`|[crm.requisite.preset.add](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-add.html)|Method adds new requisite preset|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L124-L145) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.requisite.preset.countries](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-add.html)|Get a list of countries for the requisite preset|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::countries`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L161-L164) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\CountriesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Result/CountriesResult.php)|
-|`crm`|[crm.requisite.preset.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-delete.html)|Deletes the specified requisite template by id|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L182-L192) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.requisite.preset.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-get.html)|Get Requisite Template Fields by ID|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L209-L212) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Result/RequisitePresetResult.php)|
-|`crm`|[crm.requisite.preset.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-update.html)|Update the Requisite Template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Requisites/Service/RequisitePreset.php#L242-L253) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.duplicate.findbycomm](https://training.bitrix24.com/rest_help/crm/auxiliary/duplicates/crm.duplicate.findbycomm.php)|The method returns IDs for leads, contacts or companies that contain the specified phone numbers or e-mails.|[`Bitrix24\SDK\Services\CRM\Duplicates\Service\Duplicate::findByEmail`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Duplicates/Service/Duplicate.php#L61-L69) Return type [`Bitrix24\SDK\Services\CRM\Duplicates\Result\DuplicateResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Duplicates/Result/DuplicateResult.php)|
-|`crm`|[crm.company.details.configuration.get](https://apidocs.bitrix24.com/api-reference/crm/companies/custom-form/crm-company-details-configuration-get.html)|The method crm.company.details.configuration.get retrieves the settings of company cards for all users|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyDetailsConfiguration::getGeneral`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyDetailsConfiguration.php#L58-L63) Return type [`Bitrix24\SDK\Services\CRM\Common\Result\ElementCardConfiguration\CardConfigurationsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Common/Result/ElementCardConfiguration/CardConfigurationsResult.php)|
-|`crm`|[crm.company.details.configuration.reset](https://apidocs.bitrix24.com/api-reference/crm/companies/custom-form/crm-company-details-configuration-set.html)|Set Parameters for Individual CRM Company Detail Card Configuration|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyDetailsConfiguration::setGeneral`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyDetailsConfiguration.php#L146-L166) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.company.details.configuration.forceCommonScopeForAll](https://apidocs.bitrix24.com/api-reference/crm/companies/custom-form/crm-company-details-configuration-force-common-scope-for-all.html)|Set Common Detail Form for All Users |[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyDetailsConfiguration::setForceCommonConfigForAll`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyDetailsConfiguration.php#L178-L181) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.company.contact.fields](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-fields.html)|Get Field Descriptions for Company-Contact Connection|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyContact.php#L48-L51) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.company.contact.items.set](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-items-set.html)|Set a set of contacts associated with the specified company crm.company.contact.items.set|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::setItems`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyContact.php#L66-L92) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.company.contact.items.get](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-items-get.html)|Get a set of contacts associated with the specified company crm.company.contact.items.get|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyContact.php#L105-L110) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyContactConnectionResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Result/CompanyContactConnectionResult.php)|
-|`crm`|[crm.company.contact.items.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-items-delete.html)|Clear the set of contacts associated with the specified company|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::deleteItems`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyContact.php#L123-L128) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.company.contact.add](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-add.html)|Add Contact to the Specified Company|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyContact.php#L141-L151) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`crm`|[crm.company.contact.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-delete.html)|Delete Contact from Specified Company|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyContact.php#L165-L173) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.company.fields](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-fields.html)|The method crm.company.fields returns the description of company fields, including custom fields.|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/Company.php#L63-L66) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`crm`|[crm.company.add](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-add.html)|Add new company|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/Company.php#L143-L154) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`crm`|[crm.company.get](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-get.html)|The method crm.company.get returns a company by its identifier.|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/Company.php#L172-L175) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Result/CompanyResult.php)|
-|`crm`|[crm.company.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-delete.html)|Delete deal|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/Company.php#L193-L203) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)
|
-|`crm`|[crm.company.list](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-list.html)|Get company list by filter|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/Company.php#L224-L237) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompaniesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Result/CompaniesResult.php)
|
-|`crm`|[crm.company.update](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-update.html)|Update company by id|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/Company.php#L316-L328) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)
|
-|`crm`|[crm.company.userfield.add](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-add.html)|The method crm.company.userfield.add creates a new custom field for companies.|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyUserfield.php#L82-L93) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`crm`|[crm.company.userfield.get](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-get.html)|Get Custom Company Field by ID|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyUserfield.php#L110-L120) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyUserfieldResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Result/CompanyUserfieldResult.php)|
-|`crm`|[crm.company.userfield.list](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-list.html)|The method crm.company.userfield.list returns a list of custom company fields based on the filter.|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyUserfield.php#L177-L182) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Result/CompanyUserfieldsResult.php)|
-|`crm`|[crm.company.userfield.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-delete.html)|Delete Custom Field for Companies|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyUserfield.php#L200-L210) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`crm`|[crm.company.userfield.update](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-update.html)|Update Existing Custom Field for Companies|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/CRM/Company/Service/CompanyUserfield.php#L248-L260) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`bizproc`|[bizproc.activity.log](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_list.php)|This method records data in the workflow log.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::log`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Service/Activity.php#L55-L61) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\AddedMessageToLogResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Result/AddedMessageToLogResult.php)|
-|`bizproc`|[bizproc.activity.list](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_list.php)|This method returns list of activities, installed by the application.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Service/Activity.php#L75-L78) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\WorkflowActivitiesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Result/WorkflowActivitiesResult.php)|
-|`bizproc`|[bizproc.activity.add](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_add.php)|Adds new activity to a workflow.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Service/Activity.php#L105-L132) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\AddedActivityResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Result/AddedActivityResult.php)|
-|`bizproc`|[bizproc.activity.delete](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_delete.php)|This method deletes an activity.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Service/Activity.php#L147-L153) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`bizproc`|[bizproc.activity.update](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_update.php)|This method allows to update activity fields. Method parameters are similar to bizproc.activity.add.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Service/Activity.php#L180-L234) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\UpdateActivityResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Activity/Result/UpdateActivityResult.php)|
-|`bizproc`|[bizproc.workflow.template.add](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_add.php)|Add a workflow template, requires administrator access permissions|[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Template/Service/Template.php#L57-L72) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`bizproc`|[bizproc.workflow.template.update](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_update.php)|Update workflow template|[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Template/Service/Template.php#L92-L127) Return type [``](https://github.com/bitrix24/b24phpsdk/blob/master/)|
-|`bizproc`|[bizproc.workflow.template.delete](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_delete.php)|The method deletes workflow template. Requires the administrator access permissions.|[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Template/Service/Template.php#L145-L150) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`bizproc`|[bizproc.workflow.template.list](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_list.php)|The method bizproc.workflow.template.list returns list of workflow templates, specified for a site. |[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Template/Service/Template.php#L164-L177) Return type [`Bitrix24\SDK\Services\Workflows\Template\Result\WorkflowTemplatesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Template/Result/WorkflowTemplatesResult.php)|
-|`bizproc`|[bizproc.robot.add](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_add.php)|Registers new automation rule.|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Service/Robot.php#L57-L78) Return type [`Bitrix24\SDK\Services\Workflows\Robot\Result\AddedRobotResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Result/AddedRobotResult.php)|
-|`bizproc`|[bizproc.robot.list](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_list.php)|This method returns list of automation rules, registered by the application.|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Service/Robot.php#L92-L95) Return type [`Bitrix24\SDK\Services\Workflows\Robot\Result\WorkflowRobotsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Result/WorkflowRobotsResult.php)|
-|`bizproc`|[bizproc.robot.delete](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_delete.php)|This method deletes registered automation rule.|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Service/Robot.php#L110-L116) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`bizproc`|[bizproc.robot.update](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_update.php)|updates fields of automation rules|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Service/Robot.php#L133-L175) Return type [`Bitrix24\SDK\Services\Workflows\Robot\Result\UpdateRobotResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Robot/Result/UpdateRobotResult.php)|
-|`bizproc`|[bizproc.workflow.kill](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_kill.php)|Deletes a launched workflow|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::kill`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Service/Workflow.php#L52-L57) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowKillResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Result/WorkflowKillResult.php)|
-|`bizproc`|[bizproc.workflow.terminate](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_terminate.php)|Stops an active workflow.|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::terminate`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Service/Workflow.php#L70-L76) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowTerminationResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Result/WorkflowTerminationResult.php)|
-|`bizproc`|[bizproc.workflow.start](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_start.php)|Launches a workflow|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::start`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Service/Workflow.php#L92-L144) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowInstanceStartResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Result/WorkflowInstanceStartResult.php)|
-|`bizproc`|[bizproc.workflow.instances](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_instances.php)|returns list of launched workflows|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::instances`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Service/Workflow.php#L159-L174) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowInstancesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Workflow/Result/WorkflowInstancesResult.php)|
-|`bizproc`|[bizproc.task.complete](https://training.bitrix24.com/rest_help/workflows/workflows_tasks/bizproc_task_complete.php)|Complete workflow task|[`Bitrix24\SDK\Services\Workflows\Task\Service\Task::complete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Task/Service/Task.php#L63-L71) Return type [`Bitrix24\SDK\Services\Workflows\Task\Result\WorkflowTaskCompleteResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Task/Result/WorkflowTaskCompleteResult.php)|
-|`bizproc`|[bizproc.task.list](https://training.bitrix24.com/rest_help/workflows/workflows_tasks/bizproc_task_list.php)|List of workflow tasks|[`Bitrix24\SDK\Services\Workflows\Task\Service\Task::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Task/Service/Task.php#L133-L143) Return type [`Bitrix24\SDK\Services\Workflows\Task\Result\WorkflowTasksResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Task/Result/WorkflowTasksResult.php)|
-|`bizproc`|[bizproc.event.send](https://training.bitrix24.com/rest_help/workflows/workflows_events/bizproc_event_send.php)|returns output parameters to an activity. Parameters are specified in the activity description.|[`Bitrix24\SDK\Services\Workflows\Event\Service\Event::send`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Event/Service/Event.php#L50-L64) Return type [`Bitrix24\SDK\Services\Workflows\Event\Result\EventSendResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Workflows/Event/Result/EventSendResult.php)|
-|`user`|[user.fields](https://training.bitrix24.com/rest_help/users/user_fields.php)|Get user entity fields|[`Bitrix24\SDK\Services\User\Service\User::fields`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Service/User.php#L50-L53) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/FieldsResult.php)|
-|`user`|[user.current](https://training.bitrix24.com/rest_help/users/user_current.php)|Get current user|[`Bitrix24\SDK\Services\User\Service\User::current`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Service/User.php#L66-L69) Return type [`Bitrix24\SDK\Services\User\Result\UserResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Result/UserResult.php)|
-|`user`|[user.add](https://training.bitrix24.com/rest_help/users/user_add.php)|Invites a user. Available only for users with invitation permissions, usually an administrator. Sends a standard account invitation to the user on success.|[`Bitrix24\SDK\Services\User\Service\User::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Service/User.php#L84-L99) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)
|
-|`user`|[user.get](https://training.bitrix24.com/rest_help/users/user_get.php)|Get user by id|[`Bitrix24\SDK\Services\User\Service\User::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Service/User.php#L111-L123) Return type [`Bitrix24\SDK\Services\User\Result\UsersResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Result/UsersResult.php)
|
-|`user`|[user.update](https://training.bitrix24.com/rest_help/users/user_get.php)|Updates user information. Available only for users with invitation permissions.|[`Bitrix24\SDK\Services\User\Service\User::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Service/User.php#L136-L144) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`user`|[user.search](https://training.bitrix24.com/rest_help/users/user_search.php)|This method is used to retrieve list of users with expedited personal data search.|[`Bitrix24\SDK\Services\User\Service\User::search`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Service/User.php#L158-L161) Return type [`Bitrix24\SDK\Services\User\Result\UsersResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/User/Result/UsersResult.php)|
-|`telephony`|[voximplant.user.deactivatePhone](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_user_deactivatePhone.php)|This method disables an indicator of SIP-phone availability. Method checks the availability of the access permissions to modify users.|[`Bitrix24\SDK\Services\Telephony\Voximplant\User\Service\User::deactivatePhone`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/User/Service/User.php#L52-L57) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UserInterfaceDialogCallResult.php)|
-|`telephony`|[voximplant.user.activatePhone](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_user_activatePhone.php)|This method raises the event of SIP-phone availability for an employee. Method checks the availability of the access permissions to modify users.|[`Bitrix24\SDK\Services\Telephony\Voximplant\User\Service\User::activatePhone`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/User/Service/User.php#L73-L78) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UserInterfaceDialogCallResult.php)|
-|`telephony`|[voximplant.user.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_user_get.php)|This method returns user settings.|[`Bitrix24\SDK\Services\Telephony\Voximplant\User\Service\User::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/User/Service/User.php#L95-L102) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\User\Result\VoximplantUserSettingsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/User/Result/VoximplantUserSettingsResult.php)|
-|`telephony`|[voximplant.url.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_url_get.php)|Returns a set of links for browsing telephony scope pages.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Url\Service\Url::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Url/Service/Url.php#L50-L53) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Url\Result\VoximplantPagesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Url/Result/VoximplantPagesResult.php)|
-|`telephony`|[voximplant.line.outgoing.sip.set](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_outgoing_sip_set.php)|Sets the selected SIP line as an outgoing line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::outgoingSipSet`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Line/Service/Line.php#L50-L55) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UserInterfaceDialogCallResult.php)|
-|`telephony`|[voximplant.line.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_get.php)|Returns list of all of the available outgoing lines.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Line/Service/Line.php#L67-L70) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Result\VoximplantLinesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Line/Result/VoximplantLinesResult.php)|
-|`telephony`|[voximplant.line.outgoing.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_outgoing_get.php)|Returns the currently selected line as an outgoing line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::outgoingGet`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Line/Service/Line.php#L84-L87) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Result\VoximplantLineIdResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Line/Result/VoximplantLineIdResult.php)|
-|`telephony`|[voximplant.line.outgoing.set](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_outgoing_set.php)|Sets the selected line as an outgoing line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::outgoingSet`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Line/Service/Line.php#L103-L108) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UserInterfaceDialogCallResult.php)|
-|`telephony`|[voximplant.tts.voices.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_tts_voices.get.php)|Returns an array of available voices for generation of speech in the format of voice ID => voice name.|[`Bitrix24\SDK\Services\Telephony\Voximplant\TTS\Voices\Service\Voices::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/TTS/Voices/Service/Voices.php#L52-L55) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\TTS\Voices\Result\VoximplantVoicesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/TTS/Voices/Result/VoximplantVoicesResult.php)|
-|`telephony`|[voximplant.sip.connector.status](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_connector_status.php)|Returns the current status of the SIP Connector.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::getConnectorStatus`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L57-L60) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipConnectorStatusResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Result/SipConnectorStatusResult.php)|
-|`telephony`|[voximplant.sip.add](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_add.php)|Сreates a new SIP line linked to the application. Once created, this line becomes an outbound line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L74-L89) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipLineAddedResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Result/SipLineAddedResult.php)|
-|`telephony`|[voximplant.sip.delete](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_delete.php)|Deletes the current SIP line (created by the application).|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L105-L110) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`telephony`|[voximplant.sip.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_get.php)|Returns the list of all SIP lines created by the application. It is a list method.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L125-L128) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipLinesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Result/SipLinesResult.php)|
-|`telephony`|[voximplant.sip.status](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_status.php)|Returns the current status of the SIP registration (for cloud hosted PBX only).|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::status`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L145-L150) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipLineStatusResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Result/SipLineStatusResult.php)|
-|`telephony`|[voximplant.sip.update](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_update.php)|Updates the existing SIP line (created by the application).|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L165-L200) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`telephony`|[voximplant.infocall.startwithtext](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_infocall_startwithtext.php)|method performs the call to the specified number with automatic voiceover of specified text|[`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Service\InfoCall::startWithText`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/InfoCall/Service/InfoCall.php#L56-L64) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Result\VoximplantInfoCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/InfoCall/Result/VoximplantInfoCallResult.php)|
-|`telephony`|[voximplant.infocall.startwithsound](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_infocall_startwithsound.php)|Makes a call to the specified number with playback of .mp3 format file by URL.|[`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Service\InfoCall::startWithSound`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/InfoCall/Service/InfoCall.php#L71-L78) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Result\VoximplantInfoCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Voximplant/InfoCall/Result/VoximplantInfoCallResult.php)|
-|`telephony`|[telephony.call.attachTranscription](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_call_attachtranscription.php)|The method adds a call transcript.|[`Bitrix24\SDK\Services\Telephony\Call\Service\Call::attachTranscription`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Call/Service/Call.php#L54-L76) Return type [`Bitrix24\SDK\Services\Telephony\Call\Result\TranscriptAttachedResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/Call/Result/TranscriptAttachedResult.php)|
-|`telephony`|[telephony.externalCall.attachRecord](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalCall_attachRecord.php)|This method connects a record to a finished call and to the call Activity.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::attachCallRecordInBase64`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L96-L107) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\CallRecordFileUploadedResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Result/CallRecordFileUploadedResult.php)|
-|`telephony`|[telephony.externalcall.register](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_register.php)|Method registers a call in Bitrix24. For this purpose, it searches an object that corresponds to the number in CRM.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::register`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L156-L188) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\ExternalCallRegisteredResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Result/ExternalCallRegisteredResult.php)|
-|`telephony`|[telephony.externalCall.searchCrmEntities](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalCall_searchCrmEntities.php)|This method allows to retrieve information about a client from CRM by a telephone number via single request.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::searchCrmEntities`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L220-L226) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\SearchCrmEntitiesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Result/SearchCrmEntitiesResult.php)|
-|`telephony`|[telephony.externalcall.finish](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_finish.php)|This method allows to retrieve information about a client from CRM by a telephone number via single request.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::finishForUserId`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L285-L308) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\ExternalCallFinishedResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Result/ExternalCallFinishedResult.php)|
-|`telephony`|[telephony.externalcall.show](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_show.php)|The method displays a call ID screen to the user.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::show`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L324-L331) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UserInterfaceDialogCallResult.php)|
-|`telephony`|[telephony.externalcall.hide](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_hide.php)| This method hides call information window.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::hide`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L347-L354) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UserInterfaceDialogCallResult.php)|
-|`telephony`|[telephony.externalLine.add](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalLine_add.php)|Method adds an external line|[`Bitrix24\SDK\Services\Telephony\ExternalLine\Service\ExternalLine::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalLine/Service/ExternalLine.php#L55-L62) Return type [`Bitrix24\SDK\Services\Telephony\ExternalLine\Result\ExternalLineAddedResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalLine/Result/ExternalLineAddedResult.php)|
-|`telephony`|[telephony.externalLine.delete](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalLine_delete.php)|Method for deleting an external line.|[`Bitrix24\SDK\Services\Telephony\ExternalLine\Service\ExternalLine::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalLine/Service/ExternalLine.php#L76-L81) Return type [`Bitrix24\SDK\Core\Result\EmptyResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/EmptyResult.php)|
-|`telephony`|[telephony.externalLine.get](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalLine_delete.php)|Method allows to retrieve the list of external lines of an application.|[`Bitrix24\SDK\Services\Telephony\ExternalLine\Service\ExternalLine::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalLine/Service/ExternalLine.php#L95-L98) Return type [`Bitrix24\SDK\Services\Telephony\ExternalLine\Result\ExternalLinesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Telephony/ExternalLine/Result/ExternalLinesResult.php)|
-|`ai_admin`|[ai.engine.register](https://apidocs.bitrix24.com/api-reference/ai/ai-engine-register.html)|REST method for adding a custom service. This method registers an engine and updates it upon subsequent calls. This is not quite an embedding location, as the endpoint of the partner must adhere to strict formats.|[`Bitrix24\SDK\Services\AI\Engine\Service\Engine::register`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/AI/Engine/Service/Engine.php#L43-L57) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`ai_admin`|[ai.engine.list](https://apidocs.bitrix24.com/api-reference/ai/ai-engine-list.html)|Get the list of ai services|[`Bitrix24\SDK\Services\AI\Engine\Service\Engine::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/AI/Engine/Service/Engine.php#L71-L74) Return type [`Bitrix24\SDK\Services\AI\Engine\Result\EnginesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/AI/Engine/Result/EnginesResult.php)|
-|`ai_admin`|[ai.engine.unregister](https://apidocs.bitrix24.com/api-reference/ai/ai-engine-unregister.html)|Delete registered ai service|[`Bitrix24\SDK\Services\AI\Engine\Service\Engine::unregister`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/AI/Engine/Service/Engine.php#L88-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`im`|[im.notify.system.add](https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=115&LESSON_ID=23904&LESSON_PATH=9691.9805.11585.23904)|Sending system notification|[`Bitrix24\SDK\Services\IM\Notify\Service\Notify::fromSystem`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IM/Notify/Service/Notify.php#L44-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`im`|[im.notify.personal.add](https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=115&LESSON_ID=23904&LESSON_PATH=9691.9805.11585.23904)|Sending personal notification|[`Bitrix24\SDK\Services\IM\Notify\Service\Notify::fromPersonal`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IM/Notify/Service/Notify.php#L71-L91) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`im`|[im.notify.delete](https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=115&LESSON_ID=23906&LESSON_PATH=9691.9805.11585.23906)|Deleting notification|[`Bitrix24\SDK\Services\IM\Notify\Service\Notify::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IM/Notify/Service/Notify.php#L98-L112) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/DeletedItemResult.php)|
-|`im`|[im.notify.read](https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=115&LESSON_ID=23908&LESSON_PATH=9691.9805.11585.23908)|"Unread" the list of notifications, excluding CONFIRM notification type|[`Bitrix24\SDK\Services\IM\Notify\Service\Notify::markMessagesAsUnread`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IM/Notify/Service/Notify.php#L156-L167) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`im`|[im.notify.confirm](https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=115&LESSON_ID=23912&LESSON_PATH=9691.9805.11585.23912)|Interaction with notification buttons|[`Bitrix24\SDK\Services\IM\Notify\Service\Notify::confirm`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IM/Notify/Service/Notify.php#L174-L186) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`im`|[im.notify.answer](https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=115&LESSON_ID=23910&LESSON_PATH=9691.9805.11585.23910)|Response to notification, supporting quick reply|[`Bitrix24\SDK\Services\IM\Notify\Service\Notify::answer`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IM/Notify/Service/Notify.php#L193-L205) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/UpdatedItemResult.php)|
-|`userconsent`|[userconsent.consent.add](https://training.bitrix24.com/rest_help/userconsent/userconsent_consent_add.php)|Add the received user agreement consent|[`Bitrix24\SDK\Services\UserConsent\Service\UserConsent::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/UserConsent/Service/UserConsent.php#L40-L43) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Result/AddedItemResult.php)|
-|`userconsent`|[userconsent.agreement.list](https://training.bitrix24.com/rest_help/userconsent/userconsent_consent_add.php)|Add the received user agreement consent|[`Bitrix24\SDK\Services\UserConsent\Service\UserConsentAgreement::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/UserConsent/Service/UserConsentAgreement.php#L39-L42) Return type [`Bitrix24\SDK\Services\UserConsent\Result\UserConsentAgreementsResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/UserConsent/Result/UserConsentAgreementsResult.php)|
-|`userconsent`|[userconsent.agreement.text](https://training.bitrix24.com/rest_help/userconsent/userconsent_agreement_text.php)|This method gets the agreement text|[`Bitrix24\SDK\Services\UserConsent\Service\UserConsentAgreement::text`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/UserConsent/Service/UserConsentAgreement.php#L54-L70) Return type [`Bitrix24\SDK\Services\UserConsent\Result\UserConsentAgreementTextResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/UserConsent/Result/UserConsentAgreementTextResult.php)|
-|`imopenlines`|[imopenlines.network.join](https://training.bitrix24.com/support/training/course/?COURSE_ID=115&LESSON_ID=25016)|Connecting an open channel by code|[`Bitrix24\SDK\Services\IMOpenLines\Service\Network::join`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IMOpenLines/Service/Network.php#L38-L48) Return type [`Bitrix24\SDK\Services\IMOpenLines\Result\JoinOpenLineResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IMOpenLines/Result/JoinOpenLineResult.php)|
-|`imopenlines`|[imopenlines.network.message.add](https://training.bitrix24.com/support/training/course/?COURSE_ID=115&LESSON_ID=25018&LESSON_PATH=9691.9833.20331.25014.25018)|Sending Open Channel message to selected user|[`Bitrix24\SDK\Services\IMOpenLines\Service\Network::messageAdd`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IMOpenLines/Service/Network.php#L58-L80) Return type [`Bitrix24\SDK\Services\IMOpenLines\Result\AddedMessageItemResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/IMOpenLines/Result/AddedMessageItemResult.php)|
-|`–`|[events](https://training.bitrix24.com/rest_help/general/events_method/events.php)|Displays events from the general list of events.|[`Bitrix24\SDK\Services\Main\Service\Event::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Event.php#L46-L54) Return type [`Bitrix24\SDK\Services\Main\Result\EventListResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/EventListResult.php)|
-|`–`|[event.bind](https://training.bitrix24.com/rest_help/general/events_method/event_bind.php)|Installs a new event handler.|[`Bitrix24\SDK\Services\Main\Service\Event::bind`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Event.php#L69-L85) Return type [`Bitrix24\SDK\Services\Main\Result\EventHandlerBindResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/EventHandlerBindResult.php)|
-|`–`|[event.unbind](https://training.bitrix24.com/rest_help/general/events_method/event_unbind.php)|Uninstalls a previously installed event handler.|[`Bitrix24\SDK\Services\Main\Service\Event::unbind`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Event.php#L100-L112) Return type [`Bitrix24\SDK\Services\Main\Result\EventHandlerUnbindResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/EventHandlerUnbindResult.php)|
-|`–`|[event.test](https://training.bitrix24.com/rest_help/rest_sum/test_handler.php)|Test events|[`Bitrix24\SDK\Services\Main\Service\Event::test`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Event.php#L125-L128) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Core/Response/Response.php)|
-|`–`|[event.get](https://training.bitrix24.com/rest_help/general/events_method/event_get.php)|Obtaining a list of registered event handlers.|[`Bitrix24\SDK\Services\Main\Service\Event::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Service/Event.php#L142-L145) Return type [`Bitrix24\SDK\Services\Main\Result\EventHandlersResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Main/Result/EventHandlersResult.php)|
-|`placement`|[userfieldtype.add](https://training.bitrix24.com/rest_help/application_embedding/user_field/userfieldtype_add.php)|Registration of new type of user fields. This method returns true or an error with description.|[`Bitrix24\SDK\Services\Placement\Service\UserFieldType::add`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/UserFieldType.php#L45-L58) Return type [`Bitrix24\SDK\Services\Placement\Result\RegisterUserTypeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/RegisterUserTypeResult.php)|
-|`placement`|[userfieldtype.list](https://training.bitrix24.com/rest_help/application_embedding/user_field/userfieldtype_list.php)|Retrieves list of user field types, registrered by the application. List method. Results in the list of field types with page-by-page navigation.|[`Bitrix24\SDK\Services\Placement\Service\UserFieldType::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/UserFieldType.php#L72-L77) Return type [`Bitrix24\SDK\Services\Placement\Result\UserFieldTypesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/UserFieldTypesResult.php)|
-|`placement`|[userfieldtype.update](https://training.bitrix24.com/rest_help/application_embedding/user_field/userfieldtype_update.php)|Modifies settings of user field types, registered by the application. This method returns true or an error with description.|[`Bitrix24\SDK\Services\Placement\Service\UserFieldType::update`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/UserFieldType.php#L96-L109) Return type [`Bitrix24\SDK\Services\Placement\Result\RegisterUserTypeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/RegisterUserTypeResult.php)|
-|`placement`|[userfieldtype.delete](https://training.bitrix24.com/rest_help/application_embedding/user_field/userfieldtype_delete.php)|Deletes user field type, registered by the application. This method returns true or an error with description.|[`Bitrix24\SDK\Services\Placement\Service\UserFieldType::delete`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/UserFieldType.php#L125-L135) Return type [`Bitrix24\SDK\Services\Placement\Result\DeleteUserTypeResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/DeleteUserTypeResult.php)|
-|`placement`|[placement.bind](https://training.bitrix24.com/rest_help/application_embedding/metods/placement_bind.php)|Installs the embedding location handler|[`Bitrix24\SDK\Services\Placement\Service\Placement::bind`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/Placement.php#L42-L54) Return type [`Bitrix24\SDK\Services\Placement\Result\PlacementBindResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/PlacementBindResult.php)|
-|`placement`|[placement.unbind](https://training.bitrix24.com/rest_help/application_embedding/metods/placement_unbind.php)|Deletes the registered embedding location handler. Shall be executed with the available account administrative privileges.|[`Bitrix24\SDK\Services\Placement\Service\Placement::unbind`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/Placement.php#L68-L79) Return type [`Bitrix24\SDK\Services\Placement\Result\PlacementUnbindResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/PlacementUnbindResult.php)|
-|`placement`|[placement.list](https://training.bitrix24.com/rest_help/application_embedding/metods/placement_list.php)|This method is used to retrieve the list of embedding locations, available to the application.|[`Bitrix24\SDK\Services\Placement\Service\Placement::list`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/Placement.php#L93-L100) Return type [`Bitrix24\SDK\Services\Placement\Result\PlacementLocationCodesResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/PlacementLocationCodesResult.php)|
-|`placement`|[placement.get](https://training.bitrix24.com/rest_help/application_embedding/metods/placement_get.php)|This method is used to retrieve the list of registered handlers for embedding locations.|[`Bitrix24\SDK\Services\Placement\Service\Placement::get`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Service/Placement.php#L114-L117) Return type [`Bitrix24\SDK\Services\Placement\Result\PlacementsLocationInformationResult`](https://github.com/bitrix24/b24phpsdk/blob/master/src/Services/Placement/Result/PlacementsLocationInformationResult.php)|
\ No newline at end of file
+|`–`|[server.time](https://training.bitrix24.com/rest_help/general/server_time.php)|Method returns current server time in the format YYYY-MM-DDThh:mm:ss±hh:mm.|[`Bitrix24\SDK\Services\Main\Service\Main::getServerTime`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L45-L48) Return type [`Bitrix24\SDK\Services\Main\Result\ServerTimeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Result/ServerTimeResult.php)|
+|`–`|[profile](https://training.bitrix24.com/rest_help/general/profile.php)|Allows to return basic Information about the current user without any scopes, in contrast to user.current.|[`Bitrix24\SDK\Services\Main\Service\Main::getCurrentUserProfile`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L62-L65) Return type [`Bitrix24\SDK\Services\Main\Result\UserProfileResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Result/UserProfileResult.php)|
+|`–`|[access.name](https://training.bitrix24.com/rest_help/general/access_name.php)|Returns access permission names.|[`Bitrix24\SDK\Services\Main\Service\Main::getAccessName`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L80-L85) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Response/Response.php)|
+|`–`|[user.access](https://training.bitrix24.com/rest_help/general/user_access.php)|Checks if the current user has at least one permission of those specified by the ACCESS parameter.|[`Bitrix24\SDK\Services\Main\Service\Main::checkUserAccess`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L100-L105) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Response/Response.php)|
+|`–`|[method.get](https://training.bitrix24.com/rest_help/general/method_get.php)|Method returns 2 parameters - isExisting and isAvailable|[`Bitrix24\SDK\Services\Main\Service\Main::getMethodAffordability`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L120-L127) Return type [`Bitrix24\SDK\Services\Main\Result\MethodAffordabilityResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Result/MethodAffordabilityResult.php)|
+|`–`|[scope](https://training.bitrix24.com/rest_help/general/scope.php)|Method will return a list of all possible permissions.|[`Bitrix24\SDK\Services\Main\Service\Main::getAvailableScope`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L158-L161) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Response/Response.php)|
+|`–`|[methods](https://training.bitrix24.com/rest_help/general/methods.php)|Returns the methods available to the current application|[`Bitrix24\SDK\Services\Main\Service\Main::getMethodsByScope`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L213-L216) Return type [`Bitrix24\SDK\Core\Response\Response`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Response/Response.php)|
+|`–`|[app.info](https://training.bitrix24.com/rest_help/general/app_info.php)|Call method app.info on oauth server|[`Bitrix24\SDK\Services\Main\Service\Main::guardValidateCurrentAuthToken`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L244-L257) Return type [`void`](https://github.com/bitrix24/b24phpsdk/dev/)|
+|`–`|[user.admin](https://training.bitrix24.com/rest_help/general/user_admin.php)|Checks if a current user has permissions to manage application parameters.|[`Bitrix24\SDK\Services\Main\Service\Main::isCurrentUserHasAdminRights`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Service/Main.php#L271-L274) Return type [`Bitrix24\SDK\Services\Main\Result\IsUserAdminResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Main/Result/IsUserAdminResult.php)|
+|`sale`|[sale.order.add](https://apidocs.bitrix24.com/api-reference/sale/order/sale-order-add.html)|Creates a new order.|[`Bitrix24\SDK\Services\Sale\Order\Service\Order::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Service/Order.php#L40-L46) Return type [`Bitrix24\SDK\Services\Sale\Order\Result\OrderAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Result/OrderAddedResult.php)
|
+|`sale`|[sale.order.update](https://apidocs.bitrix24.com/api-reference/sale/order/sale-order-update.html)|Updates an existing order.|[`Bitrix24\SDK\Services\Sale\Order\Service\Order::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Service/Order.php#L53-L60) Return type [`Bitrix24\SDK\Services\Sale\Order\Result\OrderUpdatedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Result/OrderUpdatedResult.php)
|
+|`sale`|[sale.order.get](https://apidocs.bitrix24.com/api-reference/sale/order/sale-order-get.html)|Retrieves information about an order.|[`Bitrix24\SDK\Services\Sale\Order\Service\Order::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Service/Order.php#L67-L73) Return type [`Bitrix24\SDK\Services\Sale\Order\Result\OrderResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Result/OrderResult.php)|
+|`sale`|[sale.order.list](https://apidocs.bitrix24.com/api-reference/sale/order/sale-order-list.html)|Retrieves a list of orders.|[`Bitrix24\SDK\Services\Sale\Order\Service\Order::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Service/Order.php#L80-L89) Return type [`Bitrix24\SDK\Services\Sale\Order\Result\OrdersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Result/OrdersResult.php)
|
+|`sale`|[sale.order.delete](https://apidocs.bitrix24.com/api-reference/sale/order/sale-order-delete.html)|Deletes an order.|[`Bitrix24\SDK\Services\Sale\Order\Service\Order::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Service/Order.php#L96-L102) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.order.getFields](https://apidocs.bitrix24.com/api-reference/sale/order/sale-order-getfields.html)|Retrieves the description of order fields.|[`Bitrix24\SDK\Services\Sale\Order\Service\Order::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Service/Order.php#L109-L113) Return type [`Bitrix24\SDK\Services\Sale\Order\Result\OrderFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Order/Result/OrderFieldsResult.php)|
+|`sale`|[sale.propertyRelation.add](https://apidocs.bitrix24.com/api-reference/sale/property-relation/sale-property-relation-add.html)|Creates a new property binding.|[`Bitrix24\SDK\Services\Sale\PropertyRelation\Service\PropertyRelation::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Service/PropertyRelation.php#L52-L59) Return type [`Bitrix24\SDK\Services\Sale\PropertyRelation\Result\PropertyRelationAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Result/PropertyRelationAddedResult.php)|
+|`sale`|[sale.propertyRelation.list](https://apidocs.bitrix24.com/api-reference/sale/property-relation/sale-property-relation-list.html)|Retrieves a list of property bindings.|[`Bitrix24\SDK\Services\Sale\PropertyRelation\Service\PropertyRelation::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Service/PropertyRelation.php#L79-L89) Return type [`Bitrix24\SDK\Services\Sale\PropertyRelation\Result\PropertyRelationsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Result/PropertyRelationsResult.php)|
+|`sale`|[sale.propertyRelation.deleteByFilter](https://apidocs.bitrix24.com/api-reference/sale/property-relation/sale-property-relation-delete-by-filter.html)|Removes a property relation.|[`Bitrix24\SDK\Services\Sale\PropertyRelation\Service\PropertyRelation::deleteByFilter`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Service/PropertyRelation.php#L106-L113) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.propertyRelation.getFields](https://apidocs.bitrix24.com/api-reference/sale/property-relation/sale-property-relation-get-fields.html)|Retrieves the description of property binding fields.|[`Bitrix24\SDK\Services\Sale\PropertyRelation\Service\PropertyRelation::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Service/PropertyRelation.php#L128-L133) Return type [`Bitrix24\SDK\Services\Sale\PropertyRelation\Result\PropertyRelationFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyRelation/Result/PropertyRelationFieldsResult.php)|
+|`delivery`|[sale.delivery.request.update](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery-request/sale-delivery-request-update.html)|Updates the delivery request.|[`Bitrix24\SDK\Services\Sale\DeliveryRequest\Service\DeliveryRequest::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryRequest/Service/DeliveryRequest.php#L51-L56) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`delivery`|[sale.delivery.request.sendmessage](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery-request/sale-delivery-request-send-message.html)|Creates notifications for the delivery request.|[`Bitrix24\SDK\Services\Sale\DeliveryRequest\Service\DeliveryRequest::sendMessage`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryRequest/Service/DeliveryRequest.php#L76-L90) Return type [`Bitrix24\SDK\Services\Sale\DeliveryRequest\Result\DeliveryRequestSendMessageResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryRequest/Result/DeliveryRequestSendMessageResult.php)|
+|`delivery`|[sale.delivery.request.delete](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery-request/sale-delivery-request-delete.html)|Deletes the delivery request.|[`Bitrix24\SDK\Services\Sale\DeliveryRequest\Service\DeliveryRequest::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryRequest/Service/DeliveryRequest.php#L108-L116) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.shipmentproperty.add](https://apidocs.bitrix24.com/api-reference/sale/shipment-property/sale-shipment-property-add.html)|Adds a shipment property.|[`Bitrix24\SDK\Services\Sale\ShipmentProperty\Service\ShipmentProperty::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Service/ShipmentProperty.php#L59-L66) Return type [`Bitrix24\SDK\Services\Sale\ShipmentProperty\Result\AddedShipmentPropertyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Result/AddedShipmentPropertyResult.php)|
+|`sale`|[sale.shipmentproperty.update](https://apidocs.bitrix24.com/api-reference/sale/shipment-property/sale-shipment-property-update.html)|Updates the fields of a shipment property.|[`Bitrix24\SDK\Services\Sale\ShipmentProperty\Service\ShipmentProperty::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Service/ShipmentProperty.php#L84-L92) Return type [`Bitrix24\SDK\Services\Sale\ShipmentProperty\Result\UpdatedShipmentPropertyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Result/UpdatedShipmentPropertyResult.php)|
+|`sale`|[sale.shipmentproperty.get](https://apidocs.bitrix24.com/api-reference/sale/shipment-property/sale-shipment-property-get.html)|Returns the shipment property.|[`Bitrix24\SDK\Services\Sale\ShipmentProperty\Service\ShipmentProperty::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Service/ShipmentProperty.php#L109-L116) Return type [`Bitrix24\SDK\Services\Sale\ShipmentProperty\Result\ShipmentPropertyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Result/ShipmentPropertyResult.php)|
+|`sale`|[sale.shipmentproperty.list](https://apidocs.bitrix24.com/api-reference/sale/shipment-property/sale-shipment-property-list.html)|Returns a list of shipment properties.|[`Bitrix24\SDK\Services\Sale\ShipmentProperty\Service\ShipmentProperty::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Service/ShipmentProperty.php#L136-L146) Return type [`Bitrix24\SDK\Services\Sale\ShipmentProperty\Result\ShipmentPropertiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Result/ShipmentPropertiesResult.php)|
+|`sale`|[sale.shipmentproperty.delete](https://apidocs.bitrix24.com/api-reference/sale/shipment-property/sale-shipment-property-delete.html)|Deletes a shipment property.|[`Bitrix24\SDK\Services\Sale\ShipmentProperty\Service\ShipmentProperty::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Service/ShipmentProperty.php#L163-L170) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.shipmentproperty.getFieldsByType](https://apidocs.bitrix24.com/api-reference/sale/shipment-property/sale-shipment-property-get-fields-by-type.html)|Returns the fields and settings for shipment properties.|[`Bitrix24\SDK\Services\Sale\ShipmentProperty\Service\ShipmentProperty::getFieldsByType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Service/ShipmentProperty.php#L187-L194) Return type [`Bitrix24\SDK\Services\Sale\ShipmentProperty\Result\ShipmentPropertyFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentProperty/Result/ShipmentPropertyFieldsResult.php)|
+|`sale`|[sale.paymentitemshipment.add](https://apidocs.bitrix24.com/api-reference/sale/payment-item-shipment/sale-payment-item-shipment-add.html)|Creates a new binding of a payment to a shipment.|[`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Service\PaymentItemShipment::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Service/PaymentItemShipment.php#L54-L61) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Result\PaymentItemShipmentAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Result/PaymentItemShipmentAddedResult.php)|
+|`sale`|[sale.paymentitemshipment.update](https://apidocs.bitrix24.com/api-reference/sale/payment-item-shipment/sale-payment-item-shipment-update.html)|Updates an existing binding of a payment to a shipment.|[`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Service\PaymentItemShipment::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Service/PaymentItemShipment.php#L79-L87) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Result\PaymentItemShipmentUpdatedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Result/PaymentItemShipmentUpdatedResult.php)|
+|`sale`|[sale.paymentitemshipment.get](https://apidocs.bitrix24.com/api-reference/sale/payment-item-shipment/sale-payment-item-shipment-get.html)|Retrieves information about a payment binding to shipment.|[`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Service\PaymentItemShipment::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Service/PaymentItemShipment.php#L104-L111) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Result\PaymentItemShipmentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Result/PaymentItemShipmentResult.php)|
+|`sale`|[sale.paymentitemshipment.list](https://apidocs.bitrix24.com/api-reference/sale/payment-item-shipment/sale-payment-item-shipment-list.html)|Retrieves a list of payment bindings to shipments.|[`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Service\PaymentItemShipment::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Service/PaymentItemShipment.php#L131-L141) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Result\PaymentItemShipmentsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Result/PaymentItemShipmentsResult.php)|
+|`sale`|[sale.paymentitemshipment.delete](https://apidocs.bitrix24.com/api-reference/sale/payment-item-shipment/sale-payment-item-shipment-delete.html)|Deletes a binding of a payment to a shipment.|[`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Service\PaymentItemShipment::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Service/PaymentItemShipment.php#L158-L165) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.paymentitemshipment.getfields](https://apidocs.bitrix24.com/api-reference/sale/payment-item-shipment/sale-payment-item-shipment-get-fields.html)|Retrieves the description of payment item shipment binding fields.|[`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Service\PaymentItemShipment::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Service/PaymentItemShipment.php#L180-L185) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemShipment\Result\PaymentItemShipmentFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemShipment/Result/PaymentItemShipmentFieldsResult.php)|
+|`sale`|[sale.property.add](https://apidocs.bitrix24.com/api-reference/sale/property/sale-property-add.html)|Adds an order property.|[`Bitrix24\SDK\Services\Sale\Property\Service\Property::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Service/Property.php#L54-L61) Return type [`Bitrix24\SDK\Services\Sale\Property\Result\PropertyAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Result/PropertyAddResult.php)|
+|`sale`|[sale.property.update](https://apidocs.bitrix24.com/api-reference/sale/property/sale-property-update.html)|Updates the fields of an order property.|[`Bitrix24\SDK\Services\Sale\Property\Service\Property::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Service/Property.php#L79-L87) Return type [`Bitrix24\SDK\Services\Sale\Property\Result\PropertyUpdateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Result/PropertyUpdateResult.php)|
+|`sale`|[sale.property.get](https://apidocs.bitrix24.com/api-reference/sale/property/sale-property-get.html)|Returns the order property.|[`Bitrix24\SDK\Services\Sale\Property\Service\Property::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Service/Property.php#L102-L109) Return type [`Bitrix24\SDK\Services\Sale\Property\Result\PropertyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Result/PropertyResult.php)|
+|`sale`|[sale.property.list](https://apidocs.bitrix24.com/api-reference/sale/property/sale-property-list.html)|Returns a list of order properties.|[`Bitrix24\SDK\Services\Sale\Property\Service\Property::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Service/Property.php#L129-L139) Return type [`Bitrix24\SDK\Services\Sale\Property\Result\PropertiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Result/PropertiesResult.php)|
+|`sale`|[sale.property.delete](https://apidocs.bitrix24.com/api-reference/sale/property/sale-property-delete.html)|Deletes an order property.|[`Bitrix24\SDK\Services\Sale\Property\Service\Property::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Service/Property.php#L154-L161) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.property.getFieldsByType](https://apidocs.bitrix24.com/api-reference/sale/property/sale-property-get-fields-by-type.html)|Returns the fields and settings of an order property for a specific property type.|[`Bitrix24\SDK\Services\Sale\Property\Service\Property::getFieldsByType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Service/Property.php#L176-L183) Return type [`Bitrix24\SDK\Services\Sale\Property\Result\PropertyFieldsByTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Property/Result/PropertyFieldsByTypeResult.php)|
+|`cashbox`|[sale.cashbox.add](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-add.html)|Adds a new cash register.|[`Bitrix24\SDK\Services\Sale\Cashbox\Service\Cashbox::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Cashbox/Service/Cashbox.php#L52-L57) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`cashbox`|[sale.cashbox.update](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-update.html)|Updates an existing cash register.|[`Bitrix24\SDK\Services\Sale\Cashbox\Service\Cashbox::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Cashbox/Service/Cashbox.php#L75-L83) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`cashbox`|[sale.cashbox.list](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-list.html)|Returns a list of configured cash registers.|[`Bitrix24\SDK\Services\Sale\Cashbox\Service\Cashbox::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Cashbox/Service/Cashbox.php#L102-L120) Return type [`Bitrix24\SDK\Services\Sale\Cashbox\Result\CashboxesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Cashbox/Result/CashboxesResult.php)|
+|`cashbox`|[sale.cashbox.delete](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-delete.html)|Deletes a cash register.|[`Bitrix24\SDK\Services\Sale\Cashbox\Service\Cashbox::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Cashbox/Service/Cashbox.php#L137-L144) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`cashbox`|[sale.cashbox.check.apply](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-check-apply.html)|Saves the result of printing the receipt.|[`Bitrix24\SDK\Services\Sale\Cashbox\Service\Cashbox::checkApply`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Cashbox/Service/Cashbox.php#L161-L166) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`sale`|[sale.statusLang.getListLangs](https://apidocs.bitrix24.com/api-reference/sale/status-lang/sale-status-lang-get-list-langs.html)|Returns list of available languages|[`Bitrix24\SDK\Services\Sale\StatusLang\Service\StatusLang::getListLangs`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Service/StatusLang.php#L59-L64) Return type [`Bitrix24\SDK\Services\Sale\StatusLang\Result\LanguagesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Result/LanguagesResult.php)|
+|`sale`|[sale.statusLang.add](https://apidocs.bitrix24.com/api-reference/sale/status-lang/sale-status-lang-add.html)|Adds a new status language|[`Bitrix24\SDK\Services\Sale\StatusLang\Service\StatusLang::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Service/StatusLang.php#L81-L91) Return type [`Bitrix24\SDK\Services\Sale\StatusLang\Result\StatusLangAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Result/StatusLangAddResult.php)|
+|`sale`|[sale.statusLang.list](https://apidocs.bitrix24.com/api-reference/sale/status-lang/sale-status-lang-list.html)|Returns a list of status languages|[`Bitrix24\SDK\Services\Sale\StatusLang\Service\StatusLang::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Service/StatusLang.php#L110-L119) Return type [`Bitrix24\SDK\Services\Sale\StatusLang\Result\StatusLangsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Result/StatusLangsResult.php)|
+|`sale`|[sale.statusLang.deleteByFilter](https://apidocs.bitrix24.com/api-reference/sale/status-lang/sale-status-lang-delete-by-filter.html)|Deletes status languages by filter|[`Bitrix24\SDK\Services\Sale\StatusLang\Service\StatusLang::deleteByFilter`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Service/StatusLang.php#L136-L143) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.statusLang.getFields](https://apidocs.bitrix24.com/api-reference/sale/status-lang/sale-status-lang-get-fields.html)|Returns available fields and their settings|[`Bitrix24\SDK\Services\Sale\StatusLang\Service\StatusLang::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Service/StatusLang.php#L158-L163) Return type [`Bitrix24\SDK\Services\Sale\StatusLang\Result\StatusLangFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/StatusLang/Result/StatusLangFieldsResult.php)|
+|`sale`|[sale.payment.add](https://apidocs.bitrix24.com/api-reference/sale/payment/sale-payment-add.html)|Creates a new payment.|[`Bitrix24\SDK\Services\Sale\Payment\Service\Payment::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Service/Payment.php#L54-L61) Return type [`Bitrix24\SDK\Services\Sale\Payment\Result\PaymentAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Result/PaymentAddedResult.php)|
+|`sale`|[sale.payment.update](https://apidocs.bitrix24.com/api-reference/sale/payment/sale-payment-update.html)|Updates an existing payment.|[`Bitrix24\SDK\Services\Sale\Payment\Service\Payment::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Service/Payment.php#L79-L87) Return type [`Bitrix24\SDK\Services\Sale\Payment\Result\PaymentUpdatedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Result/PaymentUpdatedResult.php)|
+|`sale`|[sale.payment.get](https://apidocs.bitrix24.com/api-reference/sale/payment/sale-payment-get.html)|Retrieves information about a payment.|[`Bitrix24\SDK\Services\Sale\Payment\Service\Payment::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Service/Payment.php#L104-L111) Return type [`Bitrix24\SDK\Services\Sale\Payment\Result\PaymentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Result/PaymentResult.php)|
+|`sale`|[sale.payment.list](https://apidocs.bitrix24.com/api-reference/sale/payment/sale-payment-list.html)|Retrieves a list of payments.|[`Bitrix24\SDK\Services\Sale\Payment\Service\Payment::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Service/Payment.php#L131-L141) Return type [`Bitrix24\SDK\Services\Sale\Payment\Result\PaymentsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Result/PaymentsResult.php)|
+|`sale`|[sale.payment.delete](https://apidocs.bitrix24.com/api-reference/sale/payment/sale-payment-delete.html)|Deletes a payment.|[`Bitrix24\SDK\Services\Sale\Payment\Service\Payment::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Service/Payment.php#L158-L165) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.payment.getFields](https://apidocs.bitrix24.com/api-reference/sale/payment/sale-payment-get-fields.html)|Retrieves the description of payment fields.|[`Bitrix24\SDK\Services\Sale\Payment\Service\Payment::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Service/Payment.php#L180-L185) Return type [`Bitrix24\SDK\Services\Sale\Payment\Result\PaymentFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Payment/Result/PaymentFieldsResult.php)|
+|`sale`|[sale.propertyvariant.add](https://apidocs.bitrix24.com/api-reference/sale/property-variant/sale-propertyvariant-add.html)|Adds a variant of an order property.|[`Bitrix24\SDK\Services\Sale\PropertyVariant\Service\PropertyVariant::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Service/PropertyVariant.php#L54-L61) Return type [`Bitrix24\SDK\Services\Sale\PropertyVariant\Result\PropertyVariantAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Result/PropertyVariantAddResult.php)|
+|`sale`|[sale.propertyvariant.update](https://apidocs.bitrix24.com/api-reference/sale/property-variant/sale-propertyvariant-update.html)|Updates the fields of a property variant.|[`Bitrix24\SDK\Services\Sale\PropertyVariant\Service\PropertyVariant::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Service/PropertyVariant.php#L79-L87) Return type [`Bitrix24\SDK\Services\Sale\PropertyVariant\Result\PropertyVariantUpdateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Result/PropertyVariantUpdateResult.php)|
+|`sale`|[sale.propertyvariant.get](https://apidocs.bitrix24.com/api-reference/sale/property-variant/sale-propertyvariant-get.html)|Returns the property variant by ID.|[`Bitrix24\SDK\Services\Sale\PropertyVariant\Service\PropertyVariant::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Service/PropertyVariant.php#L102-L109) Return type [`Bitrix24\SDK\Services\Sale\PropertyVariant\Result\PropertyVariantResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Result/PropertyVariantResult.php)|
+|`sale`|[sale.propertyvariant.list](https://apidocs.bitrix24.com/api-reference/sale/property-variant/sale-propertyvariant-list.html)|Returns a list of property variants.|[`Bitrix24\SDK\Services\Sale\PropertyVariant\Service\PropertyVariant::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Service/PropertyVariant.php#L128-L137) Return type [`Bitrix24\SDK\Services\Sale\PropertyVariant\Result\PropertyVariantsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Result/PropertyVariantsResult.php)|
+|`sale`|[sale.propertyvariant.delete](https://apidocs.bitrix24.com/api-reference/sale/property-variant/sale-propertyvariant-delete.html)|Deletes a property variant.|[`Bitrix24\SDK\Services\Sale\PropertyVariant\Service\PropertyVariant::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Service/PropertyVariant.php#L152-L159) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.propertyvariant.getFields](https://apidocs.bitrix24.com/api-reference/sale/property-variant/sale-propertyvariant-getfields.html)|Returns the fields and settings of property variants.|[`Bitrix24\SDK\Services\Sale\PropertyVariant\Service\PropertyVariant::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Service/PropertyVariant.php#L174-L179) Return type [`Bitrix24\SDK\Services\Sale\PropertyVariant\Result\PropertyVariantFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyVariant/Result/PropertyVariantFieldsResult.php)|
+|`sale`|[sale.shipmentpropertyvalue.modify](https://apidocs.bitrix24.com/api-reference/sale/shipment-property-value/sale-shipment-property-value-modify.html)|Updates the shipment property values.|[`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Service\ShipmentPropertyValue::modify`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Service/ShipmentPropertyValue.php#L53-L60) Return type [`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Result\UpdatedShipmentPropertyValueResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Result/UpdatedShipmentPropertyValueResult.php)|
+|`sale`|[sale.shipmentpropertyvalue.get](https://apidocs.bitrix24.com/api-reference/sale/shipment-property-value/sale-shipment-property-value-get.html)|Returns the shipment property value.|[`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Service\ShipmentPropertyValue::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Service/ShipmentPropertyValue.php#L75-L82) Return type [`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Result\ShipmentPropertyValueResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Result/ShipmentPropertyValueResult.php)|
+|`sale`|[sale.shipmentpropertyvalue.list](https://apidocs.bitrix24.com/api-reference/sale/shipment-property-value/sale-shipment-property-value-list.html)|Returns a list of shipment property values.|[`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Service\ShipmentPropertyValue::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Service/ShipmentPropertyValue.php#L102-L112) Return type [`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Result\ShipmentPropertyValuesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Result/ShipmentPropertyValuesResult.php)|
+|`sale`|[sale.shipmentpropertyvalue.delete](https://apidocs.bitrix24.com/api-reference/sale/shipment-property-value/sale-shipment-propertyvalue-delete.html)|Deletes a shipment property value.|[`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Service\ShipmentPropertyValue::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Service/ShipmentPropertyValue.php#L127-L134) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.shipmentpropertyvalue.getFields](https://apidocs.bitrix24.com/api-reference/sale/shipment-property-value/sale-shipment-property-value-get-fields.html)|Returns the fields and settings for shipment property values.|[`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Service\ShipmentPropertyValue::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Service/ShipmentPropertyValue.php#L149-L154) Return type [`Bitrix24\SDK\Services\Sale\ShipmentPropertyValue\Result\ShipmentPropertyValueFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/ShipmentPropertyValue/Result/ShipmentPropertyValueFieldsResult.php)|
+|`sale`|[sale.paymentitembasket.add](https://apidocs.bitrix24.com/api-reference/sale/payment-item-basket/sale-payment-item-basket-add.html)|Creates a new binding of a basket item to a payment.|[`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Service\PaymentItemBasket::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Service/PaymentItemBasket.php#L54-L61) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Result\PaymentItemBasketAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Result/PaymentItemBasketAddedResult.php)|
+|`sale`|[sale.paymentitembasket.update](https://apidocs.bitrix24.com/api-reference/sale/payment-item-basket/sale-payment-item-basket-update.html)|Updates an existing binding of a basket item to a payment.|[`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Service\PaymentItemBasket::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Service/PaymentItemBasket.php#L79-L87) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Result\PaymentItemBasketUpdatedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Result/PaymentItemBasketUpdatedResult.php)|
+|`sale`|[sale.paymentitembasket.get](https://apidocs.bitrix24.com/api-reference/sale/payment-item-basket/sale-payment-item-basket-get.html)|Retrieves information about a basket item binding to payment.|[`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Service\PaymentItemBasket::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Service/PaymentItemBasket.php#L104-L111) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Result\PaymentItemBasketResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Result/PaymentItemBasketResult.php)|
+|`sale`|[sale.paymentitembasket.list](https://apidocs.bitrix24.com/api-reference/sale/payment-item-basket/sale-payment-item-basket-list.html)|Retrieves a list of basket item bindings to payments.|[`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Service\PaymentItemBasket::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Service/PaymentItemBasket.php#L131-L141) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Result\PaymentItemBasketsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Result/PaymentItemBasketsResult.php)|
+|`sale`|[sale.paymentitembasket.delete](https://apidocs.bitrix24.com/api-reference/sale/payment-item-basket/sale-payment-item-basket-delete.html)|Deletes a binding of a basket item to a payment.|[`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Service\PaymentItemBasket::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Service/PaymentItemBasket.php#L158-L165) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.paymentitembasket.getfields](https://apidocs.bitrix24.com/api-reference/sale/payment-item-basket/sale-payment-item-basket-get-fields.html)|Retrieves the description of payment item basket binding fields.|[`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Service\PaymentItemBasket::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Service/PaymentItemBasket.php#L180-L185) Return type [`Bitrix24\SDK\Services\Sale\PaymentItemBasket\Result\PaymentItemBasketFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PaymentItemBasket/Result/PaymentItemBasketFieldsResult.php)|
+|`sale`|[sale.propertygroup.add](https://apidocs.bitrix24.com/api-reference/sale/property-group/sale-propertygroup-add.html)|Add new sale property group|[`Bitrix24\SDK\Services\Sale\PropertyGroup\Service\PropertyGroup::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Service/PropertyGroup.php#L58-L68) Return type [`Bitrix24\SDK\Services\Sale\PropertyGroup\Result\PropertyGroupAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Result/PropertyGroupAddResult.php)|
+|`sale`|[sale.propertygroup.update](https://apidocs.bitrix24.com/api-reference/sale/property-group/sale-propertygroup-update.html)|Update sale property group|[`Bitrix24\SDK\Services\Sale\PropertyGroup\Service\PropertyGroup::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Service/PropertyGroup.php#L89-L100) Return type [`Bitrix24\SDK\Services\Sale\PropertyGroup\Result\PropertyGroupUpdateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Result/PropertyGroupUpdateResult.php)|
+|`sale`|[sale.propertygroup.get](https://apidocs.bitrix24.com/api-reference/sale/property-group/sale-propertygroup-get.html)|Get sale property group by id|[`Bitrix24\SDK\Services\Sale\PropertyGroup\Service\PropertyGroup::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Service/PropertyGroup.php#L115-L125) Return type [`Bitrix24\SDK\Services\Sale\PropertyGroup\Result\PropertyGroupResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Result/PropertyGroupResult.php)|
+|`sale`|[sale.propertygroup.list](https://apidocs.bitrix24.com/api-reference/sale/property-group/sale-propertygroup-list.html)|Get list of sale property groups|[`Bitrix24\SDK\Services\Sale\PropertyGroup\Service\PropertyGroup::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Service/PropertyGroup.php#L144-L156) Return type [`Bitrix24\SDK\Services\Sale\PropertyGroup\Result\PropertyGroupsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Result/PropertyGroupsResult.php)|
+|`sale`|[sale.propertygroup.delete](https://apidocs.bitrix24.com/api-reference/sale/property-group/sale-propertygroup-delete.html)|Delete sale property group|[`Bitrix24\SDK\Services\Sale\PropertyGroup\Service\PropertyGroup::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Service/PropertyGroup.php#L171-L181) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.propertygroup.getFields](https://apidocs.bitrix24.com/api-reference/sale/property-group/sale-propertygroup-get-fields.html)|Get fields for sale property group|[`Bitrix24\SDK\Services\Sale\PropertyGroup\Service\PropertyGroup::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Service/PropertyGroup.php#L196-L201) Return type [`Bitrix24\SDK\Services\Sale\PropertyGroup\Result\PropertyGroupFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PropertyGroup/Result/PropertyGroupFieldsResult.php)|
+|`sale`|[sale.status.add](https://apidocs.bitrix24.com/api-reference/sale/status/sale-status-add.html)|Adds a new status|[`Bitrix24\SDK\Services\Sale\Status\Service\Status::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Service/Status.php#L62-L69) Return type [`Bitrix24\SDK\Services\Sale\Status\Result\StatusAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Result/StatusAddResult.php)|
+|`sale`|[sale.status.update](https://apidocs.bitrix24.com/api-reference/sale/status/sale-status-update.html)|Updates an existing status|[`Bitrix24\SDK\Services\Sale\Status\Service\Status::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Service/Status.php#L87-L95) Return type [`Bitrix24\SDK\Services\Sale\Status\Result\StatusUpdateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Result/StatusUpdateResult.php)|
+|`sale`|[sale.status.get](https://apidocs.bitrix24.com/api-reference/sale/status/sale-status-get.html)|Returns status details by ID|[`Bitrix24\SDK\Services\Sale\Status\Service\Status::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Service/Status.php#L112-L119) Return type [`Bitrix24\SDK\Services\Sale\Status\Result\StatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Result/StatusResult.php)|
+|`sale`|[sale.status.list](https://apidocs.bitrix24.com/api-reference/sale/status/sale-status-list.html)|Returns a list of statuses|[`Bitrix24\SDK\Services\Sale\Status\Service\Status::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Service/Status.php#L138-L147) Return type [`Bitrix24\SDK\Services\Sale\Status\Result\StatusesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Result/StatusesResult.php)|
+|`sale`|[sale.status.delete](https://apidocs.bitrix24.com/api-reference/sale/status/sale-status-delete.html)|Deletes a status|[`Bitrix24\SDK\Services\Sale\Status\Service\Status::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Service/Status.php#L164-L171) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.status.getFields](https://apidocs.bitrix24.com/api-reference/sale/status/sale-status-getfields.html)|Returns available fields and their settings|[`Bitrix24\SDK\Services\Sale\Status\Service\Status::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Service/Status.php#L186-L191) Return type [`Bitrix24\SDK\Services\Sale\Status\Result\StatusFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Status/Result/StatusFieldsResult.php)|
+|`sale`|[sale.basketitem.add](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-add.html)|Add a new basket item to an existing order|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L68-L75) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\AddedBasketItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/AddedBasketItemResult.php)
|
+|`sale`|[sale.basketitem.update](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-update.html)|Update an existing basket item in an order|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L113-L121) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\UpdatedBasketItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/UpdatedBasketItemResult.php)
|
+|`sale`|[sale.basketitem.get](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-get.html)|Get information about a specific basket item|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L136-L143) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\BasketItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/BasketItemResult.php)|
+|`sale`|[sale.basketitem.list](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-list.html)|Get list of basket items with optional filtering and sorting|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L161-L184) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\BasketItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/BasketItemsResult.php)
|
+|`sale`|[sale.basketitem.delete](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-delete.html)|Delete a basket item from an order|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L199-L206) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.basketitem.getFields](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-get-fields.html)|Get available fields for basket item with their descriptions|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L219-L224) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\FieldsBasketItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/FieldsBasketItemResult.php)|
+|`sale`|[sale.basketitem.addCatalogProduct](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-add-catalog-product.html)|Add a product from catalog to basket of an existing order|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::addCatalogProduct`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L254-L261) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\AddedCatalogProductResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/AddedCatalogProductResult.php)|
+|`sale`|[sale.basketitem.updateCatalogProduct](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-update-catalog-product.html)|Update a catalog product in an order's basket|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::updateCatalogProduct`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L285-L293) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\UpdatedCatalogProductResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/UpdatedCatalogProductResult.php)|
+|`sale`|[sale.basketitem.getFieldsCatalogProduct](https://apidocs.bitrix24.com/api-reference/sale/basket-item/sale-basket-item-get-catalog-product-fields.html)|Get available fields for basket item (product from catalog) with their descriptions|[`Bitrix24\SDK\Services\Sale\BasketItem\Service\BasketItem::getFieldsCatalogProduct`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Service/BasketItem.php#L309-L314) Return type [`Bitrix24\SDK\Services\Sale\BasketItem\Result\FieldsCatalogProductResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketItem/Result/FieldsCatalogProductResult.php)|
+|`sale`|[sale.tradePlatform.list](https://apidocs.bitrix24.com/api-reference/sale/trade-platform/sale-trade-platform-list.html)|Method returns a list of order sources|[`Bitrix24\SDK\Services\Sale\TradePlatform\Service\TradePlatform::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/TradePlatform/Service/TradePlatform.php#L46-L71) Return type [`Bitrix24\SDK\Services\Sale\TradePlatform\Result\TradePlatformsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/TradePlatform/Result/TradePlatformsResult.php)|
+|`sale`|[sale.tradePlatform.getFields](https://apidocs.bitrix24.com/api-reference/sale/trade-platform/sale-trade-platform-get-fields.html)|Method returns the available fields of order sources|[`Bitrix24\SDK\Services\Sale\TradePlatform\Service\TradePlatform::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/TradePlatform/Service/TradePlatform.php#L84-L87) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`sale`|[sale.delivery.handler.add](https://apidocs.bitrix24.com/api-reference/sale/delivery/handler/sale-delivery-handler-add.html)|Adds a delivery service handler.|[`Bitrix24\SDK\Services\Sale\DeliveryHandler\Service\DeliveryHandler::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryHandler/Service/DeliveryHandler.php#L52-L57) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`sale`|[sale.delivery.handler.update](https://apidocs.bitrix24.com/api-reference/sale/delivery/handler/sale-delivery-handler-update.html)|Updates the delivery service handler.|[`Bitrix24\SDK\Services\Sale\DeliveryHandler\Service\DeliveryHandler::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryHandler/Service/DeliveryHandler.php#L75-L80) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`sale`|[sale.delivery.handler.list](https://apidocs.bitrix24.com/api-reference/sale/delivery/handler/sale-delivery-handler-list.html)|Returns a list of delivery service handlers.|[`Bitrix24\SDK\Services\Sale\DeliveryHandler\Service\DeliveryHandler::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryHandler/Service/DeliveryHandler.php#L95-L100) Return type [`Bitrix24\SDK\Services\Sale\DeliveryHandler\Result\DeliveryHandlersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryHandler/Result/DeliveryHandlersResult.php)|
+|`sale`|[sale.delivery.handler.delete](https://apidocs.bitrix24.com/api-reference/sale/delivery/handler/sale-delivery-handler-delete.html)|Deletes a delivery service handler.|[`Bitrix24\SDK\Services\Sale\DeliveryHandler\Service\DeliveryHandler::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryHandler/Service/DeliveryHandler.php#L115-L122) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.persontype.add](https://apidocs.bitrix24.com/api-reference/sale/person-type/sale-person-type-add.html)|Adds a payer type|[`Bitrix24\SDK\Services\Sale\PersonType\Service\PersonType::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Service/PersonType.php#L53-L63) Return type [`Bitrix24\SDK\Services\Sale\PersonType\Result\AddedPersonTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Result/AddedPersonTypeResult.php)|
+|`sale`|[sale.persontype.delete](https://apidocs.bitrix24.com/api-reference/sale/person-type/sale-person-type-delete.html)|Deletes a payer type.|[`Bitrix24\SDK\Services\Sale\PersonType\Service\PersonType::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Service/PersonType.php#L79-L89) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.persontype.get](https://apidocs.bitrix24.com/api-reference/sale/person-type/sale-person-type-get.html)|Returns the fields of the payer type|[`Bitrix24\SDK\Services\Sale\PersonType\Service\PersonType::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Service/PersonType.php#L105-L115) Return type [`Bitrix24\SDK\Services\Sale\PersonType\Result\PersonTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Result/PersonTypeResult.php)|
+|`sale`|[sale.persontype.list](https://apidocs.bitrix24.com/api-reference/sale/person-type/sale-person-type-list.html)|Returns a list of payer types.|[`Bitrix24\SDK\Services\Sale\PersonType\Service\PersonType::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Service/PersonType.php#L155-L168) Return type [`Bitrix24\SDK\Services\Sale\PersonType\Result\PersonTypesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Result/PersonTypesResult.php)|
+|`sale`|[sale.persontype.update](https://apidocs.bitrix24.com/api-reference/sale/person-type/sale-person-type-update.html)|Modifies a payer type.|[`Bitrix24\SDK\Services\Sale\PersonType\Service\PersonType::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Service/PersonType.php#L191-L202) Return type [`Bitrix24\SDK\Services\Sale\PersonType\Result\UpdatedPersonTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Result/UpdatedPersonTypeResult.php)|
+|`sale`|[sale.persontype.getFields](https://apidocs.bitrix24.com/api-reference/sale/person-type/sale-person-type-get-fields.html)|Returns the fields of the payer type|[`Bitrix24\SDK\Services\Sale\PersonType\Service\PersonType::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Service/PersonType.php#L218-L227) Return type [`Bitrix24\SDK\Services\Sale\PersonType\Result\PersonTypeFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/PersonType/Result/PersonTypeFieldsResult.php)|
+|`sale`|[sale.delivery.add](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery/sale-delivery-add.html)|Adds a delivery service.|[`Bitrix24\SDK\Services\Sale\Delivery\Service\Delivery::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Service/Delivery.php#L53-L58) Return type [`Bitrix24\SDK\Services\Sale\Delivery\Result\DeliveryAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Result/DeliveryAddResult.php)|
+|`sale`|[sale.delivery.update](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery/sale-delivery-update.html)|Updates a delivery service.|[`Bitrix24\SDK\Services\Sale\Delivery\Service\Delivery::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Service/Delivery.php#L76-L84) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`sale`|[sale.delivery.getlist](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery/sale-delivery-get-list.html)|Returns a list of delivery services.|[`Bitrix24\SDK\Services\Sale\Delivery\Service\Delivery::getlist`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Service/Delivery.php#L103-L112) Return type [`Bitrix24\SDK\Services\Sale\Delivery\Result\DeliveriesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Result/DeliveriesResult.php)|
+|`sale`|[sale.delivery.delete](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery/sale-delivery-delete.html)|Deletes a delivery service.|[`Bitrix24\SDK\Services\Sale\Delivery\Service\Delivery::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Service/Delivery.php#L127-L134) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.delivery.config.update](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery/sale-delivery-config-update.html)|Updates delivery service settings.|[`Bitrix24\SDK\Services\Sale\Delivery\Service\Delivery::configUpdate`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Service/Delivery.php#L152-L160) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`sale`|[sale.delivery.config.get](https://apidocs.bitrix24.com/api-reference/sale/delivery/delivery/sale-delivery-config-get.html)|Returns delivery service settings.|[`Bitrix24\SDK\Services\Sale\Delivery\Service\Delivery::configGet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Service/Delivery.php#L175-L182) Return type [`Bitrix24\SDK\Services\Sale\Delivery\Result\DeliveryConfigGetResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Delivery/Result/DeliveryConfigGetResult.php)|
+|`cashbox`|[sale.cashbox.handler.add](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-handler-add.html)|Adds a REST cashbox handler.|[`Bitrix24\SDK\Services\Sale\CashboxHandler\Service\CashboxHandler::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/CashboxHandler/Service/CashboxHandler.php#L56-L72) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`cashbox`|[sale.cashbox.handler.update](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-handler-update.html)|Updates the data of the REST cashbox handler.|[`Bitrix24\SDK\Services\Sale\CashboxHandler\Service\CashboxHandler::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/CashboxHandler/Service/CashboxHandler.php#L90-L98) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`cashbox`|[sale.cashbox.handler.list](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-handler-list.html)|Returns a list of available REST cashbox handlers.|[`Bitrix24\SDK\Services\Sale\CashboxHandler\Service\CashboxHandler::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/CashboxHandler/Service/CashboxHandler.php#L113-L118) Return type [`Bitrix24\SDK\Services\Sale\CashboxHandler\Result\CashboxHandlersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/CashboxHandler/Result/CashboxHandlersResult.php)|
+|`cashbox`|[sale.cashbox.handler.delete](https://apidocs.bitrix24.com/api-reference/sale/cashbox/sale-cashbox-handler-delete.html)|Deletes the REST cashbox handler.|[`Bitrix24\SDK\Services\Sale\CashboxHandler\Service\CashboxHandler::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/CashboxHandler/Service/CashboxHandler.php#L135-L142) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.delivery.extra.service.add](https://apidocs.bitrix24.com/api-reference/sale/delivery/extra-service/sale-delivery-extra-service-add.html)|Adds a delivery service.|[`Bitrix24\SDK\Services\Sale\DeliveryExtraService\Service\DeliveryExtraService::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryExtraService/Service/DeliveryExtraService.php#L52-L57) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`sale`|[sale.delivery.extra.service.update](https://apidocs.bitrix24.com/api-reference/sale/delivery/extra-service/sale-delivery-extra-service-update.html)|Updates a delivery service.|[`Bitrix24\SDK\Services\Sale\DeliveryExtraService\Service\DeliveryExtraService::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryExtraService/Service/DeliveryExtraService.php#L75-L82) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`sale`|[sale.delivery.extra.service.get](https://apidocs.bitrix24.com/api-reference/sale/delivery/extra-service/sale-delivery-extra-service-get.html)|Returns information about all services of a specific delivery service.|[`Bitrix24\SDK\Services\Sale\DeliveryExtraService\Service\DeliveryExtraService::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryExtraService/Service/DeliveryExtraService.php#L99-L106) Return type [`Bitrix24\SDK\Services\Sale\DeliveryExtraService\Result\DeliveryExtraServicesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryExtraService/Result/DeliveryExtraServicesResult.php)|
+|`sale`|[sale.delivery.extra.service.delete](https://apidocs.bitrix24.com/api-reference/sale/delivery/extra-service/sale-delivery-extra-service-delete.html)|Deletes a delivery service.|[`Bitrix24\SDK\Services\Sale\DeliveryExtraService\Service\DeliveryExtraService::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/DeliveryExtraService/Service/DeliveryExtraService.php#L123-L130) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.shipment.add](https://apidocs.bitrix24.com/api-reference/sale/shipment/sale-shipment-add.html)|Adds a shipment.|[`Bitrix24\SDK\Services\Sale\Shipment\Service\Shipment::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Service/Shipment.php#L56-L63) Return type [`Bitrix24\SDK\Services\Sale\Shipment\Result\AddedShipmentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Result/AddedShipmentResult.php)|
+|`sale`|[sale.shipment.update](https://apidocs.bitrix24.com/api-reference/sale/shipment/sale-shipment-update.html)|Updates the fields of a shipment.|[`Bitrix24\SDK\Services\Sale\Shipment\Service\Shipment::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Service/Shipment.php#L84-L92) Return type [`Bitrix24\SDK\Services\Sale\Shipment\Result\UpdatedShipmentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Result/UpdatedShipmentResult.php)|
+|`sale`|[sale.shipment.get](https://apidocs.bitrix24.com/api-reference/sale/shipment/sale-shipment-get.html)|Returns the shipment.|[`Bitrix24\SDK\Services\Sale\Shipment\Service\Shipment::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Service/Shipment.php#L109-L116) Return type [`Bitrix24\SDK\Services\Sale\Shipment\Result\ShipmentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Result/ShipmentResult.php)|
+|`sale`|[sale.shipment.list](https://apidocs.bitrix24.com/api-reference/sale/shipment/sale-shipment-list.html)|Returns a list of shipments.|[`Bitrix24\SDK\Services\Sale\Shipment\Service\Shipment::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Service/Shipment.php#L136-L146) Return type [`Bitrix24\SDK\Services\Sale\Shipment\Result\ShipmentsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Result/ShipmentsResult.php)|
+|`sale`|[sale.shipment.delete](https://apidocs.bitrix24.com/api-reference/sale/shipment/sale-shipment-delete.html)|Deletes a shipment.|[`Bitrix24\SDK\Services\Sale\Shipment\Service\Shipment::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Service/Shipment.php#L163-L170) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.shipment.getFields](https://apidocs.bitrix24.com/api-reference/sale/shipment/sale-shipment-get-fields.html)|Returns the fields and settings for shipments.|[`Bitrix24\SDK\Services\Sale\Shipment\Service\Shipment::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Service/Shipment.php#L185-L190) Return type [`Bitrix24\SDK\Services\Sale\Shipment\Result\ShipmentFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/Shipment/Result/ShipmentFieldsResult.php)|
+|`sale`|[sale.basketproperties.add](https://apidocs.bitrix24.ru/api-reference/sale/basket-properties/sale-basket-properties-add.html)|Adds a basket property.|[`Bitrix24\SDK\Services\Sale\BasketProperty\Service\BasketProperty::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Service/BasketProperty.php#L54-L61) Return type [`Bitrix24\SDK\Services\Sale\BasketProperty\Result\BasketPropertyAddResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Result/BasketPropertyAddResult.php)|
+|`sale`|[sale.basketproperties.update](https://apidocs.bitrix24.ru/api-reference/sale/basket-properties/sale-basket-properties-update.html)|Updates the fields of a basket property.|[`Bitrix24\SDK\Services\Sale\BasketProperty\Service\BasketProperty::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Service/BasketProperty.php#L79-L87) Return type [`Bitrix24\SDK\Services\Sale\BasketProperty\Result\BasketPropertyUpdateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Result/BasketPropertyUpdateResult.php)|
+|`sale`|[sale.basketproperties.get](https://apidocs.bitrix24.ru/api-reference/sale/basket-properties/sale-basket-properties-get.html)|Returns the basket property.|[`Bitrix24\SDK\Services\Sale\BasketProperty\Service\BasketProperty::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Service/BasketProperty.php#L102-L109) Return type [`Bitrix24\SDK\Services\Sale\BasketProperty\Result\BasketPropertyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Result/BasketPropertyResult.php)|
+|`sale`|[sale.basketproperties.list](https://apidocs.bitrix24.ru/api-reference/sale/basket-properties/sale-basket-properties-list.html)|Returns a list of basket properties.|[`Bitrix24\SDK\Services\Sale\BasketProperty\Service\BasketProperty::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Service/BasketProperty.php#L129-L139) Return type [`Bitrix24\SDK\Services\Sale\BasketProperty\Result\BasketPropertiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Result/BasketPropertiesResult.php)|
+|`sale`|[sale.basketproperties.delete](https://apidocs.bitrix24.ru/api-reference/sale/basket-properties/sale-basket-properties-delete.html)|Deletes a basket property.|[`Bitrix24\SDK\Services\Sale\BasketProperty\Service\BasketProperty::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Service/BasketProperty.php#L154-L161) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`sale`|[sale.basketproperties.getFields](https://apidocs.bitrix24.ru/api-reference/sale/basket-properties/sale-basket-properties-get-fields.html)|Returns the fields of basket properties.|[`Bitrix24\SDK\Services\Sale\BasketProperty\Service\BasketProperty::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Service/BasketProperty.php#L176-L181) Return type [`Bitrix24\SDK\Services\Sale\BasketProperty\Result\BasketPropertyFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Sale/BasketProperty/Result/BasketPropertyFieldsResult.php)|
+|`calendar`|[calendar.section.add](https://apidocs.bitrix24.com/api-reference/calendar/calendar-section-add.html)|Adds a new calendar section.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L58-L69) Return type [`Bitrix24\SDK\Services\Calendar\Result\CalendarSectionAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Result/CalendarSectionAddedResult.php)|
+|`calendar`|[calendar.section.update](https://apidocs.bitrix24.com/api-reference/calendar/calendar-section-update.html)|Updates a calendar section.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L89-L100) Return type [`Bitrix24\SDK\Services\Calendar\Result\CalendarSectionUpdatedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Result/CalendarSectionUpdatedResult.php)|
+|`calendar`|[calendar.section.get](https://apidocs.bitrix24.com/api-reference/calendar/calendar-section-get.html)|Returns a list of calendar sections.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L118-L126) Return type [`Bitrix24\SDK\Services\Calendar\Result\CalendarSectionsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Result/CalendarSectionsResult.php)|
+|`calendar`|[calendar.section.delete](https://apidocs.bitrix24.com/api-reference/calendar/calendar-section-delete.html)|Deletes a calendar section.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L145-L154) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`calendar`|[calendar.settings.get](https://apidocs.bitrix24.com/api-reference/calendar/calendar-settings-get.html)|Returns main calendar settings.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::getSettings`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L169-L174) Return type [`Bitrix24\SDK\Services\Calendar\Result\CalendarSettingsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Result/CalendarSettingsResult.php)|
+|`calendar`|[calendar.user.settings.get](https://apidocs.bitrix24.com/api-reference/calendar/calendar-user-settings-get.html)|Returns user calendar settings.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::getUserSettings`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L189-L194) Return type [`Bitrix24\SDK\Services\Calendar\Result\CalendarUserSettingsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Result/CalendarUserSettingsResult.php)|
+|`calendar`|[calendar.user.settings.set](https://apidocs.bitrix24.com/api-reference/calendar/calendar-user-settings-set.html)|Sets user calendar settings.|[`Bitrix24\SDK\Services\Calendar\Service\Calendar::setUserSettings`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Service/Calendar.php#L211-L218) Return type [`Bitrix24\SDK\Services\Calendar\Result\CalendarUserSettingsSetResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Result/CalendarUserSettingsSetResult.php)|
+|`calendar`|[calendar.resource.add](https://apidocs.bitrix24.com/api-reference/calendar/resource/calendar-resource-add.html)|Method adds a new resource.|[`Bitrix24\SDK\Services\Calendar\Resource\Service\Resource::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Service/Resource.php#L52-L59) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`calendar`|[calendar.resource.update](https://apidocs.bitrix24.com/api-reference/calendar/resource/calendar-resource-update.html)|Method updates a resource.|[`Bitrix24\SDK\Services\Calendar\Resource\Service\Resource::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Service/Resource.php#L77-L85) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`calendar`|[calendar.resource.list](https://apidocs.bitrix24.com/api-reference/calendar/resource/calendar-resource-list.html)|Method retrieves a list of all resources.|[`Bitrix24\SDK\Services\Calendar\Resource\Service\Resource::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Service/Resource.php#L100-L105) Return type [`Bitrix24\SDK\Services\Calendar\Resource\Result\ResourcesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Result/ResourcesResult.php)|
+|`calendar`|[calendar.resource.booking.list](https://apidocs.bitrix24.com/api-reference/calendar/resource/calendar-resource-booking-list.html)|Method retrieves resource bookings based on a filter.|[`Bitrix24\SDK\Services\Calendar\Resource\Service\Resource::bookingList`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Service/Resource.php#L122-L129) Return type [`Bitrix24\SDK\Services\Calendar\Resource\Result\BookingsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Result/BookingsResult.php)|
+|`calendar`|[calendar.resource.delete](https://apidocs.bitrix24.com/api-reference/calendar/resource/calendar-resource-delete.html)|Method deletes a resource.|[`Bitrix24\SDK\Services\Calendar\Resource\Service\Resource::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Resource/Service/Resource.php#L146-L153) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`calendar`|[calendar.event.add](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-event-add.html)|Add calendar event|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L58-L66) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`calendar`|[calendar.event.getById](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-event-get-by-id.html)|Get calendar event by ID|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::getById`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L102-L112) Return type [`Bitrix24\SDK\Services\Calendar\Event\Result\EventResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Result/EventResult.php)|
+|`calendar`|[calendar.event.get](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-event-get.html)|Get list of calendar events|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L128-L141) Return type [`Bitrix24\SDK\Services\Calendar\Event\Result\EventsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Result/EventsResult.php)|
+|`calendar`|[calendar.event.getNearest](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-event-get-nearest.html)|Get list of upcoming events|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::getNearest`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L155-L163) Return type [`Bitrix24\SDK\Services\Calendar\Event\Result\EventsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Result/EventsResult.php)|
+|`calendar`|[calendar.event.delete](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-event-delete.html)|Delete calendar event|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L177-L187) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`calendar`|[calendar.meeting.status.get](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-meeting-status-get.html)|Get current user's participation status in event|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::getMeetingStatus`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L201-L211) Return type [`Bitrix24\SDK\Services\Calendar\Event\Result\MeetingStatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Result/MeetingStatusResult.php)|
+|`calendar`|[calendar.meeting.status.set](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-meeting-status-set.html)|Set participation status in event for current user|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::setMeetingStatus`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L226-L237) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`calendar`|[calendar.accessibility.get](https://apidocs.bitrix24.com/api-reference/calendar/calendar-event/calendar-accessibility-get.html)|Get users' availability from list|[`Bitrix24\SDK\Services\Calendar\Event\Service\Event::getAccessibility`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Service/Event.php#L253-L265) Return type [`Bitrix24\SDK\Services\Calendar\Event\Result\AccessibilityResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Calendar/Event/Result/AccessibilityResult.php)|
+|`entity`|[entity.section.add](https://apidocs.bitrix24.com/api-reference/entity/sections/entity-section-add.html)|Adds a storage section|[`Bitrix24\SDK\Services\Entity\Section\Service\Section::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Section/Service/Section.php#L52-L69) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`entity`|[entity.section.get](https://apidocs.bitrix24.com/api-reference/entity/sections/entity-section-get.html)|Retrieves a list of storage sections|[`Bitrix24\SDK\Services\Entity\Section\Service\Section::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Section/Service/Section.php#L83-L98) Return type [`Bitrix24\SDK\Services\Entity\Section\Result\SectionsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Section/Result/SectionsResult.php)
|
+|`entity`|[entity.section.delete](https://apidocs.bitrix24.com/api-reference/entity/sections/entity-section-delete.html)|Deletes a storage section|[`Bitrix24\SDK\Services\Entity\Section\Service\Section::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Section/Service/Section.php#L112-L125) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`entity`|[entity.section.update](https://apidocs.bitrix24.com/api-reference/entity/sections/entity-section-update.html)|Modifies a storage section|[`Bitrix24\SDK\Services\Entity\Section\Service\Section::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Section/Service/Section.php#L139-L154) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`entity`|[entity.add](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-add.html)|Create Data Storage|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Service/Entity.php#L54-L69) Return type [`Bitrix24\SDK\Services\Entity\Entity\Result\AddedEntityResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Result/AddedEntityResult.php)|
+|`entity`|[entity.update](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-update.html)|Change Parameters|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Service/Entity.php#L83-L102) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`entity`|[entity.delete](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-delete.html)|Delete Storage|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Service/Entity.php#L117-L129) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`entity`|[entity.get](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-get.html)|Get Storage Parameters or List of All Storages|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Service/Entity.php#L143-L146) Return type [`Bitrix24\SDK\Services\Entity\Entity\Result\EntitiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Result/EntitiesResult.php)|
+|`entity`|[entity.rights](https://apidocs.bitrix24.com/api-reference/entity/entities/entity-rights.html)|Get or Change Access Permissions|[`Bitrix24\SDK\Services\Entity\Entity\Service\Entity::rights`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Service/Entity.php#L160-L171) Return type [`Bitrix24\SDK\Services\Entity\Entity\Result\EntityRightsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Entity/Result/EntityRightsResult.php)|
+|`entity`|[entity.item.property.add](https://apidocs.bitrix24.com/api-reference/entity/items/properties/entity-item-property-add.html)|Add an additional property to storage elements.|[`Bitrix24\SDK\Services\Entity\Item\Property\Service\Property::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Property/Service/Property.php#L51-L69) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`entity`|[entity.item.property.get](https://apidocs.bitrix24.com/api-reference/entity/items/properties/entity-item-property-get.html)|Retrieve a list of additional properties of storage elements.|[`Bitrix24\SDK\Services\Entity\Item\Property\Service\Property::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Property/Service/Property.php#L83-L98) Return type [`Bitrix24\SDK\Services\Entity\Item\Property\Result\PropertiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Property/Result/PropertiesResult.php)
|
+|`entity`|[entity.item.property.delete](https://apidocs.bitrix24.com/api-reference/entity/items/properties/entity-item-property-delete.html)|Delete an additional property of storage elements.|[`Bitrix24\SDK\Services\Entity\Item\Property\Service\Property::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Property/Service/Property.php#L112-L126) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`entity`|[entity.item.property.update](https://apidocs.bitrix24.com/api-reference/entity/items/properties/entity-item-property-update.html)|Update an additional property of storage elements.|[`Bitrix24\SDK\Services\Entity\Item\Property\Service\Property::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Property/Service/Property.php#L141-L158) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`entity`|[entity.item.get](https://apidocs.bitrix24.com/api-reference/entity/items/entity-item-get.html)|Get the list of storage items|[`Bitrix24\SDK\Services\Entity\Item\Service\Item::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Service/Item.php#L83-L98) Return type [`Bitrix24\SDK\Services\Entity\Item\Result\ItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Entity/Item/Result/ItemsResult.php)
|
+|`catalog`|[catalog.catalog.get](https://training.bitrix24.com/rest_help/catalog/catalog/catalog_catalog_get.php)|The method gets field values of commercial catalog by ID.|[`Bitrix24\SDK\Services\Catalog\Catalog\Service\Catalog::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Catalog/Service/Catalog.php#L41-L44) Return type [`Bitrix24\SDK\Services\Catalog\Catalog\Result\CatalogResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Catalog/Result/CatalogResult.php)|
+|`catalog`|[catalog.catalog.list](https://training.bitrix24.com/rest_help/catalog/catalog/catalog_catalog_list.php)|The method gets field value of commercial catalog product list|[`Bitrix24\SDK\Services\Catalog\Catalog\Service\Catalog::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Catalog/Service/Catalog.php#L58-L66) Return type [`Bitrix24\SDK\Services\Catalog\Catalog\Result\CatalogsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Catalog/Result/CatalogsResult.php)|
+|`catalog`|[catalog.catalog.getFields](https://training.bitrix24.com/rest_help/catalog/catalog/catalog_catalog_getfields.php)|Retrieves the fields for the catalog.|[`Bitrix24\SDK\Services\Catalog\Catalog\Service\Catalog::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Catalog/Service/Catalog.php#L81-L84) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`catalog`|[catalog.product.get](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_get.php)|The method gets field value of commercial catalog product by ID.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Service/Product.php#L55-L58) Return type [`Bitrix24\SDK\Services\Catalog\Product\Result\ProductResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Result/ProductResult.php)|
+|`catalog`|[catalog.product.add](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_add.php)|The method adds a commercial catalog product.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Service/Product.php#L72-L78) Return type [`Bitrix24\SDK\Services\Catalog\Product\Result\ProductResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Result/ProductResult.php)|
+|`catalog`|[catalog.product.delete](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_delete.php)|The method deletes commercial catalog product by ID|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Service/Product.php#L92-L95) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`catalog`|[catalog.product.list](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_list.php)|The method gets list of commercial catalog products by filter.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Service/Product.php#L109-L117) Return type [`Bitrix24\SDK\Services\Catalog\Product\Result\ProductsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Result/ProductsResult.php)|
+|`catalog`|[catalog.product.getFieldsByFilter](https://training.bitrix24.com/rest_help/catalog/product/catalog_product_getfieldsbyfilter.php)|The method returns commercial catalog product fields by filter.|[`Bitrix24\SDK\Services\Catalog\Product\Service\Product::fieldsByFilter`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Catalog/Product/Service/Product.php#L131-L142) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.settings.mode.get](https://training.bitrix24.com/rest_help/crm/mode/crm_settings_mode_get.php)|The method returns current settings for CRM mode|[`Bitrix24\SDK\Services\CRM\Settings\Service\Settings::modeGet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Settings/Service/Settings.php#L37-L40) Return type [`Bitrix24\SDK\Services\CRM\Settings\Result\SettingsModeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Settings/Result/SettingsModeResult.php)|
+|`crm`|[crm.userfield.types](https://training.bitrix24.com/rest_help/crm/userfields/crm_userfield_types.php)|Returns list of user field types.|[`Bitrix24\SDK\Services\CRM\Userfield\Service\Userfield::types`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Userfield/Service/Userfield.php#L41-L44) Return type [`Bitrix24\SDK\Services\CRM\Userfield\Result\UserfieldTypesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Userfield/Result/UserfieldTypesResult.php)|
+|`crm`|[crm.userfield.fields](https://training.bitrix24.com/rest_help/crm/userfields/crm_userfield_fields.php)|Returns field description for user fields.|[`Bitrix24\SDK\Services\CRM\Userfield\Service\Userfield::enumerationFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Userfield/Service/Userfield.php#L77-L80) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.deal.details.configuration.get](https://apidocs.bitrix24.com/api-reference/crm/deals/custom-form/crm-deal-details-configuration-get.html)|The method crm.deal.details.configuration.get retrieves the settings of deal cards for all users.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealDetailsConfiguration::getGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealDetailsConfiguration.php#L58-L63) Return type [`Bitrix24\SDK\Services\CRM\Common\Result\ElementCardConfiguration\CardConfigurationsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Common/Result/ElementCardConfiguration/CardConfigurationsResult.php)|
+|`crm`|[crm.deal.details.configuration.reset](https://apidocs.bitrix24.com/api-reference/crm/deals/custom-form/crm-deal-details-configuration-reset.html)|The method crm.deal.details.configuration.get retrieves the settings of deal cards for all users.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealDetailsConfiguration::resetGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealDetailsConfiguration.php#L94-L99) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.deal.details.configuration.set](https://apidocs.bitrix24.com/api-reference/crm/deals/custom-form/crm-deal-details-configuration-set.html)|Set CRM Deal Detail Card Configuration for all users.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealDetailsConfiguration::setGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealDetailsConfiguration.php#L147-L168) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.deal.details.configuration.forceCommonScopeForAll](https://apidocs.bitrix24.com/api-reference/crm/deals/custom-form/crm-deal-details-configuration-force-common-scope-for-all.html)|Set Common Detail Form for All Users.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealDetailsConfiguration::setForceCommonConfigForAll`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealDetailsConfiguration.php#L180-L183) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.dealcategory.add](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_add.php)|Add new deal category|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L54-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.dealcategory.delete](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_delete.php)|Delete deal category|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L80-L90) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.dealcategory.fields](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_fields.php)|Returns field description for deal categories|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L105-L108) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.dealcategory.default.get](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_default_get.php)|he method reads settings for general deal category|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::getDefaultCategorySettings`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L122-L125) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealCategoryResult.php)|
+|`crm`|[crm.dealcategory.default.set](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_default_set.php)|The method writes settings for general deal category.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::setDefaultCategorySettings`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L144-L147) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.dealcategory.get](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_get.php)|Returns deal category by the ID|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L164-L174) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealCategoryResult.php)|
+|`crm`|[crm.dealcategory.list](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_status.php)|Returns directory type ID for storage deal categories by the ID.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::getStatus`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L219-L229) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryStatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealCategoryStatusResult.php)|
+|`crm`|[crm.dealcategory.update](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_update.php)|Updates an existing category.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategory::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategory.php#L252-L263) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.dealcategory.stage.list](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_stage_list.php)|Returns list of deal stages for category by the ID. Equivalent to calling crm.status.list method with parameter ENTITY_ID equal to the result of calling crm.dealcategory.status method.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealCategoryStage::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealCategoryStage.php#L38-L48) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealCategoryStagesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealCategoryStagesResult.php)|
+|`crm`|[crm.deal.add](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_add.php)|Add new deal|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/Deal.php#L97-L108) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.deal.fields](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_get.php)|Get deal by id|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/Deal.php#L168-L171) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealResult.php)|
+|`crm`|[crm.deal.list](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_list.php)|Get deal list by filter|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/Deal.php#L191-L204) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealsResult.php)
|
+|`crm`|[crm.deal.update](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_update.php)|Update deal list by filter|[`Bitrix24\SDK\Services\CRM\Deal\Service\Deal::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/Deal.php#L261-L273) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.deal.productrows.get](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_productrows_get.php)|Returns products inside the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealProductRows::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealProductRows.php#L44-L68) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealProductRowItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealProductRowItemsResult.php)|
+|`crm`|[crm.deal.productrows.set](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_productrows_set.php)|Creates or updates product entries inside the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealProductRows::set`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealProductRows.php#L106-L117) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.deal.userfield.list](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_list.php)|Returns list of user deal fields by filter.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealUserfield.php#L95-L106) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealUserfieldsResult.php)|
+|`crm`|[crm.deal.userfield.add](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_add.php)|Created new user field for deals.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealUserfield.php#L146-L158) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.deal.userfield.delete](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_delete.php)|Deleted userfield for deals|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealUserfield.php#L174-L184) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.deal.userfield.get](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_get.php)|Returns a userfield for deal by ID.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealUserfield.php#L199-L209) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealUserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealUserfieldResult.php)|
+|`crm`|[crm.deal.userfield.update](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_userfield_update.php)|Updates an existing user field for deals.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealUserfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealUserfield.php#L224-L235) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.deal.recurring.add](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-add.html)|Creates a new recurring deal template|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L71-L81) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.deal.recurring.delete](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-delete.html)|Deletes a recurring deal template|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L97-L107) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.deal.recurring.fields](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-fields.html)|Returns a list of fields for the recurring deal template|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L122-L125) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.deal.recurring.get](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-get.html)|Returns the settings of the recurring deal template by Id|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L141-L151) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealRecurringResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealRecurringResult.php)|
+|`crm`|[crm.deal.recurring.list](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-list.html)|Returns a list of recurring deal templates|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L167-L180) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealRecurringsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealRecurringsResult.php)|
+|`crm`|[crm.deal.recurring.expose](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-expose.html)|Creates a new deal based on the template|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::expose`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L196-L206) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealRecurringExposeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealRecurringExposeResult.php)|
+|`crm`|[crm.deal.recurring.update](https://apidocs.bitrix24.com/api-reference/crm/deals/recurring-deals/crm-deal-recurring-update.html)|Modifies the settings of the recurring deal template.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealRecurring::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealRecurring.php#L247-L258) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.deal.contact.add](https://training.bitrix24.com/rest_help/crm/category/crm_dealcategory_stage_list.php)|Adds contact to specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealContact.php#L45-L60) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.deal.contact.fields](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_fields.php)|Returns field descriptions for the deal-contact link used by methods of family crm.deal.contact.*|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealContact.php#L74-L77) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.deal.contact.items.get](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_get.php)|Returns a set of contacts, associated with the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::itemsGet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealContact.php#L93-L103) Return type [`Bitrix24\SDK\Services\CRM\Deal\Result\DealContactItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Result/DealContactItemsResult.php)|
+|`crm`|[crm.deal.contact.items.delete](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_delete.php)|Clears a set of contacts, associated with the specified deal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::itemsDelete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealContact.php#L119-L129) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.deal.contact.items.set](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_set.php)|Set a set of contacts, associated with the specified seal.|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::itemsSet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealContact.php#L150-L161) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.deal.contact.delete](https://training.bitrix24.com/rest_help/crm/deals/crm_deal_contact_items_set.php)|Deletes contact from a specified deal|[`Bitrix24\SDK\Services\CRM\Deal\Service\DealContact::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Deal/Service/DealContact.php#L177-L190) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.contact.company.fields](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-fields.html)|Get Fields for Contact-Company|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactCompany.php#L46-L49) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.contact.company.items.set](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-items-set.html)|Set a set of companies associated with the specified contact crm.contact.company.items.set|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::setItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactCompany.php#L64-L90) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.contact.company.items.get](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-items-get.html)|Get a Set of Companies Associated with the Specified Contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactCompany.php#L103-L108) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactCompanyConnectionResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Result/ContactCompanyConnectionResult.php)|
+|`crm`|[crm.contact.company.add](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-add.html)|Add a Company to the Specified Contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactCompany.php#L121-L131) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.contact.company.delete](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-delete.html)|Delete Company from Specified Contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactCompany.php#L145-L153) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.contact.company.items.delete](https://apidocs.bitrix24.com/api-reference/crm/contacts/company/crm-contact-company-items-delete.html)|Clear the set of companies associated with the specified contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactCompany::deleteItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactCompany.php#L166-L171) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.contact.add](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_add.php)|Creates a new contact.|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/Contact.php#L117-L128) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.contact.delete](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_delete.php)|Delete a contact.|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/Contact.php#L146-L156) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.contact.fields](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_fields.php)|Returns the description of contact|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/Contact.php#L172-L175) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.contact.get](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_get.php)|Returns a contact by the specified contact ID|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/Contact.php#L193-L203) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Result/ContactResult.php)|
+|`crm`|[crm.contact.list](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_list.php)|Returns a list of contacts selected by the filter specified as the parameter. |[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/Contact.php#L321-L334) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Result/ContactsResult.php)
|
+|`crm`|[crm.contact.update](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_update.php)|Update contact by id|[`Bitrix24\SDK\Services\CRM\Contact\Service\Contact::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/Contact.php#L401-L413) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.contact.userfield.list](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_list.php)|Returns list of user custom fields for contacts by filter. Prints information about these fields, only identifier and without a title assigned to the field by the user. |[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactUserfield.php#L96-L107) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Result/ContactUserfieldsResult.php)|
+|`crm`|[crm.contact.userfield.add](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_add.php)|Creates a new user field for contacts.|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactUserfield.php#L148-L160) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.contact.userfield.delete](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_delete.php)|Delete a user by Id|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactUserfield.php#L178-L188) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.contact.userfield.get](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_get.php)|Get a user by Id|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactUserfield.php#L205-L215) Return type [`Bitrix24\SDK\Services\CRM\Contact\Result\ContactUserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Result/ContactUserfieldResult.php)|
+|`crm`|[crm.contact.userfield.update](https://training.bitrix24.com/rest_help/crm/contacts/crm_contact_userfield_update.php)|Update a user by Id|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactUserfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactUserfield.php#L233-L244) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.contact.details.configuration.get](https://apidocs.bitrix24.com/api-reference/crm/contacts/custom-form/crm-contact-details-configuration-get.html)|The method crm.contact.details.configuration.get retrieves the settings of contact cards for all users|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactDetailsConfiguration::getGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactDetailsConfiguration.php#L58-L63) Return type [`Bitrix24\SDK\Services\CRM\Common\Result\ElementCardConfiguration\CardConfigurationsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Common/Result/ElementCardConfiguration/CardConfigurationsResult.php)|
+|`crm`|[crm.contact.details.configuration.reset](https://apidocs.bitrix24.com/api-reference/crm/contacts/custom-form/crm-contact-details-configuration-reset.html)|The method crm.contact.details.configuration.reset resets the settings of contact cards for all users|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactDetailsConfiguration::resetGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactDetailsConfiguration.php#L94-L99) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.contact.details.configuration.set](https://apidocs.bitrix24.com/api-reference/crm/contacts/custom-form/crm-contact-details-configuration-set.html)|Set Parameters of CRM Contact Detail Card Configuration for all users|[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactDetailsConfiguration::setGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactDetailsConfiguration.php#L147-L168) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.contact.details.configuration.forceCommonScopeForAll](https://apidocs.bitrix24.com/api-reference/crm/contacts/custom-form/crm-contact-details-configuration-force-common-scope-for-all.html)|Set Common Detail Form for All Users |[`Bitrix24\SDK\Services\CRM\Contact\Service\ContactDetailsConfiguration::setForceCommonConfigForAll`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Contact/Service/ContactDetailsConfiguration.php#L180-L183) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.vat.fields](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-list.html)|Get a list of VAT rates by filter crm.vat.list|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Service/Vat.php#L138-L148) Return type [`Bitrix24\SDK\Services\CRM\VatRates\Result\VatRatesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Result/VatRatesResult.php)|
+|`crm`|[crm.vat.add](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-add.html)|Add VAT Rate crm.vat.add|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Service/Vat.php#L51-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.vat.update](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-update.html)|Update Existing VAT Rate|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Service/Vat.php#L76-L107) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.vat.delete](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-delete.html)|Delete VAT Rate|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Service/Vat.php#L114-L119) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.vat.get](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/vat/crm-vat-get.html)|Get VAT Rate by ID|[`Bitrix24\SDK\Services\CRM\VatRates\Service\Vat::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Service/Vat.php#L126-L131) Return type [`Bitrix24\SDK\Services\CRM\VatRates\Result\VatRateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/VatRates/Result/VatRateResult.php)|
+|`crm`|[crm.quote.userfield.list](https://apidocs.bitrix24.com/api-reference/crm/quote/user-field/crm-quote-user-field-list.html)|Returns list of user quote fields by filter.|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteUserfield::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteUserfield.php#L95-L106) Return type [`Bitrix24\SDK\Services\CRM\Quote\Result\QuoteUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Result/QuoteUserfieldsResult.php)|
+|`crm`|[crm.quote.userfield.add](https://apidocs.bitrix24.com/api-reference/crm/quote/user-field/crm-quote-user-field-add.html)|Created new user field for quotes.|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteUserfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteUserfield.php#L146-L158) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.quote.userfield.delete](https://apidocs.bitrix24.com/api-reference/crm/quote/user-field/crm-quote-user-field-delete.html)|Deleted userfield for quotes|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteUserfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteUserfield.php#L174-L184) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.quote.userfield.get](https://apidocs.bitrix24.com/api-reference/crm/quote/user-field/crm-quote-user-field-get.html)|Returns a userfield for quote by ID.|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteUserfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteUserfield.php#L199-L209) Return type [`Bitrix24\SDK\Services\CRM\Quote\Result\QuoteUserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Result/QuoteUserfieldResult.php)|
+|`crm`|[crm.quote.userfield.update](https://apidocs.bitrix24.com/api-reference/crm/quote/user-field/crm-quote-user-field-update.html)|Updates an existing user field for quotes.|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteUserfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteUserfield.php#L224-L235) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.quote.productrows.get](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-product-rows-get.html)|Returns products inside the specified quote.|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteProductRows::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteProductRows.php#L43-L67) Return type [`Bitrix24\SDK\Services\CRM\Quote\Result\QuoteProductRowItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Result/QuoteProductRowItemsResult.php)|
+|`crm`|[crm.quote.productrows.set](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-product-rows-set.html)|Creates or updates product entries inside the specified quote.|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteProductRows::set`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteProductRows.php#L105-L116) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.quote.add](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-add.html)|Method adds new quote|[`Bitrix24\SDK\Services\CRM\Quote\Service\Quote::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/Quote.php#L101-L111) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.quote.delete](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-delete.html)|Deletes the specified quote and all the associated objects.|[`Bitrix24\SDK\Services\CRM\Quote\Service\Quote::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/Quote.php#L127-L137) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.quote.fields](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-fields.html)|Returns the description of the quote fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Quote\Service\Quote::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/Quote.php#L152-L155) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.quote.get](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-get.html)|Returns a quote by the quote ID.|[`Bitrix24\SDK\Services\CRM\Quote\Service\Quote::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/Quote.php#L171-L174) Return type [`Bitrix24\SDK\Services\CRM\Quote\Result\QuoteResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Result/QuoteResult.php)|
+|`crm`|[crm.quote.list](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-list.html)|Get list of quote items.|[`Bitrix24\SDK\Services\CRM\Quote\Service\Quote::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/Quote.php#L194-L207) Return type [`Bitrix24\SDK\Services\CRM\Quote\Result\QuotesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Result/QuotesResult.php)
|
+|`crm`|[crm.quote.update](https://apidocs.bitrix24.com/api-reference/crm/quote/crm-quote-update.html)|Updates the specified (existing) quote.|[`Bitrix24\SDK\Services\CRM\Quote\Service\Quote::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/Quote.php#L258-L269) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.quote.contact.fields](https://apidocs.bitrix24.com/api-reference/crm/quote/index.html)|Get Field Descriptions for Estimate-Contact Connection|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteContact::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteContact.php#L47-L50) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.quote.contact.items.set](https://apidocs.bitrix24.com/api-reference/crm/quote/index.html)|Set a set of contacts associated with the specified estimate crm.quote.contact.items.set|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteContact::setItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteContact.php#L65-L92) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.quote.contact.items.get](https://apidocs.bitrix24.com/api-reference/crm/quote/index.html)|Get a set of contacts associated with the specified estimate crm.quote.contact.items.get|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteContact::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteContact.php#L105-L110) Return type [`Bitrix24\SDK\Services\CRM\Quote\Result\QuoteContactConnectionResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Result/QuoteContactConnectionResult.php)|
+|`crm`|[crm.quote.contact.items.delete](https://apidocs.bitrix24.com/api-reference/crm/quote/index.html)|Clear the set of contacts associated with the specified estimate|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteContact::deleteItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteContact.php#L123-L128) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.quote.contact.add](https://apidocs.bitrix24.com/api-reference/crm/quote/index.html)|Add Contact to the Specified Estimate|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteContact::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteContact.php#L141-L151) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.quote.contact.delete](https://apidocs.bitrix24.com/api-reference/crm/quote/index.html)|Delete Contact from Specified Estimate|[`Bitrix24\SDK\Services\CRM\Quote\Service\QuoteContact::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Quote/Service/QuoteContact.php#L165-L173) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.activity.add](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_add.php)|Creates and adds a new activity.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Service/Activity.php#L110-L120) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.activity.delete](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_delete.php)|Deletes the specified activity and all the associated objects.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Service/Activity.php#L138-L148) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.activity.fields](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_fields.php)|Returns the description of activity fields|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Service/Activity.php#L164-L167) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.activity.get](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_get.php)|Returns activity by the specified activity ID|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Service/Activity.php#L185-L195) Return type [`Bitrix24\SDK\Services\CRM\Activity\Result\ActivityResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Result/ActivityResult.php)|
+|`crm`|[crm.activity.list](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_list.php)|Returns a list of activity selected by the filter specified as the parameter. See the example for the filter notation.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Service/Activity.php#L306-L319) Return type [`Bitrix24\SDK\Services\CRM\Activity\Result\ActivitiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Result/ActivitiesResult.php)
|
+|`crm`|[crm.activity.update](https://training.bitrix24.com/rest_help/crm/rest_activity/crm_activity_update.php)|Updates the specified (existing) activity.|[`Bitrix24\SDK\Services\CRM\Activity\Service\Activity::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Activity/Service/Activity.php#L382-L393) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.enum.ownertype](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-owner-type.html)|This method returns the identifiers of CRM entity types and SPAs.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::ownerType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L45-L48) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\OwnerTypesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/OwnerTypesResult.php)|
+|`crm`|[crm.enum.activityStatus](https://training.bitrix24.com/rest_help/crm/mode/crm_settings_mode_get.php)|The method returns activity status list|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityStatus`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L55-L58) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityStatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/ActivityStatusResult.php)|
+|`crm`|[crm.enum.addressType](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-address-type.html)|Returns the enumeration items for "Address Type".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::addressType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L65-L68) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\AddressTypeFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/AddressTypeFieldsResult.php)|
+|`crm`|[crm.enum.activitynotifytype](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-notify-type.html)|Returns the enumeration items "Activity Notification Type" (for meetings and calls).|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityNotifyType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L75-L78) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityNotifyTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/ActivityNotifyTypeResult.php)|
+|`crm`|[crm.enum.activitypriority](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-priority.html)|Returns the enumeration items "Activity Priority".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityPriority`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L85-L88) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityPriorityTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/ActivityPriorityTypeResult.php)|
+|`crm`|[crm.enum.activitydirection](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-direction.html)|The method returns activity direction list|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityDirection`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L95-L98) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityDirectionResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/ActivityDirectionResult.php)|
+|`crm`|[crm.enum.activitytype](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-activity-type.html)|Returns the enumeration elements "Activity Type".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::activityType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L105-L108) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\ActivityTypeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/ActivityTypeResult.php)|
+|`crm`|[crm.enum.settings.mode](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-settings-mode.html)|Returns a description of the CRM operating modes.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::settingsMode`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L115-L118) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\CrmSettingsModeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/CrmSettingsModeResult.php)|
+|`crm`|[crm.enum.contentType](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-content-type.html)|Returns the enumeration items for "Content Type".|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::contentType`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L125-L128) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\CrmSettingsModeResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/CrmSettingsModeResult.php)|
+|`crm`|[crm.enum.getorderownertypes](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-get-order-owner-types.html)|This method returns the identifiers of the entity types to which an order can be linked.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::orderOwnerTypes`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L135-L138) Return type [`Bitrix24\SDK\Services\CRM\Enum\Result\OrderOwnerTypesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Result/OrderOwnerTypesResult.php)|
+|`crm`|[crm.enum.fields](https://apidocs.bitrix24.com/api-reference/crm/auxiliary/enum/crm-enum-fields.html)|The method returns the description of enumeration fields.|[`Bitrix24\SDK\Services\CRM\Enum\Service\Enum::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Enum/Service/Enum.php#L145-L148) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.documentgenerator.numerator.add](https://apidocs.bitrix24.com/api-reference/crm/document-generator/numerator/crm-document-generator-numerator-add.html)|Adds a new numerator|[`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Service\Numerator::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Service/Numerator.php#L60-L70) Return type [`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Result\AddedNumeratorResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Result/AddedNumeratorResult.php)
|
+|`crm`|[crm.documentgenerator.numerator.delete](https://apidocs.bitrix24.com/api-reference/crm/document-generator/numerator/crm-document-generator-numerator-delete.html)|Removes a numerator|[`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Service\Numerator::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Service/Numerator.php#L86-L98) Return type [`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Result\DeletedNumeratorResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Result/DeletedNumeratorResult.php)
|
+|`crm`|[crm.documentgenerator.numerator.get](https://apidocs.bitrix24.com/api-reference/crm/document-generator/numerator/crm-document-generator-numerator-get.html)|Returns information about the numerator by its identifier|[`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Service\Numerator::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Service/Numerator.php#L114-L117) Return type [`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Result\NumeratorResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Result/NumeratorResult.php)|
+|`crm`|[crm.documentgenerator.numerator.list](https://apidocs.bitrix24.com/api-reference/crm/document-generator/numerator/crm-document-generator-numerator-list.html)|Returns a list of numerators|[`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Service\Numerator::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Service/Numerator.php#L134-L144) Return type [`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Result\NumeratorsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Result/NumeratorsResult.php)
|
+|`crm`|[crm.documentgenerator.numerator.update](https://apidocs.bitrix24.com/api-reference/crm/document-generator/numerator/crm-document-generator-numerator-update.html)|Updates an existing numbering with new values|[`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Service\Numerator::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Service/Numerator.php#L167-L180) Return type [`Bitrix24\SDK\Services\CRM\Documentgenerator\Numerator\Result\UpdatedNumeratorResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Documentgenerator/Numerator/Result/UpdatedNumeratorResult.php)
|
+|`crm`|[crm.status.entity.items](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-entity-items.html)|Returns elements of the reference book by its symbolic identifier.|[`Bitrix24\SDK\Services\CRM\Status\Service\StatusEntity::items`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/StatusEntity.php#L42-L52) Return type [`Bitrix24\SDK\Services\CRM\Status\Result\StatusEntitiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Result/StatusEntitiesResult.php)|
+|`crm`|[crm.status.entity.types](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-entity-types.html)|Returns descriptions of reference book types.|[`Bitrix24\SDK\Services\CRM\Status\Service\StatusEntity::types`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/StatusEntity.php#L68-L73) Return type [`Bitrix24\SDK\Services\CRM\Status\Result\StatusEntityTypesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Result/StatusEntityTypesResult.php)|
+|`crm`|[crm.status.add](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-add.html)|Creates a new element in the specified reference book|[`Bitrix24\SDK\Services\CRM\Status\Service\Status::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/Status.php#L68-L78) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.status.delete](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-delete.html)|Deletes an element from the reference book|[`Bitrix24\SDK\Services\CRM\Status\Service\Status::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/Status.php#L94-L106) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.status.fields](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-fields.html)|Returns descriptions of reference book fields|[`Bitrix24\SDK\Services\CRM\Status\Service\Status::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/Status.php#L121-L124) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.status.get](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-get.html)|Returns an element of the reference book by its identifier|[`Bitrix24\SDK\Services\CRM\Status\Service\Status::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/Status.php#L140-L143) Return type [`Bitrix24\SDK\Services\CRM\Status\Result\StatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Result/StatusResult.php)|
+|`crm`|[crm.status.list](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-list.html)|Returns a list of elements of the reference book by filter|[`Bitrix24\SDK\Services\CRM\Status\Service\Status::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/Status.php#L163-L176) Return type [`Bitrix24\SDK\Services\CRM\Status\Result\StatusesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Result/StatusesResult.php)
|
+|`crm`|[crm.status.update](https://apidocs.bitrix24.com/api-reference/crm/status/crm-status-update.html)|Updates an existing element of the reference book|[`Bitrix24\SDK\Services\CRM\Status\Service\Status::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Status/Service/Status.php#L205-L216) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.product.add](https://training.bitrix24.com/rest_help/crm/products/crm_product_add.php)|Add new product|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Service/Product.php#L87-L97) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.product.delete](https://training.bitrix24.com/rest_help/crm/products/crm_product_delete.php)|Delete product by id|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Service/Product.php#L115-L125) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.product.get](https://training.bitrix24.com/rest_help/crm/products/crm_product_get.php)|Returns a product by the product id.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Service/Product.php#L143-L146) Return type [`Bitrix24\SDK\Services\CRM\Product\Result\ProductResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Result/ProductResult.php)|
+|`crm`|[crm.product.fields](https://training.bitrix24.com/rest_help/crm/products/crm_product_fields.php)|Returns the description of the product fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Service/Product.php#L162-L165) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.product.list](https://training.bitrix24.com/rest_help/crm/products/crm_product_list.php)|Get list of product items.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Service/Product.php#L186-L199) Return type [`Bitrix24\SDK\Services\CRM\Product\Result\ProductsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Result/ProductsResult.php)
|
+|`crm`|[crm.product.update](https://training.bitrix24.com/rest_help/crm/products/crm_product_update.php)|Updates the specified (existing) product.|[`Bitrix24\SDK\Services\CRM\Product\Service\Product::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Product/Service/Product.php#L240-L251) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.userfield.list](https://apidocs.bitrix24.com/api-reference/crm/leads/userfield/crm-lead-userfield-list.html)|Returns list of user lead fields by filter.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadUserfield::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadUserfield.php#L95-L106) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Result/LeadUserfieldsResult.php)|
+|`crm`|[crm.lead.userfield.add](https://apidocs.bitrix24.com/api-reference/crm/leads/userfield/crm-lead-userfield-add.html)|Created new user field for leads.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadUserfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadUserfield.php#L146-L158) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.lead.userfield.delete](https://apidocs.bitrix24.com/api-reference/crm/leads/userfield/crm-lead-userfield-delete.html)|Deleted userfield for leads|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadUserfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadUserfield.php#L174-L184) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.lead.userfield.get](https://apidocs.bitrix24.com/api-reference/crm/leads/userfield/crm-lead-userfield-get.html)|Returns a userfield for lead by ID.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadUserfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadUserfield.php#L199-L209) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadUserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Result/LeadUserfieldResult.php)|
+|`crm`|[crm.lead.userfield.update](https://apidocs.bitrix24.com/api-reference/crm/leads/userfield/crm-lead-userfield-update.html)|Updates an existing user field for leads.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadUserfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadUserfield.php#L224-L235) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.productrows.get](https://apidocs.bitrix24.com/api-reference/crm/leads/crm-lead-get.html)|Returns products inside the specified lead.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadProductRows::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadProductRows.php#L43-L67) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadProductRowItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Result/LeadProductRowItemsResult.php)|
+|`crm`|[crm.lead.productrows.set](https://apidocs.bitrix24.com/api-reference/crm/leads/crm-lead-productrows-set.html)|Creates or updates product entries inside the specified lead.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadProductRows::set`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadProductRows.php#L105-L116) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.contact.fields](https://apidocs.bitrix24.com/api-reference/crm/leads/management-communication/crm-lead-contact-fields.html)|Retrieves the description of fields for the lead-contact link used by the methods in the crm.lead.contact.* family|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadContact::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadContact.php#L47-L50) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.lead.contact.items.set](https://apidocs.bitrix24.com/api-reference/crm/leads/management-communication/crm-lead-contact-items-set.html)|Attaches a list of contacts to the specified lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadContact::setItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadContact.php#L65-L92) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.contact.items.get](https://apidocs.bitrix24.com/api-reference/crm/leads/management-communication/crm-lead-contact-items-get.html)|Retrieves a list of contacts linked to the lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadContact::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadContact.php#L105-L110) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadContactConnectionResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Result/LeadContactConnectionResult.php)|
+|`crm`|[crm.lead.contact.items.delete](https://apidocs.bitrix24.com/api-reference/crm/leads/management-communication/crm-lead-contact-items-delete.html)|Removes a list of contacts from the lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadContact::deleteItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadContact.php#L123-L128) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.lead.contact.add](https://apidocs.bitrix24.com/api-reference/crm/leads/management-communication/index.html)|Adds a contact link to the specified lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadContact::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadContact.php#L141-L151) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.contact.delete](https://apidocs.bitrix24.com/api-reference/crm/leads/management-communication/crm-lead-contact-delete.html)|Removes a contact link from the specified lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadContact::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadContact.php#L165-L173) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.lead.details.configuration.get](https://apidocs.bitrix24.com/api-reference/crm/leads/custom-form/crm-lead-details-configuration-get.html)|The method crm.lead.details.configuration.get retrieves the settings of lead cards for all users.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadDetailsConfiguration::getGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadDetailsConfiguration.php#L61-L67) Return type [`Bitrix24\SDK\Services\CRM\Common\Result\ElementCardConfiguration\CardConfigurationsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Common/Result/ElementCardConfiguration/CardConfigurationsResult.php)|
+|`crm`|[crm.lead.details.configuration.reset](https://apidocs.bitrix24.com/api-reference/crm/leads/custom-form/crm-lead-details-configuration-reset.html)|The method crm.lead.details.configuration.get retrieves the settings of lead cards for all users.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadDetailsConfiguration::resetGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadDetailsConfiguration.php#L101-L107) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.details.configuration.set](https://apidocs.bitrix24.com/api-reference/crm/leads/custom-form/crm-lead-details-configuration-set.html)|Set CRM Lead Detail Card Configuration for all users.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadDetailsConfiguration::setGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadDetailsConfiguration.php#L159-L181) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.details.configuration.forceCommonScopeForAll](https://apidocs.bitrix24.com/api-reference/crm/leads/custom-form/crm-lead-details-configuration-force-common-scope-for-all.html)|Set Common Detail Form for All Users.|[`Bitrix24\SDK\Services\CRM\Lead\Service\LeadDetailsConfiguration::setForceCommonConfigForAll`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/LeadDetailsConfiguration.php#L195-L200) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.lead.add](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_add.php)|Method adds new lead|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/Lead.php#L117-L128) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.lead.delete](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_delete.php)|Deletes the specified lead and all the associated objects.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/Lead.php#L144-L154) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.lead.fields](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_fields.php)|Returns the description of the lead fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/Lead.php#L169-L172) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.lead.get](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_get.php)|Returns a lead by the lead ID.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/Lead.php#L188-L191) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Result/LeadResult.php)|
+|`crm`|[crm.lead.list](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_list.php)|Get list of lead items.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/Lead.php#L211-L224) Return type [`Bitrix24\SDK\Services\CRM\Lead\Result\LeadsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Result/LeadsResult.php)
|
+|`crm`|[crm.lead.update](https://training.bitrix24.com/rest_help/crm/leads/crm_lead_update.php)|Updates the specified (existing) lead.|[`Bitrix24\SDK\Services\CRM\Lead\Service\Lead::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Lead/Service/Lead.php#L301-L313) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.item.productrow.add](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-add.html)|Adds a product item.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L71-L81) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowResult.php)
|
+|`crm`|[crm.item.productrow.delete](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-delete.html)|Deletes a product item.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L97-L105) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.item.productrow.fields](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-fields.html)|Retrieves a list of product item fields.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L120-L123) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowFieldsResult.php)|
+|`crm`|[crm.item.productrow.get](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-get.html)|Retrieves information about a product item by id.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L138-L141) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowResult.php)|
+|`crm`|[crm.item.productrow.list](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-list.html)|Retrieves a list of product items|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L158-L170) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowsResult.php)
|
+|`crm`|[crm.item.productrow.update](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-update.html)|Updates a product item.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L204-L215) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowResult.php)|
+|`crm`|[crm.item.productrow.set](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-set.html)|Associates a product item with a CRM object.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::set`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L230-L242) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowsResult.php)|
+|`crm`|[crm.item.productrow.getAvailableForPayment](https://apidocs.bitrix24.com/api-reference/crm/universal/product-rows/crm-item-productrow-get-available-for-payment.html)|Retrieves a list of unpaid products.|[`Bitrix24\SDK\Services\CRM\Item\Productrow\Service\Productrow::getAvailableForPayment`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Service/Productrow.php#L257-L268) Return type [`Bitrix24\SDK\Services\CRM\Item\Productrow\Result\ProductrowsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Productrow/Result/ProductrowsResult.php)|
+|`crm`|[crm.item.details.configuration.get](https://apidocs.bitrix24.com/api-reference/crm/universal/item-details-configuration/index.html)|Get Parameters of CRM Item Detail Configuration for all users|[`Bitrix24\SDK\Services\CRM\Item\Service\ItemDetailsConfiguration::getGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/ItemDetailsConfiguration.php#L62-L69) Return type [`Bitrix24\SDK\Services\CRM\Common\Result\ElementCardConfiguration\CardConfigurationsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Common/Result/ElementCardConfiguration/CardConfigurationsResult.php)|
+|`crm`|[crm.item.details.configuration.reset](https://apidocs.bitrix24.com/api-reference/crm/universal/item-details-configuration/crm-item-details-configuration-reset.html)|Reset Item Card Parameters for all users|[`Bitrix24\SDK\Services\CRM\Item\Service\ItemDetailsConfiguration::resetGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/ItemDetailsConfiguration.php#L104-L111) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.item.details.configuration.set](https://apidocs.bitrix24.com/api-reference/crm/universal/item-details-configuration/crm-item-details-configuration-set.html)|Set CRM Item Detail Card Configuration for all users|[`Bitrix24\SDK\Services\CRM\Item\Service\ItemDetailsConfiguration::setGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/ItemDetailsConfiguration.php#L166-L189) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.item.details.configuration.forceCommonScopeForAll](https://apidocs.bitrix24.com/api-reference/crm/deals/custom-form/crm-deal-details-configuration-force-common-scope-for-all.html)|Set Common Detail Form for All Users |[`Bitrix24\SDK\Services\CRM\Item\Service\ItemDetailsConfiguration::setForceCommonConfigForAll`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/ItemDetailsConfiguration.php#L203-L209) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.item.add](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_add.php)|Method creates new SPA item with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/Item.php#L52-L63) Return type [`Bitrix24\SDK\Services\CRM\Item\Result\ItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Result/ItemResult.php)
|
+|`crm`|[crm.item.delete](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_delete.php)|Deletes item with id for SPA with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/Item.php#L79-L87) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.item.fields](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_fields.php)|Returns the fields data with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/Item.php#L102-L105) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.item.get](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_get.php)|Returns item data with id for SPA with entityTypeId.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/Item.php#L120-L123) Return type [`Bitrix24\SDK\Services\CRM\Item\Result\ItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Result/ItemResult.php)|
+|`crm`|[crm.item.list](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_list.php)|Returns array with SPA items with entityTypeId|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/Item.php#L138-L152) Return type [`Bitrix24\SDK\Services\CRM\Item\Result\ItemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Result/ItemsResult.php)
|
+|`crm`|[crm.item.update](https://training.bitrix24.com/rest_help/crm/dynamic/methodscrmitem/crm_item_update.php)|Updates the specified (existing) item.|[`Bitrix24\SDK\Services\CRM\Item\Service\Item::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Item/Service/Item.php#L167-L179) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.address.add](https://apidocs.bitrix24.com/api-reference/crm/requisites/addresses/crm-address-add.html)|Method adds new address|[`Bitrix24\SDK\Services\CRM\Address\Service\Address::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Address/Service/Address.php#L70-L80) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.address.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/addresses/crm-address-delete.html)|Deletes the specified address.|[`Bitrix24\SDK\Services\CRM\Address\Service\Address::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Address/Service/Address.php#L96-L110) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.address.fields](https://apidocs.bitrix24.com/api-reference/crm/requisites/addresses/crm-address-fields.html)|Returns the description of the address fields.|[`Bitrix24\SDK\Services\CRM\Address\Service\Address::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Address/Service/Address.php#L125-L128) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.address.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/addresses/crm-address-list.html)|Get list of address items.|[`Bitrix24\SDK\Services\CRM\Address\Service\Address::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Address/Service/Address.php#L148-L161) Return type [`Bitrix24\SDK\Services\CRM\Address\Result\AddressesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Address/Result/AddressesResult.php)|
+|`crm`|[crm.address.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/addresses/crm-address-update.html)|Updates the specified (existing) address.|[`Bitrix24\SDK\Services\CRM\Address\Service\Address::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Address/Service/Address.php#L191-L201) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.requisite.fields](https://training.bitrix24.com/rest_help/crm/requisite/crm_requisite_fields.php)|Returns the description of the requisite fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/Requisite.php#L54-L57) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.requisite.list](https://training.bitrix24.com/rest_help/crm/requisite/crm_requisite_list.php)|Get list of requisite items.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/Requisite.php#L153-L166) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisitesResult.php)|
+|`crm`|[crm.requisite.add](https://training.bitrix24.com/rest_help/crm/requisite/crm_requisite.add.php)|Method adds new requisite|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/Requisite.php#L238-L258) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.requisite.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/universal/crm-requisite-get.html)|Returns a requisite by the requisite id.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/Requisite.php#L275-L279) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteResult.php)|
+|`crm`|[crm.requisite.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/universal/crm-requisite-delete.html)|Delete Requisite and Related Objects|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/Requisite.php#L296-L307) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.requisite.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/universal/crm-requisite-update.html)|Updates the specified (existing) requisite.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\Requisite::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/Requisite.php#L380-L391) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.requisite.userfield.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/user-fields/crm-requisite-userfield-list.html)|Returns a list of custom fields for requisites by filter|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteUserfield::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteUserfield.php#L95-L106) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteUserfieldsResult.php)|
+|`crm`|[crm.requisite.userfield.add](https://apidocs.bitrix24.com/api-reference/crm/requisites/user-fields/crm-requisite-userfield-add.html)|Creates a new custom field for a requisite.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteUserfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteUserfield.php#L146-L158) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.requisite.userfield.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/user-fields/crm-requisite-userfield-delete.html)|Deletes a custom field for a requisite|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteUserfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteUserfield.php#L174-L184) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.requisite.userfield.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/user-fields/crm-requisite-userfield-get.html)|Returns a custom field for a requisite by identifier|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteUserfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteUserfield.php#L199-L209) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteUserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteUserfieldResult.php)|
+|`crm`|[crm.requisite.userfield.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/user-fields/crm-requisite-userfield-update.html)|Modifies an existing custom field for a requisite.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteUserfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteUserfield.php#L224-L235) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.requisite.preset.field.add](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-add.html)|Adds a customizable field to the requisites template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L55-L66) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.requisite.preset.field.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-delete.html)|Deletes a customizable field from the requisites template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L82-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.requisite.preset.field.fields](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-fields.html)|Returns a formal description of the fields describing the custom field in the requisites template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L108-L111) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.requisite.preset.field.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-get.html)|Returns the description of the custom field in the requisites template by identifier|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L127-L138) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetFieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisitePresetFieldResult.php)|
+|`crm`|[crm.requisite.preset.field.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-list.html)|Returns a list of all custom fields for a specific requisites template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L154-L164) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisitePresetFieldsResult.php)|
+|`crm`|[crm.requisite.preset.field.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-update.html)|Modifies a custom field in the requisites template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L185-L197) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.requisite.preset.field.availabletoadd](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/fields/crm-requisite-preset-field-available-to-add.html)|Returns fields available for addition to the specified requisites template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePresetField::availabletoadd`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePresetField.php#L213-L223) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetAvailableFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisitePresetAvailableFieldsResult.php)|
+|`crm`|[crm.requisite.preset.fields](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-fields.html)|Get Description of the Fields of the Requisite Template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L56-L59) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.requisite.preset.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-list.html)|Get a List of Requisite Templates by filter|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L91-L108) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisitePresetsResult.php)|
+|`crm`|[crm.requisite.preset.add](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-add.html)|Method adds new requisite preset|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L123-L144) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.requisite.preset.countries](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-add.html)|Get a list of countries for the requisite preset|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::countries`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L159-L162) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\CountriesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/CountriesResult.php)|
+|`crm`|[crm.requisite.preset.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-delete.html)|Deletes the specified requisite template by id|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L178-L188) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.requisite.preset.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-get.html)|Get Requisite Template Fields by ID|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L204-L207) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisitePresetResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisitePresetResult.php)|
+|`crm`|[crm.requisite.preset.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/presets/crm-requisite-preset-update.html)|Update the Requisite Template|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisitePreset::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisitePreset.php#L235-L246) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.requisite.link.register](https://apidocs.bitrix24.com/api-reference/crm/requisites/links/crm-requisite-link-register.html)|Registers the link between requisites and an object|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteLink::register`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteLink.php#L56-L66) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.requisite.link.unregister](https://apidocs.bitrix24.com/api-reference/crm/requisites/links/crm-requisite-link-unregister.html)|Removes the link between requisites and an object|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteLink::unregister`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteLink.php#L82-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.requisite.link.fields](https://apidocs.bitrix24.com/api-reference/crm/requisites/links/crm-requisite-link-fields.html)|Returns a formal description of the fields of the requisites link|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteLink::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteLink.php#L108-L111) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.requisite.link.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/links/crm-requisite-link-get.html)|Returns the link between requisites and an object|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteLink::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteLink.php#L127-L138) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteLinkResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteLinkResult.php)|
+|`crm`|[crm.requisite.link.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/links/crm-requisite-link-list.html)|Returns a list of links between requisites based on a filter|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteLink::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteLink.php#L158-L171) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteLinksResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteLinksResult.php)|
+|`crm`|[crm.requisite.bankdetail.add](https://apidocs.bitrix24.com/api-reference/crm/requisites/bank-detail/crm-requisite-bank-detail-add.html)|Add a new Bank Detail|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteBankdetail::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteBankdetail.php#L82-L92) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.requisite.bankdetail.delete](https://apidocs.bitrix24.com/api-reference/crm/requisites/bank-detail/crm-requisite-bank-detail-delete.html)|Deletes the specified bank detail|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteBankdetail::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteBankdetail.php#L108-L118) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.requisite.bankdetail.fields](https://apidocs.bitrix24.com/api-reference/crm/requisites/bank-detail/crm-requisite-bank-detail-fields.html)|Returns the description of the bank detail fields, including user fields.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteBankdetail::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteBankdetail.php#L133-L136) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.requisite.bankdetail.get](https://apidocs.bitrix24.com/api-reference/crm/requisites/bank-detail/crm-requisite-bank-detail-get.html)|Returns a bank detail by identifier.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteBankdetail::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteBankdetail.php#L152-L155) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteBankdetailResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteBankdetailResult.php)|
+|`crm`|[crm.requisite.bankdetail.list](https://apidocs.bitrix24.com/api-reference/crm/requisites/bank-detail/crm-requisite-bank-detail-list.html)|Get list of bank detail items.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteBankdetail::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteBankdetail.php#L175-L188) Return type [`Bitrix24\SDK\Services\CRM\Requisites\Result\RequisiteBankdetailsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Result/RequisiteBankdetailsResult.php)|
+|`crm`|[crm.requisite.bankdetail.update](https://apidocs.bitrix24.com/api-reference/crm/requisites/bank-detail/crm-requisite-bank-detail-update.html)|Updates the specified (existing) requisite.bankdetail.|[`Bitrix24\SDK\Services\CRM\Requisites\Service\RequisiteBankdetail::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Requisites/Service/RequisiteBankdetail.php#L238-L249) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.automation.trigger.add](https://apidocs.bitrix24.com/api-reference/crm/automation/triggers/crm-automation-trigger-add.html)|Method adds new trigger|[`Bitrix24\SDK\Services\CRM\Automation\Service\Trigger::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Automation/Service/Trigger.php#L56-L67) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.automation.trigger.delete](https://apidocs.bitrix24.com/api-reference/crm/automation/triggers/crm-automation-trigger-delete.html)|Deletes the specified trigger.|[`Bitrix24\SDK\Services\CRM\Automation\Service\Trigger::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Automation/Service/Trigger.php#L83-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.automation.trigger.list](https://apidocs.bitrix24.com/api-reference/crm/automation/triggers/crm-automation-trigger-list.html)|Get list of trigger items.|[`Bitrix24\SDK\Services\CRM\Automation\Service\Trigger::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Automation/Service/Trigger.php#L108-L116) Return type [`Bitrix24\SDK\Services\CRM\Automation\Result\TriggersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Automation/Result/TriggersResult.php)
|
+|`crm`|[crm.automation.trigger.execute](https://apidocs.bitrix24.com/api-reference/crm/automation/triggers/crm-automation-trigger-execute.html)|Method adds new trigger|[`Bitrix24\SDK\Services\CRM\Automation\Service\Trigger::execute`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Automation/Service/Trigger.php#L132-L144) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.timeline.comment.add](https://apidocs.bitrix24.com/api-reference/crm/timeline/comments/crm-timeline-comment-add.html)|Adds a new comment to the timeline|[`Bitrix24\SDK\Services\CRM\Timeline\Comment\Service\Comment::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Service/Comment.php#L64-L74) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.timeline.comment.delete](https://apidocs.bitrix24.com/api-reference/crm/timeline/comments/crm-timeline-comment-delete.html)|Deletes a comment|[`Bitrix24\SDK\Services\CRM\Timeline\Comment\Service\Comment::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Service/Comment.php#L90-L109) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.timeline.comment.fields](https://apidocs.bitrix24.com/api-reference/crm/timeline/comments/crm-timeline-comment-fields.html)|Retrieves a list of timeline comment fields|[`Bitrix24\SDK\Services\CRM\Timeline\Comment\Service\Comment::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Service/Comment.php#L124-L127) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.timeline.comment.get](https://apidocs.bitrix24.com/api-reference/crm/timeline/comments/crm-timeline-comment-get.html)|Retrieves information about a comment|[`Bitrix24\SDK\Services\CRM\Timeline\Comment\Service\Comment::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Service/Comment.php#L143-L146) Return type [`Bitrix24\SDK\Services\CRM\Timeline\Comment\Result\CommentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Result/CommentResult.php)|
+|`crm`|[crm.timeline.comment.list](https://apidocs.bitrix24.com/api-reference/crm/timeline/comments/crm-timeline-comment-list.html)|Retrieves a list of all comments for the CRM entity|[`Bitrix24\SDK\Services\CRM\Timeline\Comment\Service\Comment::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Service/Comment.php#L168-L181) Return type [`Bitrix24\SDK\Services\CRM\Timeline\Comment\Result\CommentsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Result/CommentsResult.php)
|
+|`crm`|[crm.timeline.comment.update](https://apidocs.bitrix24.com/api-reference/crm/timeline/comments/crm-timeline-comment-update.html)|Updates a comment|[`Bitrix24\SDK\Services\CRM\Timeline\Comment\Service\Comment::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Comment/Service/Comment.php#L205-L226) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.timeline.bindings.bind](https://apidocs.bitrix24.com/api-reference/crm/timeline/bindings/crm-timeline-bindings-bind.html)|Adds a relationship between a timeline entry and a CRM entity|[`Bitrix24\SDK\Services\CRM\Timeline\Bindings\Service\Bindings::bind`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Bindings/Service/Bindings.php#L56-L70) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.timeline.bindings.unbind](https://apidocs.bitrix24.com/api-reference/crm/timeline/bindings/crm-timeline-bindings-unbind.html)|Removes a relationship between a timeline entry and a CRM entity|[`Bitrix24\SDK\Services\CRM\Timeline\Bindings\Service\Bindings::unbind`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Bindings/Service/Bindings.php#L85-L99) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.timeline.bindings.fields](https://apidocs.bitrix24.com/api-reference/crm/timeline/bindings/crm-timeline-bindings-fields.html)|Retrieves fields of the relationship between CRM entities and timeline entries|[`Bitrix24\SDK\Services\CRM\Timeline\Bindings\Service\Bindings::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Bindings/Service/Bindings.php#L114-L117) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.timeline.bindings.list](https://apidocs.bitrix24.com/api-reference/crm/timeline/bindings/crm-timeline-bindings-list.html)|Retrieves a list of relationships for a timeline entry|[`Bitrix24\SDK\Services\CRM\Timeline\Bindings\Service\Bindings::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Bindings/Service/Bindings.php#L137-L148) Return type [`Bitrix24\SDK\Services\CRM\Timeline\Bindings\Result\BindingsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Timeline/Bindings/Result/BindingsResult.php)
|
+|`crm`|[crm.currency.localizations.set](https://apidocs.bitrix24.com/api-reference/crm/currency/localizations/crm-currency-localizations-set.html)|Method adds new currency|[`Bitrix24\SDK\Services\CRM\Currency\Localizations\Service\Localizations::set`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Localizations/Service/Localizations.php#L55-L66) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.currency.localizations.delete](https://apidocs.bitrix24.com/api-reference/crm/currency/localizations/crm-currency-localizations-delete.html)|Deletes the specified localizations|[`Bitrix24\SDK\Services\CRM\Currency\Localizations\Service\Localizations::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Localizations/Service/Localizations.php#L82-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.currency.localizations.fields](https://apidocs.bitrix24.com/api-reference/crm/currency/localizations/crm-currency-localizations-fields.html)|Returns the description of the currency fields.|[`Bitrix24\SDK\Services\CRM\Currency\Localizations\Service\Localizations::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Localizations/Service/Localizations.php#L108-L111) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.currency.get](https://apidocs.bitrix24.com/api-reference/crm/currency/crm-currency-get.html)|Returns a currency by the currency ID.|[`Bitrix24\SDK\Services\CRM\Currency\Service\Currency::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Service/Currency.php#L134-L137) Return type [`Bitrix24\SDK\Services\CRM\Currency\Result\CurrencyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Result/CurrencyResult.php)|
+|`crm`|[crm.currency.add](https://apidocs.bitrix24.com/api-reference/crm/currency/crm-currency-add.html)|Method adds new currency|[`Bitrix24\SDK\Services\CRM\Currency\Service\Currency::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Service/Currency.php#L64-L74) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.currency.delete](https://apidocs.bitrix24.com/api-reference/crm/currency/crm-currency-delete.html)|Deletes the specified currency|[`Bitrix24\SDK\Services\CRM\Currency\Service\Currency::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Service/Currency.php#L90-L100) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.currency.fields](https://apidocs.bitrix24.com/api-reference/crm/currency/crm-currency-fields.html)|Returns the description of the currency fields.|[`Bitrix24\SDK\Services\CRM\Currency\Service\Currency::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Service/Currency.php#L115-L118) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.currency.list](https://apidocs.bitrix24.com/api-reference/crm/currency/crm-currency-list.html)|Get list of lead items.|[`Bitrix24\SDK\Services\CRM\Currency\Service\Currency::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Service/Currency.php#L154-L164) Return type [`Bitrix24\SDK\Services\CRM\Currency\Result\CurrenciesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Result/CurrenciesResult.php)|
+|`crm`|[crm.currency.update](https://apidocs.bitrix24.com/api-reference/crm/currency/crm-currency-update.html)|Updates the specified (existing) currency.|[`Bitrix24\SDK\Services\CRM\Currency\Service\Currency::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Currency/Service/Currency.php#L187-L198) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.duplicate.findbycomm](https://training.bitrix24.com/rest_help/crm/auxiliary/duplicates/crm.duplicate.findbycomm.php)|The method returns IDs for leads, contacts or companies that contain the specified phone numbers or e-mails.|[`Bitrix24\SDK\Services\CRM\Duplicates\Service\Duplicate::findByEmail`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Duplicates/Service/Duplicate.php#L61-L69) Return type [`Bitrix24\SDK\Services\CRM\Duplicates\Result\DuplicateResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Duplicates/Result/DuplicateResult.php)|
+|`crm`|[crm.company.details.configuration.get](https://apidocs.bitrix24.com/api-reference/crm/companies/custom-form/crm-company-details-configuration-get.html)|The method crm.company.details.configuration.get retrieves the settings of company cards for all users|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyDetailsConfiguration::getGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyDetailsConfiguration.php#L58-L63) Return type [`Bitrix24\SDK\Services\CRM\Common\Result\ElementCardConfiguration\CardConfigurationsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Common/Result/ElementCardConfiguration/CardConfigurationsResult.php)|
+|`crm`|[crm.company.details.configuration.reset](https://apidocs.bitrix24.com/api-reference/crm/companies/custom-form/crm-company-details-configuration-set.html)|Set Parameters for Individual CRM Company Detail Card Configuration|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyDetailsConfiguration::setGeneral`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyDetailsConfiguration.php#L146-L166) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.company.details.configuration.forceCommonScopeForAll](https://apidocs.bitrix24.com/api-reference/crm/companies/custom-form/crm-company-details-configuration-force-common-scope-for-all.html)|Set Common Detail Form for All Users |[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyDetailsConfiguration::setForceCommonConfigForAll`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyDetailsConfiguration.php#L178-L181) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.company.contact.fields](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-fields.html)|Get Field Descriptions for Company-Contact Connection|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyContact.php#L48-L51) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.company.contact.items.set](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-items-set.html)|Set a set of contacts associated with the specified company crm.company.contact.items.set|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::setItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyContact.php#L66-L92) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.company.contact.items.get](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-items-get.html)|Get a set of contacts associated with the specified company crm.company.contact.items.get|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyContact.php#L105-L110) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyContactConnectionResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Result/CompanyContactConnectionResult.php)|
+|`crm`|[crm.company.contact.items.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-items-delete.html)|Clear the set of contacts associated with the specified company|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::deleteItems`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyContact.php#L123-L128) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.company.contact.add](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-add.html)|Add Contact to the Specified Company|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyContact.php#L141-L151) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`crm`|[crm.company.contact.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/contacts/crm-company-contact-delete.html)|Delete Contact from Specified Company|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyContact::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyContact.php#L165-L173) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.company.fields](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-fields.html)|The method crm.company.fields returns the description of company fields, including custom fields.|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/Company.php#L63-L66) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`crm`|[crm.company.add](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-add.html)|Add new company|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/Company.php#L143-L154) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`crm`|[crm.company.get](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-get.html)|The method crm.company.get returns a company by its identifier.|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/Company.php#L172-L175) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Result/CompanyResult.php)|
+|`crm`|[crm.company.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-delete.html)|Delete deal|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/Company.php#L193-L203) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`crm`|[crm.company.list](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-list.html)|Get company list by filter|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/Company.php#L224-L237) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompaniesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Result/CompaniesResult.php)
|
+|`crm`|[crm.company.update](https://apidocs.bitrix24.com/api-reference/crm/companies/crm-company-update.html)|Update company by id|[`Bitrix24\SDK\Services\CRM\Company\Service\Company::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/Company.php#L316-L328) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`crm`|[crm.company.userfield.add](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-add.html)|The method crm.company.userfield.add creates a new custom field for companies.|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyUserfield.php#L82-L93) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`crm`|[crm.company.userfield.get](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-get.html)|Get Custom Company Field by ID|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyUserfield.php#L110-L120) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyUserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Result/CompanyUserfieldResult.php)|
+|`crm`|[crm.company.userfield.list](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-list.html)|The method crm.company.userfield.list returns a list of custom company fields based on the filter.|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyUserfield.php#L177-L182) Return type [`Bitrix24\SDK\Services\CRM\Company\Result\CompanyUserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Result/CompanyUserfieldsResult.php)|
+|`crm`|[crm.company.userfield.delete](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-delete.html)|Delete Custom Field for Companies|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyUserfield.php#L200-L210) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`crm`|[crm.company.userfield.update](https://apidocs.bitrix24.com/api-reference/crm/companies/userfields/crm-company-userfield-update.html)|Update Existing Custom Field for Companies|[`Bitrix24\SDK\Services\CRM\Company\Service\CompanyUserfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/CRM/Company/Service/CompanyUserfield.php#L248-L260) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`bizproc`|[bizproc.activity.log](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_list.php)|This method records data in the workflow log.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::log`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Service/Activity.php#L55-L61) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\AddedMessageToLogResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Result/AddedMessageToLogResult.php)|
+|`bizproc`|[bizproc.activity.list](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_list.php)|This method returns list of activities, installed by the application.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Service/Activity.php#L75-L78) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\WorkflowActivitiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Result/WorkflowActivitiesResult.php)|
+|`bizproc`|[bizproc.activity.add](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_add.php)|Adds new activity to a workflow.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Service/Activity.php#L105-L132) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\AddedActivityResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Result/AddedActivityResult.php)|
+|`bizproc`|[bizproc.activity.delete](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_delete.php)|This method deletes an activity.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Service/Activity.php#L147-L153) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`bizproc`|[bizproc.activity.update](https://training.bitrix24.com/rest_help/workflows/app_activities/bizproc_activity_update.php)|This method allows to update activity fields. Method parameters are similar to bizproc.activity.add.|[`Bitrix24\SDK\Services\Workflows\Activity\Service\Activity::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Service/Activity.php#L180-L234) Return type [`Bitrix24\SDK\Services\Workflows\Activity\Result\UpdateActivityResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Activity/Result/UpdateActivityResult.php)|
+|`bizproc`|[bizproc.workflow.template.add](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_add.php)|Add a workflow template, requires administrator access permissions|[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Template/Service/Template.php#L57-L72) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`bizproc`|[bizproc.workflow.template.update](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_update.php)|Update workflow template|[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Template/Service/Template.php#L92-L127) Return type [``](https://github.com/bitrix24/b24phpsdk/dev/)|
+|`bizproc`|[bizproc.workflow.template.delete](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_delete.php)|The method deletes workflow template. Requires the administrator access permissions.|[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Template/Service/Template.php#L145-L150) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`bizproc`|[bizproc.workflow.template.list](https://training.bitrix24.com/rest_help/workflows/wirkflow_template/bizproc_workflow_template_list.php)|The method bizproc.workflow.template.list returns list of workflow templates, specified for a site. |[`Bitrix24\SDK\Services\Workflows\Template\Service\Template::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Template/Service/Template.php#L164-L177) Return type [`Bitrix24\SDK\Services\Workflows\Template\Result\WorkflowTemplatesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Template/Result/WorkflowTemplatesResult.php)|
+|`bizproc`|[bizproc.robot.add](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_add.php)|Registers new automation rule.|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Service/Robot.php#L57-L78) Return type [`Bitrix24\SDK\Services\Workflows\Robot\Result\AddedRobotResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Result/AddedRobotResult.php)|
+|`bizproc`|[bizproc.robot.list](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_list.php)|This method returns list of automation rules, registered by the application.|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Service/Robot.php#L92-L95) Return type [`Bitrix24\SDK\Services\Workflows\Robot\Result\WorkflowRobotsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Result/WorkflowRobotsResult.php)|
+|`bizproc`|[bizproc.robot.delete](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_delete.php)|This method deletes registered automation rule.|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Service/Robot.php#L110-L116) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`bizproc`|[bizproc.robot.update](https://training.bitrix24.com/rest_help/workflows/app_automation_rules/bizproc_robot_update.php)|updates fields of automation rules|[`Bitrix24\SDK\Services\Workflows\Robot\Service\Robot::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Service/Robot.php#L133-L175) Return type [`Bitrix24\SDK\Services\Workflows\Robot\Result\UpdateRobotResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Robot/Result/UpdateRobotResult.php)|
+|`bizproc`|[bizproc.workflow.kill](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_kill.php)|Deletes a launched workflow|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::kill`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Service/Workflow.php#L52-L57) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowKillResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Result/WorkflowKillResult.php)|
+|`bizproc`|[bizproc.workflow.terminate](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_terminate.php)|Stops an active workflow.|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::terminate`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Service/Workflow.php#L70-L76) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowTerminationResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Result/WorkflowTerminationResult.php)|
+|`bizproc`|[bizproc.workflow.start](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_start.php)|Launches a workflow|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::start`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Service/Workflow.php#L92-L144) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowInstanceStartResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Result/WorkflowInstanceStartResult.php)|
+|`bizproc`|[bizproc.workflow.instances](https://training.bitrix24.com/rest_help/workflows/workflow/bizproc_workflow_instances.php)|returns list of launched workflows|[`Bitrix24\SDK\Services\Workflows\Workflow\Service\Workflow::instances`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Service/Workflow.php#L159-L174) Return type [`Bitrix24\SDK\Services\Workflows\Workflow\Result\WorkflowInstancesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Workflow/Result/WorkflowInstancesResult.php)|
+|`bizproc`|[bizproc.task.complete](https://training.bitrix24.com/rest_help/workflows/workflows_tasks/bizproc_task_complete.php)|Complete workflow task|[`Bitrix24\SDK\Services\Workflows\Task\Service\Task::complete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Task/Service/Task.php#L63-L71) Return type [`Bitrix24\SDK\Services\Workflows\Task\Result\WorkflowTaskCompleteResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Task/Result/WorkflowTaskCompleteResult.php)|
+|`bizproc`|[bizproc.task.list](https://training.bitrix24.com/rest_help/workflows/workflows_tasks/bizproc_task_list.php)|List of workflow tasks|[`Bitrix24\SDK\Services\Workflows\Task\Service\Task::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Task/Service/Task.php#L133-L143) Return type [`Bitrix24\SDK\Services\Workflows\Task\Result\WorkflowTasksResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Task/Result/WorkflowTasksResult.php)|
+|`bizproc`|[bizproc.event.send](https://training.bitrix24.com/rest_help/workflows/workflows_events/bizproc_event_send.php)|returns output parameters to an activity. Parameters are specified in the activity description.|[`Bitrix24\SDK\Services\Workflows\Event\Service\Event::send`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Event/Service/Event.php#L50-L64) Return type [`Bitrix24\SDK\Services\Workflows\Event\Result\EventSendResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Workflows/Event/Result/EventSendResult.php)|
+|`user`|[user.fields](https://training.bitrix24.com/rest_help/users/user_fields.php)|Get user entity fields|[`Bitrix24\SDK\Services\User\Service\User::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Service/User.php#L50-L53) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`user`|[user.current](https://training.bitrix24.com/rest_help/users/user_current.php)|Get current user|[`Bitrix24\SDK\Services\User\Service\User::current`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Service/User.php#L66-L69) Return type [`Bitrix24\SDK\Services\User\Result\UserResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Result/UserResult.php)|
+|`user`|[user.add](https://training.bitrix24.com/rest_help/users/user_add.php)|Invites a user. Available only for users with invitation permissions, usually an administrator. Sends a standard account invitation to the user on success.|[`Bitrix24\SDK\Services\User\Service\User::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Service/User.php#L84-L101) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`user`|[user.get](https://training.bitrix24.com/rest_help/users/user_get.php)|Get user by id|[`Bitrix24\SDK\Services\User\Service\User::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Service/User.php#L113-L125) Return type [`Bitrix24\SDK\Services\User\Result\UsersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Result/UsersResult.php)
|
+|`user`|[user.update](https://training.bitrix24.com/rest_help/users/user_get.php)|Updates user information. Available only for users with invitation permissions.|[`Bitrix24\SDK\Services\User\Service\User::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Service/User.php#L138-L151) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`user`|[user.search](https://training.bitrix24.com/rest_help/users/user_search.php)|This method is used to retrieve list of users with expedited personal data search.|[`Bitrix24\SDK\Services\User\Service\User::search`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Service/User.php#L165-L168) Return type [`Bitrix24\SDK\Services\User\Result\UsersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/User/Result/UsersResult.php)|
+|`department`|[department.add](https://apidocs.bitrix24.com/api-reference/departments/department-add.html)|Method adds new department|[`Bitrix24\SDK\Services\Department\Service\Department::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Department/Service/Department.php#L54-L67) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`department`|[department.delete](https://apidocs.bitrix24.com/api-reference/departments/department-delete.html)|Deletes a department.|[`Bitrix24\SDK\Services\Department\Service\Department::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Department/Service/Department.php#L83-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`department`|[department.fields](https://apidocs.bitrix24.com/api-reference/departments/index.html)|Get the department fields reference.|[`Bitrix24\SDK\Services\Department\Service\Department::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Department/Service/Department.php#L108-L111) Return type [`Bitrix24\SDK\Core\Result\FieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/FieldsResult.php)|
+|`department`|[department.get](https://apidocs.bitrix24.com/api-reference/departments/department-get.html)|Retrieve a list of departments.|[`Bitrix24\SDK\Services\Department\Service\Department::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Department/Service/Department.php#L134-L141) Return type [`Bitrix24\SDK\Services\Department\Result\DepartmentsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Department/Result/DepartmentsResult.php)
|
+|`department`|[department.update](https://apidocs.bitrix24.com/api-reference/departments/department-update.html)|Updates the specified (existing) department.|[`Bitrix24\SDK\Services\Department\Service\Department::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Department/Service/Department.php#L163-L173) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`telephony`|[voximplant.user.deactivatePhone](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_user_deactivatePhone.php)|This method disables an indicator of SIP-phone availability. Method checks the availability of the access permissions to modify users.|[`Bitrix24\SDK\Services\Telephony\Voximplant\User\Service\User::deactivatePhone`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/User/Service/User.php#L52-L57) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UserInterfaceDialogCallResult.php)|
+|`telephony`|[voximplant.user.activatePhone](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_user_activatePhone.php)|This method raises the event of SIP-phone availability for an employee. Method checks the availability of the access permissions to modify users.|[`Bitrix24\SDK\Services\Telephony\Voximplant\User\Service\User::activatePhone`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/User/Service/User.php#L73-L78) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UserInterfaceDialogCallResult.php)|
+|`telephony`|[voximplant.user.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_user_get.php)|This method returns user settings.|[`Bitrix24\SDK\Services\Telephony\Voximplant\User\Service\User::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/User/Service/User.php#L95-L102) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\User\Result\VoximplantUserSettingsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/User/Result/VoximplantUserSettingsResult.php)|
+|`telephony`|[voximplant.url.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_url_get.php)|Returns a set of links for browsing telephony scope pages.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Url\Service\Url::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Url/Service/Url.php#L50-L53) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Url\Result\VoximplantPagesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Url/Result/VoximplantPagesResult.php)|
+|`telephony`|[voximplant.line.outgoing.sip.set](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_outgoing_sip_set.php)|Sets the selected SIP line as an outgoing line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::outgoingSipSet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Line/Service/Line.php#L50-L55) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UserInterfaceDialogCallResult.php)|
+|`telephony`|[voximplant.line.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_get.php)|Returns list of all of the available outgoing lines.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Line/Service/Line.php#L67-L70) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Result\VoximplantLinesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Line/Result/VoximplantLinesResult.php)|
+|`telephony`|[voximplant.line.outgoing.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_outgoing_get.php)|Returns the currently selected line as an outgoing line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::outgoingGet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Line/Service/Line.php#L84-L87) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Result\VoximplantLineIdResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Line/Result/VoximplantLineIdResult.php)|
+|`telephony`|[voximplant.line.outgoing.set](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_line_outgoing_set.php)|Sets the selected line as an outgoing line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Line\Service\Line::outgoingSet`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Line/Service/Line.php#L103-L108) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UserInterfaceDialogCallResult.php)|
+|`telephony`|[voximplant.tts.voices.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_tts_voices.get.php)|Returns an array of available voices for generation of speech in the format of voice ID => voice name.|[`Bitrix24\SDK\Services\Telephony\Voximplant\TTS\Voices\Service\Voices::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/TTS/Voices/Service/Voices.php#L52-L55) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\TTS\Voices\Result\VoximplantVoicesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/TTS/Voices/Result/VoximplantVoicesResult.php)|
+|`telephony`|[voximplant.sip.connector.status](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_connector_status.php)|Returns the current status of the SIP Connector.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::getConnectorStatus`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L57-L60) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipConnectorStatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Result/SipConnectorStatusResult.php)|
+|`telephony`|[voximplant.sip.add](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_add.php)|Сreates a new SIP line linked to the application. Once created, this line becomes an outbound line by default.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L74-L89) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipLineAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Result/SipLineAddedResult.php)|
+|`telephony`|[voximplant.sip.delete](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_delete.php)|Deletes the current SIP line (created by the application).|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L105-L110) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`telephony`|[voximplant.sip.get](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_get.php)|Returns the list of all SIP lines created by the application. It is a list method.|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L125-L128) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipLinesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Result/SipLinesResult.php)|
+|`telephony`|[voximplant.sip.status](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_status.php)|Returns the current status of the SIP registration (for cloud hosted PBX only).|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::status`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L145-L150) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Result\SipLineStatusResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Result/SipLineStatusResult.php)|
+|`telephony`|[voximplant.sip.update](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_sip_update.php)|Updates the existing SIP line (created by the application).|[`Bitrix24\SDK\Services\Telephony\Voximplant\Sip\Service\Sip::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/Sip/Service/Sip.php#L165-L200) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`telephony`|[voximplant.infocall.startwithtext](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_infocall_startwithtext.php)|method performs the call to the specified number with automatic voiceover of specified text|[`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Service\InfoCall::startWithText`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/InfoCall/Service/InfoCall.php#L56-L64) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Result\VoximplantInfoCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/InfoCall/Result/VoximplantInfoCallResult.php)|
+|`telephony`|[voximplant.infocall.startwithsound](https://training.bitrix24.com/rest_help/scope_telephony/voximplant/voximplant_infocall_startwithsound.php)|Makes a call to the specified number with playback of .mp3 format file by URL.|[`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Service\InfoCall::startWithSound`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/InfoCall/Service/InfoCall.php#L71-L78) Return type [`Bitrix24\SDK\Services\Telephony\Voximplant\InfoCall\Result\VoximplantInfoCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Voximplant/InfoCall/Result/VoximplantInfoCallResult.php)|
+|`telephony`|[telephony.call.attachTranscription](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_call_attachtranscription.php)|The method adds a call transcript.|[`Bitrix24\SDK\Services\Telephony\Call\Service\Call::attachTranscription`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Call/Service/Call.php#L54-L76) Return type [`Bitrix24\SDK\Services\Telephony\Call\Result\TranscriptAttachedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/Call/Result/TranscriptAttachedResult.php)|
+|`telephony`|[telephony.externalCall.attachRecord](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalCall_attachRecord.php)|This method connects a record to a finished call and to the call Activity.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::attachCallRecordInBase64`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L96-L107) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\CallRecordFileUploadedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Result/CallRecordFileUploadedResult.php)|
+|`telephony`|[telephony.externalcall.register](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_register.php)|Method registers a call in Bitrix24. For this purpose, it searches an object that corresponds to the number in CRM.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::register`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L156-L188) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\ExternalCallRegisteredResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Result/ExternalCallRegisteredResult.php)|
+|`telephony`|[telephony.externalCall.searchCrmEntities](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalCall_searchCrmEntities.php)|This method allows to retrieve information about a client from CRM by a telephone number via single request.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::searchCrmEntities`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L220-L226) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\SearchCrmEntitiesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Result/SearchCrmEntitiesResult.php)|
+|`telephony`|[telephony.externalcall.finish](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_finish.php)|This method allows to retrieve information about a client from CRM by a telephone number via single request.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::finishForUserId`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L285-L308) Return type [`Bitrix24\SDK\Services\Telephony\ExternalCall\Result\ExternalCallFinishedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Result/ExternalCallFinishedResult.php)|
+|`telephony`|[telephony.externalcall.show](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_show.php)|The method displays a call ID screen to the user.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::show`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L324-L331) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UserInterfaceDialogCallResult.php)|
+|`telephony`|[telephony.externalcall.hide](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalcall_hide.php)| This method hides call information window.|[`Bitrix24\SDK\Services\Telephony\ExternalCall\Service\ExternalCall::hide`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalCall/Service/ExternalCall.php#L347-L354) Return type [`Bitrix24\SDK\Core\Result\UserInterfaceDialogCallResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UserInterfaceDialogCallResult.php)|
+|`telephony`|[telephony.externalLine.add](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalLine_add.php)|Method adds an external line|[`Bitrix24\SDK\Services\Telephony\ExternalLine\Service\ExternalLine::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalLine/Service/ExternalLine.php#L55-L62) Return type [`Bitrix24\SDK\Services\Telephony\ExternalLine\Result\ExternalLineAddedResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalLine/Result/ExternalLineAddedResult.php)|
+|`telephony`|[telephony.externalLine.delete](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalLine_delete.php)|Method for deleting an external line.|[`Bitrix24\SDK\Services\Telephony\ExternalLine\Service\ExternalLine::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalLine/Service/ExternalLine.php#L76-L81) Return type [`Bitrix24\SDK\Core\Result\EmptyResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/EmptyResult.php)|
+|`telephony`|[telephony.externalLine.get](https://training.bitrix24.com/rest_help/scope_telephony/telephony/telephony_externalLine_delete.php)|Method allows to retrieve the list of external lines of an application.|[`Bitrix24\SDK\Services\Telephony\ExternalLine\Service\ExternalLine::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalLine/Service/ExternalLine.php#L95-L98) Return type [`Bitrix24\SDK\Services\Telephony\ExternalLine\Result\ExternalLinesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Telephony/ExternalLine/Result/ExternalLinesResult.php)|
+|`pay_system`|[sale.paysystem.handler.add](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-handler-add.html)|Adds a REST handler for the payment system.|[`Bitrix24\SDK\Services\Paysystem\Handler\Service\Handler::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Handler/Service/Handler.php#L55-L65) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`pay_system`|[sale.paysystem.handler.update](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-handler-update.html)|Updates a REST handler for the payment system.|[`Bitrix24\SDK\Services\Paysystem\Handler\Service\Handler::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Handler/Service/Handler.php#L83-L91) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`pay_system`|[sale.paysystem.handler.list](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-handler-list.html)|Returns a list of REST handlers for the payment system.|[`Bitrix24\SDK\Services\Paysystem\Handler\Service\Handler::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Handler/Service/Handler.php#L106-L111) Return type [`Bitrix24\SDK\Services\Paysystem\Handler\Result\HandlersResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Handler/Result/HandlersResult.php)|
+|`pay_system`|[sale.paysystem.handler.delete](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-handler-delete.html)|Deletes a REST handler for the payment system.|[`Bitrix24\SDK\Services\Paysystem\Handler\Service\Handler::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Handler/Service/Handler.php#L128-L135) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`pay_system`|[sale.paysystem.settings.get](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-settings-get.html)|Returns the settings of the payment system|[`Bitrix24\SDK\Services\Paysystem\Settings\Service\Settings::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Service/Settings.php#L47-L58) Return type [`Bitrix24\SDK\Services\Paysystem\Settings\Result\SettingsItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Result/SettingsItemResult.php)|
+|`pay_system`|[sale.paysystem.settings.update](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-settings-update.html)|Updates the payment system settings|[`Bitrix24\SDK\Services\Paysystem\Settings\Service\Settings::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Service/Settings.php#L79-L93) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`pay_system`|[sale.paysystem.settings.payment.get](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-settings-payment-get.html)|Returns the payment system settings for a specific payment|[`Bitrix24\SDK\Services\Paysystem\Settings\Service\Settings::getForPayment`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Service/Settings.php#L112-L123) Return type [`Bitrix24\SDK\Services\Paysystem\Settings\Result\SettingsItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Result/SettingsItemResult.php)|
+|`pay_system`|[sale.paysystem.settings.invoice.get](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-settings-invoice-get.html)|Returns the payment system settings for a specific invoice (legacy version)|[`Bitrix24\SDK\Services\Paysystem\Settings\Service\Settings::getForInvoice`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Service/Settings.php#L143-L165) Return type [`Bitrix24\SDK\Services\Paysystem\Settings\Result\SettingsItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Settings/Result/SettingsItemResult.php)|
+|`pay_system`|[sale.paysystem.add](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-add.html)|Adds a payment system.|[`Bitrix24\SDK\Services\Paysystem\Service\Paysystem::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Service/Paysystem.php#L56-L61) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)
|
+|`pay_system`|[sale.paysystem.update](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-update.html)|Modifies a payment system.|[`Bitrix24\SDK\Services\Paysystem\Service\Paysystem::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Service/Paysystem.php#L79-L87) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)
|
+|`pay_system`|[sale.paysystem.list](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-list.html)|Returns a list of payment systems.|[`Bitrix24\SDK\Services\Paysystem\Service\Paysystem::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Service/Paysystem.php#L104-L113) Return type [`Bitrix24\SDK\Services\Paysystem\Result\PaysystemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Result/PaysystemsResult.php)|
+|`pay_system`|[sale.paysystem.delete](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-delete.html)|Deletes a payment system.|[`Bitrix24\SDK\Services\Paysystem\Service\Paysystem::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Service/Paysystem.php#L130-L137) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)
|
+|`pay_system`|[sale.paysystem.pay.payment](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-pay-payment.html)|Pay for an order through a specific payment system.|[`Bitrix24\SDK\Services\Paysystem\Service\Paysystem::payPayment`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Service/Paysystem.php#L155-L163) Return type [`Bitrix24\SDK\Services\Paysystem\Result\PaymentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Result/PaymentResult.php)|
+|`pay_system`|[sale.paysystem.pay.invoice](https://apidocs.bitrix24.com/api-reference/pay-system/sale-pay-system-pay-invoice.html)|Pay an invoice through a specific payment system.|[`Bitrix24\SDK\Services\Paysystem\Service\Paysystem::payInvoice`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Service/Paysystem.php#L182-L197) Return type [`Bitrix24\SDK\Services\Paysystem\Result\PaymentResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Paysystem/Result/PaymentResult.php)|
+|`ai_admin`|[ai.engine.register](https://apidocs.bitrix24.com/api-reference/ai/ai-engine-register.html)|REST method for adding a custom service. This method registers an engine and updates it upon subsequent calls. This is not quite an embedding location, as the endpoint of the partner must adhere to strict formats.|[`Bitrix24\SDK\Services\AI\Engine\Service\Engine::register`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/AI/Engine/Service/Engine.php#L43-L57) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`ai_admin`|[ai.engine.list](https://apidocs.bitrix24.com/api-reference/ai/ai-engine-list.html)|Get the list of ai services|[`Bitrix24\SDK\Services\AI\Engine\Service\Engine::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/AI/Engine/Service/Engine.php#L71-L74) Return type [`Bitrix24\SDK\Services\AI\Engine\Result\EnginesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/AI/Engine/Result/EnginesResult.php)|
+|`ai_admin`|[ai.engine.unregister](https://apidocs.bitrix24.com/api-reference/ai/ai-engine-unregister.html)|Delete registered ai service|[`Bitrix24\SDK\Services\AI\Engine\Service\Engine::unregister`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/AI/Engine/Service/Engine.php#L88-L93) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`task`|[task.item.userfield.list](https://apidocs.bitrix24.com/api-reference/tasks/user-field/task-item-user-field-get-list.html)|Returns list of user task fields by filter.|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::getList`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L97-L108) Return type [`Bitrix24\SDK\Services\Task\Userfield\Result\UserfieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Result/UserfieldsResult.php)|
+|`task`|[task.item.userfield.add](https://apidocs.bitrix24.com/api-reference/tasks/user-field/task-item-user-field-add.html)|Created new user field for tasks.|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L146-L158) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`task`|[task.item.userfield.delete](https://apidocs.bitrix24.com/api-reference/tasks/user-field/task-item-user-field-delete.html)|Deleted userfield for tasks|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L174-L184) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`task`|[task.item.userfield.get](https://apidocs.bitrix24.com/api-reference/crm/task/user-field/crm-task-user-field-get.html)|Retrieves a field by identifier id.|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L199-L209) Return type [`Bitrix24\SDK\Services\Task\Userfield\Result\UserfieldResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Result/UserfieldResult.php)|
+|`task`|[task.item.userfield.update](https://apidocs.bitrix24.com/api-reference/tasks/user-field/task-item-user-field-update.html)|Updates an existing user field for tasks.|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L224-L235) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.item.userfield.gettypes](https://apidocs.bitrix24.com/api-reference/tasks/user-field/task-item-user-field-get-types.html)|Retrieves all available data types.|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::getTypes`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L250-L259) Return type [`Bitrix24\SDK\Services\Task\Userfield\Result\UserfieldTypesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Result/UserfieldTypesResult.php)|
+|`task`|[task.item.userfield.getfields](https://apidocs.bitrix24.com/api-reference/tasks/user-field/task-item-user-field-get-fields.html)|Retrieves all available fields of the custom field.|[`Bitrix24\SDK\Services\Task\Userfield\Service\Userfield::getFields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Service/Userfield.php#L274-L283) Return type [`Bitrix24\SDK\Services\Task\Userfield\Result\UserfieldFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Userfield/Result/UserfieldFieldsResult.php)|
+|`task`|[task.elapseditem.add](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-add.html)|Adds time spent to a task.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L48-L67) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`task`|[task.elapseditem.delete](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-delete.html)|Deletes a time spent entry.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L83-L94) Return type [`Bitrix24\SDK\Services\Task\Elapseditem\Result\DeletedElapseditemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Result/DeletedElapseditemResult.php)|
+|`task`|[task.elapseditem.get](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-get.html)|Returns a time spent entry by its identifier.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L110-L121) Return type [`Bitrix24\SDK\Services\Task\Elapseditem\Result\ElapseditemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Result/ElapseditemResult.php)|
+|`task`|[task.elapseditem.getlist](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-get-list.html)|Returns a list of time spent entries for a task.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::getList`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L146-L165) Return type [`Bitrix24\SDK\Services\Task\Elapseditem\Result\ElapseditemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Result/ElapseditemsResult.php)|
+|`task`|[task.elapseditem.update](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-update.html)|Modifies the parameters of a time spent entry.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L180-L192) Return type [`Bitrix24\SDK\Services\Task\Elapseditem\Result\UpdatedElapseditemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Result/UpdatedElapseditemResult.php)|
+|`task`|[task.elapseditem.isactionallowed](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-is-action-allowed.html)|Checks if the action is allowed.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::isActionAllowed`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L212-L224) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.elapseditem.getmanifest](https://apidocs.bitrix24.com/api-reference/tasks/elapsed-item/task-elapsed-item-get-manifest.html)|Retrieves a list of methods and their descriptions.|[`Bitrix24\SDK\Services\Task\Elapseditem\Service\Elapseditem::getManifest`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Elapseditem/Service/Elapseditem.php#L239-L242) Return type [`array`](https://github.com/bitrix24/b24phpsdk/dev/)|
+|`task`|[task.checklistitem.add](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-add.html)|Adds a new checklist item to the task|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L48-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`task`|[task.checklistitem.delete](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-delete.html)|Deletes a checklist item.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L80-L91) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`task`|[task.checklistitem.get](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-get.html)|Retrieves a checklist item by its id|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L107-L118) Return type [`Bitrix24\SDK\Services\Task\Checklistitem\Result\ChecklistitemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Result/ChecklistitemResult.php)|
+|`task`|[task.checklistitem.getlist](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-get-list.html)|Retrieves a list of checklist items in the task.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::getList`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L143-L154) Return type [`Bitrix24\SDK\Services\Task\Checklistitem\Result\ChecklistitemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Result/ChecklistitemsResult.php)|
+|`task`|[task.checklistitem.update](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-update.html)|Updates the data of a checklist item.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L169-L181) Return type [`Bitrix24\SDK\Services\Task\Checklistitem\Result\UpdatedChecklistitemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Result/UpdatedChecklistitemResult.php)|
+|`task`|[task.checklistitem.moveafteritem](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-move-after-item.html)|Moves a checklist item in the list after the specified one.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::moveAfterItem`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L196-L208) Return type [`Bitrix24\SDK\Services\Task\Checklistitem\Result\UpdatedChecklistitemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Result/UpdatedChecklistitemResult.php)|
+|`task`|[task.checklistitem.complete](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-complete.html)|Marks a checklist item as completed.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::complete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L223-L234) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.checklistitem.renew](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-renew.html)|Marks a completed checklist item as active again.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::renew`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L249-L260) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.checklistitem.isactionallowed](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-is-action-allowed.html)|Checks if the action is allowed for the checklist item.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::isActionAllowed`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L281-L293) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.checklistitem.getmanifest](https://apidocs.bitrix24.com/api-reference/tasks/checklist-item/task-checklist-item-get-manifest.html)|Retrieves a list of methods and their descriptions.|[`Bitrix24\SDK\Services\Task\Checklistitem\Service\Checklistitem::getManifest`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Checklistitem/Service/Checklistitem.php#L308-L311) Return type [`array`](https://github.com/bitrix24/b24phpsdk/dev/)|
+|`task`|[task.planner.getlist](https://apidocs.bitrix24.com/api-reference/tasks/planner/task-planner-get-list.html)|Retrieves a list of tasks from the "Daily Plan"|[`Bitrix24\SDK\Services\Task\Planner\Service\Planner::getList`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Planner/Service/Planner.php#L41-L48) Return type [`array`](https://github.com/bitrix24/b24phpsdk/dev/)|
+|`task`|[task.commentitem.add](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-add.html)|Adds a comment to a task|[`Bitrix24\SDK\Services\Task\Commentitem\Service\Commentitem::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Service/Commentitem.php#L53-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`task`|[task.commentitem.delete](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-delete.html)|Deletes a comment item.|[`Bitrix24\SDK\Services\Task\Commentitem\Service\Commentitem::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Service/Commentitem.php#L80-L91) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`task`|[task.commentitem.get](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-get.html)|Retrieves a comment item by its id|[`Bitrix24\SDK\Services\Task\Commentitem\Service\Commentitem::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Service/Commentitem.php#L107-L118) Return type [`Bitrix24\SDK\Services\Task\Commentitem\Result\CommentitemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Result/CommentitemResult.php)|
+|`task`|[task.commentitem.getlist](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-get-list.html)|Retrieves a list of comment items in the task.|[`Bitrix24\SDK\Services\Task\Commentitem\Service\Commentitem::getList`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Service/Commentitem.php#L147-L159) Return type [`Bitrix24\SDK\Services\Task\Commentitem\Result\CommentitemsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Result/CommentitemsResult.php)|
+|`task`|[task.commentitem.update](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-update.html)|Updates the data of a comment item.|[`Bitrix24\SDK\Services\Task\Commentitem\Service\Commentitem::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Commentitem/Service/Commentitem.php#L174-L186) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[tasks.task.result.addFromComment](https://apidocs.bitrix24.com/api-reference/tasks/result/tasks-task-result-add-from-comment.html)|Adds a comment to a task result|[`Bitrix24\SDK\Services\Task\TaskResult\Service\Result::addFromComment`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/TaskResult/Service/Result.php#L51-L61) Return type [`Bitrix24\SDK\Services\Task\TaskResult\Result\AddedResultResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/TaskResult/Result/AddedResultResult.php)|
+|`task`|[tasks.task.result.deleteFromComment](https://apidocs.bitrix24.com/api-reference/tasks/result/tasks-task-result-delete-from-comment.html)|Deletes a task result.|[`Bitrix24\SDK\Services\Task\TaskResult\Service\Result::deleteFromComment`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/TaskResult/Service/Result.php#L77-L87) Return type [`Bitrix24\SDK\Services\Task\TaskResult\Result\DeletedResultResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/TaskResult/Result/DeletedResultResult.php)|
+|`task`|[tasks.task.result.list](https://apidocs.bitrix24.com/api-reference/tasks/result/tasks-task-result-list.html)|Retrieves a list of results in the task.|[`Bitrix24\SDK\Services\Task\TaskResult\Service\Result::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/TaskResult/Service/Result.php#L102-L112) Return type [`Bitrix24\SDK\Services\Task\TaskResult\Result\ResultsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/TaskResult/Result/ResultsResult.php)|
+|`task`|[task.stages.add](https://apidocs.bitrix24.com/api-reference/tasks/stages/task-stages-add.html)|Adds Kanban or "My Planner" stages|[`Bitrix24\SDK\Services\Task\Stage\Service\Stage::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Service/Stage.php#L53-L64) Return type [`Bitrix24\SDK\Core\Result\AddedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/AddedItemResult.php)|
+|`task`|[task.stages.update](https://apidocs.bitrix24.com/api-reference/tasks/stages/task-stages-update.html)|Updates Kanban or "My Planner" stages.|[`Bitrix24\SDK\Services\Task\Stage\Service\Stage::update`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Service/Stage.php#L79-L91) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.stages.delete](https://apidocs.bitrix24.com/api-reference/tasks/stages/task-stages-delete.html)|Deletes Kanban or "My Planner" stages.|[`Bitrix24\SDK\Services\Task\Stage\Service\Stage::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Service/Stage.php#L107-L118) Return type [`Bitrix24\SDK\Core\Result\DeletedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/DeletedItemResult.php)|
+|`task`|[task.stages.get](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-get.html)|Retrieves Kanban or "My Planner" stages|[`Bitrix24\SDK\Services\Task\Stage\Service\Stage::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Service/Stage.php#L134-L145) Return type [`Bitrix24\SDK\Services\Task\Stage\Result\StagesResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Result/StagesResult.php)|
+|`task`|[task.stages.canmovetask](https://apidocs.bitrix24.com/api-reference/tasks/comment-item/task-comment-item-get.html)|Determines if the current user can move tasks in the specified object.|[`Bitrix24\SDK\Services\Task\Stage\Service\Stage::canMoveTask`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Service/Stage.php#L161-L172) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[task.stages.movetask](https://apidocs.bitrix24.com/api-reference/tasks/stages/task-stages-move-task.html)|Moves tasks from one stage to another.|[`Bitrix24\SDK\Services\Task\Stage\Service\Stage::moveTask`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Stage/Service/Stage.php#L188-L206) Return type [`Bitrix24\SDK\Core\Result\UpdatedItemResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Core/Result/UpdatedItemResult.php)|
+|`task`|[tasks.task.add](https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-add.html)|Method adds new task|[`Bitrix24\SDK\Services\Task\Service\Task::add`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Service/Task.php#L60-L70) Return type [`Bitrix24\SDK\Services\Task\Result\AddedTaskResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Result/AddedTaskResult.php)
|
+|`task`|[tasks.task.delete](https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-delete.html)|Deletes a task.|[`Bitrix24\SDK\Services\Task\Service\Task::delete`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Service/Task.php#L86-L96) Return type [`Bitrix24\SDK\Services\Task\Result\DeletedTaskResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Result/DeletedTaskResult.php)
|
+|`task`|[tasks.task.getFields](https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-get-fields.html)|Get the task fields reference.|[`Bitrix24\SDK\Services\Task\Service\Task::fields`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Service/Task.php#L111-L114) Return type [`Bitrix24\SDK\Services\Task\Result\TaskFieldsResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Result/TaskFieldsResult.php)|
+|`task`|[tasks.task.get](https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-get.html)|Returns a task by the task ID|[`Bitrix24\SDK\Services\Task\Service\Task::get`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Service/Task.php#L130-L133) Return type [`Bitrix24\SDK\Services\Task\Result\TaskResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Result/TaskResult.php)|
+|`task`|[tasks.task.list](https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-list.html)|Retrieve a list of tasks.|[`Bitrix24\SDK\Services\Task\Service\Task::list`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Service/Task.php#L176-L186) Return type [`Bitrix24\SDK\Services\Task\Result\TasksResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Result/TasksResult.php)
|
+|`task`|[tasks.task.update](https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-delegate.html)|Delegates the specified (existing) task.|[`Bitrix24\SDK\Services\Task\Service\Task::delegate`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Service/Task.php#L239-L250) Return type [`Bitrix24\SDK\Services\Task\Result\UpdatedTaskResult`](https://github.com/bitrix24/b24phpsdk/dev/src/Services/Task/Result/UpdatedTaskResult.php)