void public static
\Bitrix\Crm\Binding\QuoteContactTable::bindContactIDs(
integer $quoteID,
array $contactIDs
);
Method binds Quote to Contacts with specified IDs. Static method.
Parameters
Parameter | Description | Version |
$quoteID | Quote ID. | |
$contactIDs | Array with Contact IDs. | |
Example