catalog.roundingRule.getFields
Scope: catalog Permissions to execute: for all
catalog.roundingRule.getFields()
The method returns fields of price rounding rules.
Parameters
No parameters.
Examples
BX24.callMethod( 'catalog.roundingRule.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields поля
Field | Description | Type | Note |
---|---|---|---|
catalogGroupId | Price type. | integer | Required field. |
createdBy | Created by. | integer | Read only. |
dateCreate | Date created. | datetime | Read only. |
dateModify | Date updated. | datetime | Read only. |
id | Price rounding rule ID. | integer | Read only. |
modifiedBy | Modified by. | integer | Read only. |
price | Minimal price. | double | Required field. |
roundPrecision | Rounding precision. | double | Required field. |
roundType | Rounding type. | integer | Required field. |
© «Bitrix24», 2001-2024