Download the PHP package unetway/aircrm without Composer
On this page you can find all versions of the php package unetway/aircrm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aircrm
AirCRM
AirCRM - удобная и современная CRM для эффективного управления сделками и задачами малого и среднего бизнеса: статистика сделок, воронка продаж и база клиентов (лидов), конструктор форм для сбора лидов
Установка
`
Использование
`
Параметры:
- url - https://user4.aircrm.pro адрес вашей CRM
- token - токен
Сделки
Создание сделки
`
Параметры:
- name (REQUIRED, string) название сделки
- stage_id (REQUIRED, integer) стадия
- amount (OPTIONAL, number) цена
- user_id (OPTIONAL, integer) владелец сделки
- status (OPTIONAL, string) может быть: open, won, lost
Обновление сделки
`
Параметры:
- id (REQUIRED, integer)
- name (REQUIRED, string) название сделки
- stage_id (REQUIRED, integer) стадия
- amount (OPTIONAL, number) цена
- user_id (OPTIONAL, integer) владелец сделки
- status (OPTIONAL, string) может быть: open, won, lost
Воронки сделок
`
Стадии сделок
`
Поля сделок
`
Задачи
Создание задачи
` Параметры:
- title (REQUIRED, string) заголовок
- user_id (REQUIRED, integer) владелец/назначенный
- description (OPTIONAL, string) описание
- note (OPTIONAL, string) заметка
Обновление задачи
`
Параметры:
- id (REQUIRED, integer)
- title (REQUIRED, string) заголовок
- user_id (REQUIRED, integer) владелец/назначенный
- description (OPTIONAL, string) описание
- note (OPTIONAL, string) заметка
Типы задач
`
Поля задач
`
Компании
Создание компании
`
Параметры:
- name (REQUIRED, string) название компании
- email (OPTIONAL, string)
- domain (OPTIONAL, string)
- phones (OPTIONAL, array) `
- street (OPTIONAL, string)
- city (OPTIONAL, string)
- state (OPTIONAL, string)
- postal_code (OPTIONAL, string)
- iin (OPTIONAL, string)
- kpp (OPTIONAL, string)
- legal_address (OPTIONAL, string)
- actual_address (OPTIONAL, string)
- bank (OPTIONAL, string)
- account_number (OPTIONAL, string)
- bik (OPTIONAL, string)
- corr_check (OPTIONAL, string)
Обновление компании
`
Параметры:
- id (REQUIRED, integer)
- name (REQUIRED, string) название компании
- email (OPTIONAL, string)
- domain (OPTIONAL, string)
- phones (OPTIONAL, array) `
- street (OPTIONAL, string)
- city (OPTIONAL, string)
- state (OPTIONAL, string)
- postal_code (OPTIONAL, string)
- iin (OPTIONAL, string)
- kpp (OPTIONAL, string)
- legal_address (OPTIONAL, string)
- actual_address (OPTIONAL, string)
- bank (OPTIONAL, string)
- account_number (OPTIONAL, string)
- bik (OPTIONAL, string)
- corr_check (OPTIONAL, string)
Поля компаний
`
Контакты
Создание контакта
`
Параметры:
- first_name (REQUIRED, string)
- last_name (OPTIONAL, string)
- email (OPTIONAL, string)
- phones (OPTIONAL, array) `
- job_title (OPTIONAL, string)
- street (OPTIONAL, string)
- city (OPTIONAL, string)
- state (OPTIONAL, string)
- postal_code (OPTIONAL, string)
Обновление контакта
`
Параметры:
- id (REQUIRED, integer)
- first_name (REQUIRED, string)
- last_name (OPTIONAL, string)
- email (OPTIONAL, string)
- phones (OPTIONAL, array) `
- job_title (OPTIONAL, string)
- street (OPTIONAL, string)
- city (OPTIONAL, string)
- state (OPTIONAL, string)
- postal_code (OPTIONAL, string)
Поля контактов
`
Поиск контакта
`
All versions of aircrm with dependencies
PHP Build Version
Package Version
The package unetway/aircrm contains the following files
Loading the files please wait ....