bx24_crm_addresses
Manage Bitrix24 CRM client addresses: create, get, list, update, delete, fetch addresses by client, or remove them by filter.
Instructions
Bitrix24 CRM addresses (адреса клиентов): CRUD, by client, delete by filter. Methods crm.address.*, crm.address.byclient (REST 1.0 + 3.0). RU/EN: адрес, адрес клиента, фактический адрес, юридический адрес / address, client address, actual address, legal address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID | |
| order | No | Order object (e.g. { 'ID': 'DESC' }) | |
| start | No | Pagination offset (number of records to skip) | |
| action | Yes | Operation to perform: - "add": Create an address - "get": Get an address by ID - "list": List addresses - "update": Update an address - "delete": Delete an address (destructive) - "fields": Describe address fields - "byclient": Get addresses of a client (by entity type + ID) - "deleteByFilter": Delete addresses matching a filter (destructive — bulk) | |
| fields | No | Address fields: TYPE_ID (1=actual,6=legal,8=registration), ENTITY_TYPE_ID, ENTITY_ID, ADDRESS_1, CITY, POSTAL_CODE, COUNTRY, REGION, ... | |
| filter | No | Filter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' }) | |
| select | No | Array of field names to return (projection) | |
| confirm | No | Set to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled. | |
| clientId | No | Client (entity) ID for byclient | |
| clientTypeId | No | Client entity type ID for byclient |