sale.shipmentproperty.list
sale.shipmentproperty.list(select, filter, order, navigation)
Method for getting list of shipment properties.
Returns list of items in the response body on success.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields from corresponding available list of fields. |
filter | object | Fields from corresponding available list of fields. |
order | object | Fields from corresponding available list of fields. |
navigation | string | Displayed page number. |
Example
BX24.callMethod( 'sale.shipmentproperty.list', { select:{ id } , filter:{ code: 'test' }, order:{ id: ASC }, navigation: 1 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2023