catalog.vat.list
Scope: catalog Permissions to execute: for all
catalog.vat.list(select, filter, order, start)
The method gets a VAT rate list by filter.
Returns list of VAT rates in the response body on success.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, corresponding to the available list of fields. |
filter | object | Fields, corresponding to the available list of fields. |
order | object | Fields, corresponding to the available list of fields. |
start | string | Retrieved page number. Works for https queries. |
Examples
For JS
BX24.callMethod( 'catalog.vat.list', { select:{ id }, filter:{ modifiedBy: 1 }, order:{ id: ASC }, }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); result.next(); } );
For HTTPS
https://your_account/rest/catalog.vat.list?auth=_auth_key_&start=50
© «Bitrix24», 2001-2024