Event onCrmMeasureUpdate

Choose a tool for developing with an AI agent:

  • use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
  • use the MCP server to develop a REST API integration in your own project. The agent refers to the official REST documentation

Scope: crm

Who can subscribe: any user

The event onCrmMeasureUpdate is triggered after the unit of measurement is changed on the account.

Response Handling

HTTP status: 200

Returns an array:

array('FIELDS' => array('ID' => $id))
        

where $id is the identifier of the modified unit of measurement.

Error Handling

HTTP status: 40x, 50x

In case of errors, the exception \Bitrix\Rest\RestException is thrown.