crm.dealcategory.get
Scope: catalog Permissions to execute: for all
crm.dealcategory.get(id)
Returns deal category by ID.
Parameter
Parameter | Description |
---|---|
id | Category ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.dealcategory.get", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024