/centralstationcrm-companies | Type: Application | PCID required: Yes
Tools
centralstationcrm_companies_delete_api_companies_by_company_id_addrs_by_id
Destroy a addrs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the addr belong to |
id | integer | Yes | — | ID of the contact detail |
centralstationcrm_companies_delete_api_companies_by_company_id_avatars_by_id
delete avatar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | id |
company_id | string | Yes | — | company_id |
centralstationcrm_companies_delete_api_companies_by_company_id_contact_details_by_id
Destroy a contact_detail Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
id | integer | Yes | — | ID of the contact detail |
centralstationcrm_companies_delete_api_companies_by_id
Destroy a company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | id |
no_log | boolean | No | — | Set to true if you don’t want to generate a activity for the stream. |
centralstationcrm_companies_get_api_companies
Retrieves all companies Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
perpage | integer | No | — | Elements per page, maximum of 250 |
page | integer | No | — | Retrieve records of the given page |
order | string | No | — | Ordering of records using one of the following order options: abc-asc, abc-desc, new-asc, new-desc, update-asc, update-desc |
includes | string | No | — | possible includes are: positions, deals, projects, tags, tasks, pending_tasks, cal_events, upcoming_cal_events, tels, emails, ims, sms, homepages, addrs, connections, custom_fields separated by space. Receive all includes using the ‘all’ value. |
methods | string | No | — | Possible methods are: responsible_user_natural_name, related_tasks, stream_updated_at, absolute_url separated by space. Receive all methods using the ‘all’ value. |
tag_id | integer | No | — | Optionally submit a tag ID in order to only see companies tagged with the submitted tag |
tag_name | string | No | — | Optionally submit a tag name in order to only see companies tagged with the submitted tag |
stream_updated_at_before | string | No | — | Optionally submit a date or timestamp (ISO 8601) in order to only see companies with activities within the stream earlier than the submitted point in time. |
stream_updated_at_after | string | No | — | Optionally submit a date or timestamp (ISO 8601) in order to only see companies with activities within the stream later than the submitted point in time. |
filter | object | No | — | Optionally submit one of the companies attributes in order to filter by them (e.g. { ‘user_id’: { ‘equal’: ‘your-value’ } }). Allowed filter modifiers are smaller_than, larger_than, equal, between or in. Whereas smaller_than, larger_than and equal expect one value, between expects exactly two values comma separated (e.g. { 'between': '2023-01-01,2023-02-01' }) and in allows a list of comma separated options (e.g. { 'in': '23,42,99' }). |
centralstationcrm_companies_get_api_companies_by_company_id_addrs
Retrieves all addrs of the company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
perpage | integer | No | — | Elements per page, maximum of 250 |
page | integer | No | — | Retrieve records of the given page |
order | string | No | — | Ordering of records using one of the following order options: id-asc, id-desc |
centralstationcrm_companies_get_api_companies_by_company_id_addrs_by_id
Retrieves the addr Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the addr belong to |
id | integer | Yes | — | ID of the addr |
centralstationcrm_companies_get_api_companies_by_company_id_avatars
Retrieves all avatars Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
perpage | integer | No | — | Elements per page, maximum of 250 |
page | integer | No | — | Retrieve records of the given page |
company_id | string | Yes | — | company_id |
centralstationcrm_companies_get_api_companies_by_company_id_avatars_by_id
retrieve avatar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | id |
company_id | string | Yes | — | company_id |
centralstationcrm_companies_get_api_companies_by_company_id_contact_details
Retrieves all contact_details of the company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
order | string | No | — | Ordering of records using one of the following order options: id-asc, id-desc |
perpage | integer | No | — | Elements per page, maximum of 250 |
page | integer | No | — | Retrieve records of the given page |
centralstationcrm_companies_get_api_companies_by_company_id_contact_details_by_id
Retrieves the tel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
id | integer | Yes | — | ID of the contact detail |
centralstationcrm_companies_get_api_companies_by_company_id_external_emails
Retrieves all external_emails Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
perpage | integer | No | — | Elements per page, maximum of 250 |
page | integer | No | — | Retrieve records of the given page |
includes | string | No | — | possible option: comments |
company_id | integer | Yes | — | ID of the external_emails of the desired company |
centralstationcrm_companies_get_api_companies_by_company_id_external_emails_count
Retrieves total amount of external_emails Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the external_emails of the desired company |
centralstationcrm_companies_get_api_companies_by_id
Retrieves a company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | id |
includes | string | No | — | possible includes are: positions, deals, projects, tags, tasks, pending_tasks, cal_events, upcoming_cal_events, tels, emails, ims, sms, homepages, addrs, connections, custom_fields separated by space. Receive all includes using the ‘all’ value. |
methods | string | No | — | Possible methods are: responsible_user_natural_name, related_tasks, stream_updated_at, absolute_url separated by space. Receive all methods using the ‘all’ value. |
centralstationcrm_companies_get_api_companies_count
Retrieves total amount of companies Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
tag_id | integer | No | — | Optionally submit a tag ID in order to only see companies tagged with the submitted tag |
tag_name | string | No | — | Optionally submit a tag name in order to only see companies tagged with the submitted tag |
filter | object | No | — | Optionally submit one of the companies attributes in order to filter by them (e.g. { ‘user_id’: { ‘equal’: ‘your-value’ } }). Allowed filter modifiers are smaller_than, larger_than, equal, between or in. Whereas smaller_than, larger_than and equal expect one value, between expects exactly two values comma separated (e.g. { 'between': '2023-01-01,2023-02-01' }) and in allows a list of comma separated options (e.g. { 'in': '23,42,99' }). |
centralstationcrm_companies_get_api_companies_search
Retrieves companies matching the search Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
perpage | integer | No | — | Elements per page, maximum of 250 |
page | integer | No | — | Retrieve records of the given page |
name | string | No | — | Retrieve companies by their name |
includes | string | No | — | possible includes are: positions, deals, projects, tags, tasks, pending_tasks, cal_events, upcoming_cal_events, tels, emails, ims, sms, homepages, addrs, connections, custom_fields separated by space. Receive all includes using the ‘all’ value. |
methods | string | No | — | Possible methods are: responsible_user_natural_name, related_tasks, stream_updated_at, absolute_url separated by space. Receive all methods using the ‘all’ value. |
centralstationcrm_companies_get_api_companies_stats
Retrieves key information of companies Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
tag_id | integer | No | — | Optionally submit a tag ID in order to only see companies tagged with the submitted tag |
tag_name | string | No | — | Optionally submit a tag name in order to only see companies tagged with the submitted tag |
filter | object | No | — | Optionally submit one of the companies attributes in order to filter by them (e.g. { ‘user_id’: { ‘equal’: ‘your-value’ } }). Allowed filter modifiers are smaller_than, larger_than, equal, between or in. Whereas smaller_than, larger_than and equal expect one value, between expects exactly two values comma separated (e.g. { 'between': '2023-01-01,2023-02-01' }) and in allows a list of comma separated options (e.g. { 'in': '23,42,99' }). |
centralstationcrm_companies_post_api_companies
Creates a basic company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
includes | string | No | — | possible includes are: positions, deals, projects, tags, tasks, pending_tasks, cal_events, upcoming_cal_events, tels, emails, ims, sms, homepages, addrs, connections, custom_fields separated by space. Receive all includes using the ‘all’ value. |
methods | string | No | — | Possible methods are: responsible_user_natural_name, related_tasks, stream_updated_at, absolute_url separated by space. Receive all methods using the ‘all’ value. |
no_log | boolean | No | — | Set to true if you don’t want to generate a activity for the stream. |
company | object | No | — | company |
centralstationcrm_companies_post_api_companies_by_company_id_addrs
Creates a basic Addr Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
addr | object | No | — | addr |
centralstationcrm_companies_post_api_companies_by_company_id_avatars
create avatar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | string | Yes | — | company_id |
avatar | object | No | — | avatar |
centralstationcrm_companies_post_api_companies_by_company_id_contact_details
Creates a basic tel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
tel | object | No | — | tel |
centralstationcrm_companies_post_api_companies_by_id_merge
merge another company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | id |
no_log | boolean | No | — | Set to true if you don’t want to generate a activity for the stream. |
body | object | No | — | Request body |
centralstationcrm_companies_put_api_companies_by_company_id_addrs_by_id
Update a addr Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the addr belong to |
id | integer | Yes | — | ID of the addr |
addr | object | No | — | addr |
centralstationcrm_companies_put_api_companies_by_company_id_contact_details_by_id
Update a contact_detail Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | Yes | — | ID of the company the contact details belong to |
id | integer | Yes | — | ID of the contact detail |
tel | object | No | — | tel |
centralstationcrm_companies_put_api_companies_by_id
Update a company Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | id |
no_log | boolean | No | — | Set to true if you don’t want to generate a activity for the stream. |
company | object | No | — | company |

