PHP Class Bitrix24\CRM\Quote

Inheritance: extends Bitrix24\Bitrix24Entity
Afficher le fichier Open project: mesilov/bitrix24-php-sdk

Méthodes publiques

Méthode 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 méthode

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

delete() public méthode

delete quote by id
public delete ( $quoteId ) : array
Résultat array

fields() public méthode

get list of quote fields with description
public fields ( ) : array
Résultat array

get() public méthode

get quote by id
public get ( $quoteId ) : array
Résultat array

getList() public méthode

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)
Résultat array

update() public méthode

update quote by id
public update ( $quoteId, $quoteFields ) : array
Résultat array