Documentation

sale.shipmentproperty.delete

sale.shipmentproperty.delete(propertyId)

Method for deleting a shipment property.

Returns true in response body on success.

Параметры

ParameterType Description
propertyIdstring 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
Up