sale.businessValuePersonDomain.add
Scope: catalog Permissions to execute: for all
sale.businessValuePersonDomain.add(fields.businessvaluepersondomain)
The method adds item of legal and indicvidual entities.
When successful, returns legal and individual entities resource in response body.
Parameters
Parameter | Type | Description |
---|---|---|
fields.businessvaluepersondomain | object | Fields, corresponding to available list of fields. |
Examples
BX24.callMethod( 'sale.businessValuePersonDomain.add', { fields: { personTypeId: 17, domain: E } }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024