sale.propertyvRelation.deleteByFilter
Scope: catalog Permissions to execute: for all
sale.propertyvRelation.deleteByFilter(fields)
The method deletes property binding.
When successful, returns true
in response body.
Parameters
Parameter | Type | Description |
---|---|---|
fields | object | Fields, correposponding to available list of getFields. |
Examples
BX24.callMethod( 'sale.propertyvRelation.deleteByFilter', { fields: { entityId: 6, entityType: 'D', propertyId: 40 } }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024