crm.address.add
crm.address.add(fields)
Creates new address for requisite.
Parameters
Parameter | Description |
---|---|
fields | Set of fields - is an array ("field"=>"value"[, ...]), containing address field values, where "field" can have values, returned by the crm.address.fields method.
Note: to find out the required field format, execute the method crm.address.fields to view the retrieved field format. |
Example
BX24.callMethod( "crm.address.add", { fields: { "TYPE_ID": 1, "ENTITY_TYPE_ID": 3, "ENTITY_ID": 1, "ADDRESS_1": "Harlow, st. 61", "CITY": "St. Louis" } }, function(result) { if(result.error()) console.error(result.error()); } );
© «Bitrix24», 2001-2024