PHP Class Bitrix24\CRM\Quote

Inheritance: extends Bitrix24\Bitrix24Entity
Mostra file Open project: mesilov/bitrix24-php-sdk

Public Methods

Method Description
add ( array $fields = [] ) : array Add a new quote to CRM
delete ( $quoteId ) : array delete quote by id
fields ( ) : array get list of quote fields with description
get ( $quoteId ) : array get quote by id
getList ( array $order = [], array $filter = [], array $select = [], integer $start ) : array Get list of quote items.
update ( $quoteId, $quoteFields ) : array update quote by id

Method Details

add() public method

Add a new quote to CRM
public add ( array $fields = [] ) : array
$fields array array of fields
return array

delete() public method

delete quote by id
public delete ( $quoteId ) : array
return array

fields() public method

get list of quote fields with description
public fields ( ) : array
return array

get() public method

get quote by id
public get ( $quoteId ) : array
return array

getList() public method

Get list of quote items.
public getList ( array $order = [], array $filter = [], array $select = [], integer $start ) : array
$order array - order of task items
$filter array - filter array
$select array - array of collumns to select
$start integer - entity number to start from (usually returned in 'next' field of previous 'crm.quote.list' API call)
return array

update() public method

update quote by id
public update ( $quoteId, $quoteFields ) : array
return array