crm.quote.delete
Scope: catalog Permissions to execute: for all
crm.quote.delete(id)
Deletes an estimate and all associated objects.
Parameters
Parameter | Description |
---|---|
id | Estimate ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.quote.delete", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.info(result.data()); } );
© «Bitrix24», 2001-2024