Documentation

catalog.priceType.getFields

Scope: catalog Permissions: all

catalog.priceType.getFields()

The method returns price type fields.

Parameters

No parameters.

Examples

BX24.callMethod(
    'catalog.priceType.getFields', 
    {}, 
    function(result)
    {
        if(result.error())
            console.error(result.error().ex);
        else
            console.log(result.data());
});

Returned fields

Field DescriptionTypeNote
base Base price type. Can be set as Y for a price type and this type will become basic.string
createdBy Created by.integerRead only.
dateCreate Date created.datetimeRead only.
id Identifier.integerRead only.
modifiedBy Modified by.integerRead only.
name Price type codestringRequired field.
sort Сортировка.integer
timestampX Date updated.datetimeRead only.
xmlId External code.string


© «Bitrix24», 2001-2024
Up