sale.shipmentproperty.delete
Scope: sale Permissions to execute: for all
sale.shipmentproperty.delete(propertyId)
Method for deleting a shipment property.
Returns true
in response body on success.
Параметры
Parameter | Type | Description |
---|---|---|
propertyId | string | Shipment property number. |
Example
BX24.callMethod( 'sale.shipmentproperty.delete', { id: id }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024