catalog.priceTypeLang.delete
catalog.priceTypeLang.delete(id)
Метод удаляет перевод названия типа цены.
Returns true
in response on success.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | Translation ID for price type name. |
Examples
BX24.callMethod( 'catalog.priceTypeLang.delete', { id: 346 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2023