Skip to main content
Server path: /centralstationcrm-companies | Type: Application | PCID required: Yes

Tools

ToolDescription
centralstationcrm_companies_delete_api_companies_by_company_id_addrs_by_idDestroy a addrs
centralstationcrm_companies_delete_api_companies_by_company_id_avatars_by_iddelete avatar
centralstationcrm_companies_delete_api_companies_by_company_id_contact_details_by_idDestroy a contact_detail
centralstationcrm_companies_delete_api_companies_by_idDestroy a company
centralstationcrm_companies_get_api_companiesRetrieves all companies
centralstationcrm_companies_get_api_companies_by_company_id_addrsRetrieves all addrs of the company
centralstationcrm_companies_get_api_companies_by_company_id_addrs_by_idRetrieves the addr
centralstationcrm_companies_get_api_companies_by_company_id_avatarsRetrieves all avatars
centralstationcrm_companies_get_api_companies_by_company_id_avatars_by_idretrieve avatar
centralstationcrm_companies_get_api_companies_by_company_id_contact_detailsRetrieves all contact_details of the company
centralstationcrm_companies_get_api_companies_by_company_id_contact_details_by_idRetrieves the tel
centralstationcrm_companies_get_api_companies_by_company_id_external_emailsRetrieves all external_emails
centralstationcrm_companies_get_api_companies_by_company_id_external_emails_countRetrieves total amount of external_emails
centralstationcrm_companies_get_api_companies_by_idRetrieves a company
centralstationcrm_companies_get_api_companies_countRetrieves total amount of companies
centralstationcrm_companies_get_api_companies_searchRetrieves companies matching the search
centralstationcrm_companies_get_api_companies_statsRetrieves key information of companies
centralstationcrm_companies_post_api_companiesCreates a basic company
centralstationcrm_companies_post_api_companies_by_company_id_addrsCreates a basic Addr
centralstationcrm_companies_post_api_companies_by_company_id_avatarscreate avatar
centralstationcrm_companies_post_api_companies_by_company_id_contact_detailsCreates a basic tel
centralstationcrm_companies_post_api_companies_by_id_mergemerge another company
centralstationcrm_companies_put_api_companies_by_company_id_addrs_by_idUpdate a addr
centralstationcrm_companies_put_api_companies_by_company_id_contact_details_by_idUpdate a contact_detail
centralstationcrm_companies_put_api_companies_by_idUpdate a company

centralstationcrm_companies_delete_api_companies_by_company_id_addrs_by_id

Destroy a addrs Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the addr belong to
idintegerYesID of the contact detail

centralstationcrm_companies_delete_api_companies_by_company_id_avatars_by_id

delete avatar Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesid
company_idstringYescompany_id

centralstationcrm_companies_delete_api_companies_by_company_id_contact_details_by_id

Destroy a contact_detail Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
idintegerYesID of the contact detail

centralstationcrm_companies_delete_api_companies_by_id

Destroy a company Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesid
no_logbooleanNoSet to true if you don’t want to generate a activity for the stream.

centralstationcrm_companies_get_api_companies

Retrieves all companies Parameters:
ParameterTypeRequiredDefaultDescription
perpageintegerNoElements per page, maximum of 250
pageintegerNoRetrieve records of the given page
orderstringNoOrdering of records using one of the following order options: abc-asc, abc-desc, new-asc, new-desc, update-asc, update-desc
includesstringNopossible 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.
methodsstringNoPossible methods are: responsible_user_natural_name, related_tasks, stream_updated_at, absolute_url separated by space. Receive all methods using the ‘all’ value.
tag_idintegerNoOptionally submit a tag ID in order to only see companies tagged with the submitted tag
tag_namestringNoOptionally submit a tag name in order to only see companies tagged with the submitted tag
stream_updated_at_beforestringNoOptionally 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_afterstringNoOptionally 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.
filterobjectNoOptionally 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:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
perpageintegerNoElements per page, maximum of 250
pageintegerNoRetrieve records of the given page
orderstringNoOrdering 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:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the addr belong to
idintegerYesID of the addr

centralstationcrm_companies_get_api_companies_by_company_id_avatars

Retrieves all avatars Parameters:
ParameterTypeRequiredDefaultDescription
perpageintegerNoElements per page, maximum of 250
pageintegerNoRetrieve records of the given page
company_idstringYescompany_id

centralstationcrm_companies_get_api_companies_by_company_id_avatars_by_id

retrieve avatar Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesid
company_idstringYescompany_id

centralstationcrm_companies_get_api_companies_by_company_id_contact_details

Retrieves all contact_details of the company Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
orderstringNoOrdering of records using one of the following order options: id-asc, id-desc
perpageintegerNoElements per page, maximum of 250
pageintegerNoRetrieve records of the given page

centralstationcrm_companies_get_api_companies_by_company_id_contact_details_by_id

Retrieves the tel Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
idintegerYesID of the contact detail

centralstationcrm_companies_get_api_companies_by_company_id_external_emails

Retrieves all external_emails Parameters:
ParameterTypeRequiredDefaultDescription
perpageintegerNoElements per page, maximum of 250
pageintegerNoRetrieve records of the given page
includesstringNopossible option: comments
company_idintegerYesID 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:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the external_emails of the desired company

centralstationcrm_companies_get_api_companies_by_id

Retrieves a company Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesid
includesstringNopossible 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.
methodsstringNoPossible 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:
ParameterTypeRequiredDefaultDescription
tag_idintegerNoOptionally submit a tag ID in order to only see companies tagged with the submitted tag
tag_namestringNoOptionally submit a tag name in order to only see companies tagged with the submitted tag
filterobjectNoOptionally 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' }).

Retrieves companies matching the search Parameters:
ParameterTypeRequiredDefaultDescription
perpageintegerNoElements per page, maximum of 250
pageintegerNoRetrieve records of the given page
namestringNoRetrieve companies by their name
includesstringNopossible 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.
methodsstringNoPossible 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:
ParameterTypeRequiredDefaultDescription
tag_idintegerNoOptionally submit a tag ID in order to only see companies tagged with the submitted tag
tag_namestringNoOptionally submit a tag name in order to only see companies tagged with the submitted tag
filterobjectNoOptionally 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:
ParameterTypeRequiredDefaultDescription
includesstringNopossible 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.
methodsstringNoPossible methods are: responsible_user_natural_name, related_tasks, stream_updated_at, absolute_url separated by space. Receive all methods using the ‘all’ value.
no_logbooleanNoSet to true if you don’t want to generate a activity for the stream.
companyobjectNocompany

centralstationcrm_companies_post_api_companies_by_company_id_addrs

Creates a basic Addr Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
addrobjectNoaddr

centralstationcrm_companies_post_api_companies_by_company_id_avatars

create avatar Parameters:
ParameterTypeRequiredDefaultDescription
company_idstringYescompany_id
avatarobjectNoavatar

centralstationcrm_companies_post_api_companies_by_company_id_contact_details

Creates a basic tel Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
telobjectNotel

centralstationcrm_companies_post_api_companies_by_id_merge

merge another company Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesid
no_logbooleanNoSet to true if you don’t want to generate a activity for the stream.
bodyobjectNoRequest body

centralstationcrm_companies_put_api_companies_by_company_id_addrs_by_id

Update a addr Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the addr belong to
idintegerYesID of the addr
addrobjectNoaddr

centralstationcrm_companies_put_api_companies_by_company_id_contact_details_by_id

Update a contact_detail Parameters:
ParameterTypeRequiredDefaultDescription
company_idintegerYesID of the company the contact details belong to
idintegerYesID of the contact detail
telobjectNotel

centralstationcrm_companies_put_api_companies_by_id

Update a company Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesid
no_logbooleanNoSet to true if you don’t want to generate a activity for the stream.
companyobjectNocompany