-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
enhancement in SDKNew feature or request in SDKNew feature or request in SDK
Milestone
Description
Description
add crm.company.* methods
https://apidocs.bitrix24.com/api-reference/crm/companies/index.html
- crm.company.add Creates a new company
- crm.company.update Updates an existing company
- crm.company.get Returns a company by ID
- crm.company.list Returns a list of companies by filter
- crm.company.delete Deletes a company and all associated objects
- crm.company.fields Returns the description of company fields
Events
- onCrmCompanyAdd when a company is created
- onCrmCompanyUpdate when a company is updated
- onCrmCompanyDelete when a company is deleted
Userfields
- crm.company.userfield.add Creates a new custom field for companies
- crm.company.userfield.update Updates an existing custom field for companies
- crm.company.userfield.get Returns a custom field for companies by ID
- crm.company.userfield.list Returns a list of custom fields for companies by filter
- crm.company.userfield.delete Deletes a custom field for companies
Events
- onCrmCompanyUserFieldAdd when a custom field is added
- onCrmCompanyUserFieldUpdate when a custom field is modified
- onCrmCompanyUserFieldDelete when a custom field is deleted
- onCrmCompanyUserFieldSetEnumValues when the set of values for a list-type custom field is changed
Contacts
- crm.company.contact.add Adds a contact to the specified company
- crm.company.contact.items.get Returns a set of contacts associated with the specified company
- crm.company.contact.items.set Sets the set of contacts associated with the specified company
- crm.company.contact.delete Deletes a contact from the specified company
- crm.company.contact.items.delete Clears the set of contacts associated with the specified company
- crm.company.contact.fields Returns the description of fields for the company-contact connection
Managing Company Cards
- crm.company.details.configuration.get Retrieves the settings for company cards
- crm.company.details.configuration.reset Resets the settings for company cards
- crm.company.details.configuration.set Sets the settings for company cards
- crm.company.details.configuration.forceCommonScopeForAll Allows forcing a common company card for all users
Metadata
Metadata
Assignees
Labels
enhancement in SDKNew feature or request in SDKNew feature or request in SDK