Documentation

sale.propertyvalue.get

Scope: sale Permissions to execute: for all

sale.propertyvalue.get(propertyValueId)

The method gets fields property values for order fields.

When successful, returns property value resource in response body.

Parameters

ParameterType Description
propertyValueIdstring Number of property value.

Examples

BX24.callMethod(
    'sale.propertyvalue.get', 
    { propertyValueId: id }, 
    function(result)
    {
        if(result.error())
            console.error(result.error().ex);
        else
            console.log(result.data());
});


© «Bitrix24», 2001-2024