sale.businessValuePersonDomain.list
Scope: catalog Permissions to execute: for all
sale.businessValuePersonDomain.list(select, filter, order, navigation)
The method gets list of items of legal and individual entities.
When successful, returns list of items in response body.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, corresponding to available list of fields. |
filter | object | Fields, corresponding to available list of fields. |
order | object | Fields, corresponding to available list of fields. |
navigation | string | number of display page. |
Examples
BX24.callMethod( 'sale.businessValuePersonDomain.list', { select:{ personTypeId, domain } , filter:{ domain: E }, order:{ personTypeId: desc }, navigation: 1 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024