crm.contact.company.items.delete
Scope: catalog Permissions to execute: for all
crm.contact.company.items.delete(id)
Clears set of companies, associated with the specified contact.
Parameters
Parameter | Description |
---|---|
id | Contact ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.contact.company.items.delete", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.info(result.data()); } );
© «Bitrix24», 2001-2024