- Created by Former user, last modified by p_demou (Deactivated) on Jul 07, 2017
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
This method returns information related with leads. Multiple leads are returned by each call
Available from CRM.COM R5.0.0
Resource URL
Parameters
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
token | String | The token retrieved from the login method | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
contact_information_identifier (semi-optional) | Contact information identifier | The identifier of the contact information related with the lead that will be returned as results. The allowed contact information identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
accounts_receivable_identifier (optional) | Accounts receivable identifier | The identifier of the account related with the lead that should be returned as a result. The allowed account identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type_identifier | Lead type identifier | The identifier of the lead type related with the leads that should be returned as a result. The allowed lead type identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category_identifier (semi-optional) | Lead Category Identifier | The identifier of the category related with the leads that should be returned as a result. The allowed lead category identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source_identifier (semi-optional) | Lead Source Identifier | The identifier of the source lead. The allowed lead source identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
importance (semi-optional) | String | The importance related with the leads that should be returned as a result. The allowed lead importance fields are the following: IMPORTANCE1, IMPORTANCE2, IMPORTANCE3, IMPORTANCE4, IMPORTANCE5, CUSTOM1, CUSTOM2, CUSTOM3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
priority (semi-optional) | String | The priority related with the leads that should be returned as a result. The allowed lead priority fields are the following: 1, 2, 3, 4, 5, 6 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
number_of_results (optional) | Number | The number of results that can be retrieved through each call Available from CRM.COM R13.0.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
offset (optional) | Number | Defines the number of entities that should be skipped from the results. If it is set to 0 then none results should be skipped, otherwise the results will begin from the provided offset number Available from CRM.COM R13.0.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead |
number | String | The number of the retrieved lead |
contact_email | String | The email address of the contact as specified on the retrieved lead |
contact_phone | String | The phone of the contact as specified on the retrieved lead Available from CRM.COM R11.1.0 |
description | String | The description of the retrieved lead |
life_cycle_state | String | The life cycle state of the retrieved lead which can be PENDING, IN_PROGRESS, LOST, WON, CANCELLED CANCELLED life cycle state available from CRM.COM R11.1.0 |
probability_to_win | Number | The probability to win the retrieved lead which can vary from 0 to 100 |
importance | String | The importance of the retrieved lead, which can be one of the following: IMPORTANCE1, IMPORTANCE2, IMPORTANCE3, IMPORTANCE4, IMPORTANCE5, CUSTOM1, CUSTOM2 , CUSTOM3 |
priority | String | The priority level of the retrieved lead, which can be one of the following: 1, 2, 3, 4, 5, 6 |
target_amount | Number | The amount that is predicted to be gained when winning the retrieved lead |
start_date | Date | The date that the lead is created |
expected_completion_date | Date | The date that the lead is expected to be completed |
actual_completion_date | Date | The date that the lead is actually completed |
udf_string_1 | String | User Defined Field of type String |
udf_string_2 | String | User Defined Field of type String |
udf_string_3 | String | User Defined Field of type String |
udf_string_4 | String | User Defined Field of type String |
udf_string_5 | String | User Defined Field of type String |
udf_string_6 | String | User Defined Field of type String |
udf_string_7 | String | User Defined Field of type String |
udf_string_8 | String | User Defined Field of type String |
udf_float_1 | Float | User Defined Field of type Float |
udf_float_2 | Float | User Defined Field of type Float |
udf_float_3 | Float | User Defined Field of type Float |
udf_float_4 | Float | User Defined Field of type Float |
udf_date_1 | Date | User Defined Field of type Date |
udf_date_2 | Date | User Defined Field of type Date |
udf_date_3 | Date | User Defined Field of type Date |
udf_date_4 | Date | User Defined Field of type Date |
lead_source | Lead Source Object | The source related with the specified lead and lead source type |
Accounts Receivable object | The accounts receivable related with the specified lead | |
contact_information | Contact Information object | The contact information related with the specified lead |
lead_owner | User object | The user who owns the specified lead Available from CRM.COM R15.0.0 |
assigned_to | Assign Object | The assignment information of the retrieved lead |
type | Lead type object | The type information of the retrieved lead |
status | Lead Status object | The status information of the retrieved lead |
lost_reason | Lead Lost Reason Object | The reason that the Lead was lost. |
category | Lead Category object | The category of the retrieved lead |
estimated_completion_time | Time Period Object | The time that is estimated to complete the lead, measured in minutes, hours, days, weeks, years |
time_to_completion | Time Period Object | The time that is left up to the expected completion date |
time_overdue | Time Period Object | The time past the expected completion date |
owned_by_group | Group object | The group that is owning the lead Deprecated from CRM.COM R18.0.0 (replaced with owned_by_business_unit) |
owned_by_business_unit | Business Unit Object | The business unit that is owning the lead Available from CRM.COM R18.0.0 |
privacy_level | Privacy level object | The privacy level of the lead Deprecated from CRM.COM R18.0.0 |
Log Information Object | The log information related with the retrieved lead | |
competitors_set | Set of Lead Competitor Objects | A lists of all possible competitors that can reach the same Lead for the same product/goal. From CRM.COM R18.0.0, competitors are referring to company contact information |
users_set | Set of Lead Users | A list of Users that are set as the team involved with the lead |
products_set | Set of Lead Products Objects | A list of products for which the lead was taken for Available from CRM.COM R14 Up to CRM.COM R17.0.0, products refer only to physical goods and services |
Subscription Package Object | The subscription packages for which the retrieved lead was taken for Available from CRM.COM R14 Deprecated from CRM.COM R18.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead source type |
type | String | The source type of the retrieved lead, which can be: ADVERTISEMENT, NOTIFICATIONS, COMMUNICATIONS, RECOMMENDED_BY_CONTACT, RECOMMENDED_BY_EMPLOYEE, RECOMMENDED_BY_PARTNER, WEBSITE, OTHER, CUSTOM1, CUSTOM2, CUSTOM3 |
name
| String | The lead source name related with the leads that should be returned as a result if the lead source is of one of the following types: ADVERTISEMENT, WEBSITE, OTHER, CUSTOM1, CUSTOM2, CUSTOM3 |
| Notifications Object | The notification information related with the leads of source type NOTIFICATIONS |
Communication Object | The communication information related with the leads of source type COMMUNICATIONS | |
Contact information object | The contact information related with the leads of source type RECOMMENDED_BY_CONTACT | |
User Object | The user information related with the leads of source type RECOMMENDED_BY_EMPLOYEE | |
Contact information object | The contact information related with the leads of source type RECOMMENDED_BY_PARTNER (for now they are the same with the contact, until partner functionality is implemented) |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved notification |
number | String | The number of the retrieved notification |
life_cycle_state | String | The life cycle state of the retrieved notification which can be PENDING, REJECTED or COMPLETED and is calculated dynamically based on the related communication queue entry life cycle state |
contact_information | Contact Information object | The contact information related with the specific notification |
account receivable | Account Receivable object | The account receivable related with the specific notification |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved accounts receivable |
number | String | The number of the retrieved accounts receivable |
name | String | The name of the retrieved accounts receivable |
life_cycle_state | String | The life cycle state of the accounts receivable. One of the following values is returned: ACTIVE, SUSPENDED, TERMINATED |
account_owner | Contact information object | The contact information owning the accounts receivable |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
Id | String | The ID of the communication |
number | String | The code of communication |
life_cycle_state | String | The lifecycle state of the retrieved communication which can be DRAFT or COMPLETE |
subject | String | The subject of the retrieved communication |
viewed | Boolean | Defines whether the communication was viewed, or not Available from CRM.COM R12.2.0 |
viewed_on | Date | The date that the communication was viewed Available from CRM.COM R12.2.0 |
contact_information | Contact Information object | The contact information related with the specified communication |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved accounts receivable |
number | String | The number of the retrieved accounts receivable |
name | String | The name of the retrieved accounts receivable |
life_cycle_state | String | The life cycle state of the accounts receivable. One of the following values is returned: ACTIVE, SUSPENDED, TERMINATED |
account_owner | Contact information object | The contact information owning the accounts receivable |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
---|---|---|
user | User object | The user which is assigned with the retrieved activity |
business_unit | Business Unit object | The business unit which is assigned with the retrieved activity Available from CRM.COM R18.0.0 |
unit | Unit object | The unit which is assigned with the retrieved activity Deprecated from CRM.COM R18.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved business unit |
name | String | The name of the retrieved business unit |
code | String | The code of the retrieved business unit |
unified_code | String | The unified code of the retrieved business unit |
description | String | The description of the retrieved business unit |
parent_business_unit_name | String | The name of the parent business unit that the retrieved business unit belongs to |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved unit |
name | String | The name of the retrieved unit |
group_name | String | The name of the group that the retrieved unit belongs to |
community_name | String | The name of the community that the retrieved unit belongs to |
alternative_code | String | The alternative code of the retrieved unit |
description | String | The description of the retrieved unit |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved lead type |
name | String | The Name of the retrieved lead type |
alternative_code | String | The Alternative Code of the retrieved lead type |
description | String | The Description of the retrieved lead type |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead status |
name | String | The name of the retrieved lead status |
alternative_code | String | The alternative code of the retrieved lead status |
description | String | A description of the retrieved lead status |
life_cycle_state | String | The life cycle state related with the retrieved lead status. The supported life cycle states are the following: PENDING, IN_PROGRESS, LOST, WON, CANCELLED CANCELLED life cycle state available from CRM.COM R11.1.0 |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead lost reason |
name | String | The name of the retrieved lead lost reason |
alternative_code | String | The alternative code of the retrieved lost reason |
description | String | A description of the retrieved lead lost reason |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead category |
name | String | The Name of the retrieved lead category |
code | String | The Code of the retrieved lead category |
description | String | The Description of the retrieved lead category |
parent_id | String | The id of the retrieved category's parent category |
Name | Type | Description |
---|---|---|
time_period_value | Number | The time period value |
time_period_uot | String | The time period unit of time. The supported values are the following: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved group |
name | String | The name of the retrieved group |
community_name | String | The name of the community that the retrieved group belongs to |
alternative_code | String | The alternative code of the retrieved group |
unified_code | String | The unified code of the retrieved group Available from CRM.COM R16.2.2 |
description | String | The description of the retrieved group |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved privacy level |
number | String | The number of the retrieved privacy level |
name | String | The name of the retrieved privacy level |
hierarchy_level | String | The hierarchy level of the retrieved privacy level |
Name | Type | Description |
created_date | Date | The date that the retrieved record was created |
updated_date | Date | The last date that the retrieved record was updated |
Unit Object | The unit that created the retrieved record From CRM.COM R14.1.0 and onward, group_name and community_name attributes will be returned as empty, if the related legacy compatibility setting is disabled Deprecated from CRM.COM R18.0.0 | |
Unit Object | The unit that created the retrieved record From CRM.COM R14.1.0 and onward, group_name and community_name attributes will be returned as empty, if the related legacy compatibility setting is disabled Available from CRM.COM R18.0.0 | |
User Object | The user that created the retrieved record From CRM.COM R14.1.0 and onward, person_name and email attributes will be returned as empty, if the related legacy compatibility setting is disabled | |
Unit Object | The last unit that updated the retrieved record From CRM.COM R14.1.0 and onward, group_name and community_name attributes will be returned as empty, if the related legacy compatibility setting is disabled Deprecated from CRM.COM R18.0.0 | |
Unit Object | The last unit that updated the retrieved record Available from CRM.COM R18.0.0 | |
User Object | The last user that updated the retrieved record From CRM.COM R14.1.0 and onward, person_name and email attributes will be returned as empty, if the related legacy compatibility setting is disabled |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved unit |
name | String | The name of the retrieved unit |
group_name | String | The name of the group that the retrieved unit belongs to |
community_name | String | The name of the community that the retrieved unit belongs to |
alternative_code | String | The alternative code of the retrieved unit |
description | String | The description of the retrieved unit |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved business unit |
name | String | The name of the retrieved business unit |
code | String | The code of the retrieved business unit |
unified_code | String | The unified code of the retrieved business unit |
description | String | The description of the retrieved business unit |
parent_business_unit_name | String | The name of the parent business unit that the retrieved business unit belongs to |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead user |
user | User object | The user which is related with the retrieved lead user |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead competitor Deprecated from CRM.COM R18.0.0 |
company_competitor | Contact Information Object | The company contact information related to the lead competitor Available from CRM.COM R18.0.0 |
competitor | Competitor object | The competitor which is related with the retrieved lead competitor Deprecated from CRM.COM R18.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead competitor |
name | String | The name of the retrieved lead competitor |
description | String | A description of the retrieved lead competitor |
website | String | The website of the retrieved lead competitor |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead service |
product | Product object | The product classified as service which is related with the retrieved lead service |
product_type | Product type object | The product type classified as service which is related with the retrieved lead service |
product_family | Product family object | The product family classified as service which is related with the retrieved lead service |
product_brand | Product brand object | The product brand classified as service which is related with the retrieved lead service |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the product |
code | String | The code of product |
alternative_code | String | The alternative code of product |
description | String | The description of product |
priority_level | Integer | The priority level of the product Available from CRM.COM R12.3.0 |
global_rate | Global Rate Object | The global rate of the retrieved product Available from CRM.COM R15.0.0 |
product_type | Product type object | The type of the product |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved product type |
name | String | The Name of the retrieved product type |
alternative_code | String | The Alternative Code of the retrieved product type |
description | String | The Description of the retrieved product type |
classification | String | The Classification of the retrieved product type which can be SERVICES or PHYSICALGOODS |
service_type | String | The Service Type of the retrieved product type which can be TERMED, USAGE, ONETIME or EXPENSE |
physical_good_type | String | The physical Good Type of the retrieved product type which can be TRACEABLE or NONTRACEABLE |
composition_method | String | The Composition Method of the retrieved product type which can be FLAT, FLEXIBLEBUNDLE or FIXEDBUNDLE |
used_for_provisioning | Boolean | The flag shows if the retrieved product type is used for provisioning |
udr_type | Usage Detail Record Type | The UDR type related with the product type. This is applicable only if the product type is classified as SERVICES and the service type is set to USAGE |
meter_reading_type | Meter Reading Type | The Meter Reading type related with the product type. This is applicable only for traceable physical goods Available from CRM.COM R14.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved usage detail record type |
name | String | The Name of the retrieved usage detail record type |
alternative_code | String | The Alternative Code of the retrieved usage detail record type |
description | String | The Description of the retrieved usage detail record type |
unit_of_measurement | String | The Unit of measurement of the retrieved usage detail record type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved meter reading type |
name | String | The Name of the retrieved meter reading type |
alternative_code | String | The Alternative Code of the retrieved meter reading type |
classification | String | The Classification of the retrieved meter reading type |
description | String | The Description of the retrieved meter reading type |
unit_of_measurement | String | The Unit of measurement of the retrieved meter reading type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved rate |
rate_model | String | The price plan rate model which can be one of the following:
From CRM.COM R17.0.0, QUANTITYANDMATURITYBASED is renamed to QUANTITYANDPERIODBASED |
global_base_amount | Number | The base price of the product in the Global Price Plan |
base_rate_applied_per | String | The value for 'Base Rate Applied per' Available when the rate model is 'Quantity & Quantity Based' and it is a selection between
|
uot | String | The 'UOT' applicable for the rate
Available for one-time services |
time_period | Time Period Object | The period and unit of time for which the base amount is applicable for. This is available only on termed services rates. |
uom | String | The 'UOM' applicable for the rate Available when the product type is of Usage Service Classification |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
time_period_value | Number | The time period value |
time_period_uot | String | The time period unit of time. The supported values are the following: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved product type |
name | String | The Name of the retrieved product type |
alternative_code | String | The Alternative Code of the retrieved product type |
description | String | The Description of the retrieved product type |
classification | String | The Classification of the retrieved product type which can be SERVICES or PHYSICALGOODS |
service_type | String | The Service Type of the retrieved product type which can be TERMED, USAGE, ONETIME or EXPENSE |
physical_good_type | String | The physical Good Type of the retrieved product type which can be TRACEABLE or NONTRACEABLE |
composition_method | String | The Composition Method of the retrieved product type which can be FLAT, FLEXIBLEBUNDLE or FIXEDBUNDLE |
used_for_provisioning | Boolean | The flag shows if the retrieved product type is used for provisioning |
udr_type | Usage Detail Record Type | The UDR type related with the product type. This is applicable only if the product type is classified as SERVICES and the service type is set to USAGE |
meter_reading_type | Meter Reading Type | The Meter Reading type related with the product type. This is applicable only for traceable physical goods Available from CRM.COM R14.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved usage detail record type |
name | String | The Name of the retrieved usage detail record type |
alternative_code | String | The Alternative Code of the retrieved usage detail record type |
description | String | The Description of the retrieved usage detail record type |
unit_of_measurement | String | The Unit of measurement of the retrieved usage detail record type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved meter reading type |
name | String | The Name of the retrieved meter reading type |
alternative_code | String | The Alternative Code of the retrieved meter reading type |
classification | String | The Classification of the retrieved meter reading type |
description | String | The Description of the retrieved meter reading type |
unit_of_measurement | String | The Unit of measurement of the retrieved meter reading type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved product family |
name | String | The Name of the retrieved product family |
code | String | The code of the retrieved product family |
description | String | The Description of the retrieved product family |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved product brand |
name | String | The Name of the retrieved product brand |
alternative_code | String | The Alternative Code of the retrieved product brand |
description | String | The Description of the retrieved product brand |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead physical good |
product | Products Object | The product related with the retrieved lead physical good |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the product |
code | String | The code of product |
alternative_code | String | The alternative code of product |
description | String | The description of product |
priority_level | Integer | The priority level of the product Available from CRM.COM R12.3.0 |
global_rate | Global Rate Object | The global rate of the retrieved product Available from CRM.COM R15.0.0 |
product_type | Product type object | The type of the product |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved product type |
name | String | The Name of the retrieved product type |
alternative_code | String | The Alternative Code of the retrieved product type |
description | String | The Description of the retrieved product type |
classification | String | The Classification of the retrieved product type which can be SERVICES or PHYSICALGOODS |
service_type | String | The Service Type of the retrieved product type which can be TERMED, USAGE, ONETIME or EXPENSE |
physical_good_type | String | The physical Good Type of the retrieved product type which can be TRACEABLE or NONTRACEABLE |
composition_method | String | The Composition Method of the retrieved product type which can be FLAT, FLEXIBLEBUNDLE or FIXEDBUNDLE |
used_for_provisioning | Boolean | The flag shows if the retrieved product type is used for provisioning |
udr_type | Usage Detail Record Type | The UDR type related with the product type. This is applicable only if the product type is classified as SERVICES and the service type is set to USAGE |
meter_reading_type | Meter Reading Type | The Meter Reading type related with the product type. This is applicable only for traceable physical goods Available from CRM.COM R14.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved usage detail record type |
name | String | The Name of the retrieved usage detail record type |
alternative_code | String | The Alternative Code of the retrieved usage detail record type |
description | String | The Description of the retrieved usage detail record type |
unit_of_measurement | String | The Unit of measurement of the retrieved usage detail record type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved meter reading type |
name | String | The Name of the retrieved meter reading type |
alternative_code | String | The Alternative Code of the retrieved meter reading type |
classification | String | The Classification of the retrieved meter reading type |
description | String | The Description of the retrieved meter reading type |
unit_of_measurement | String | The Unit of measurement of the retrieved meter reading type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved rate |
rate_model | String | The price plan rate model which can be one of the following:
From CRM.COM R17.0.0, QUANTITYANDMATURITYBASED is renamed to QUANTITYANDPERIODBASED |
global_base_amount | Number | The base price of the product in the Global Price Plan |
base_rate_applied_per | String | The value for 'Base Rate Applied per' Available when the rate model is 'Quantity & Quantity Based' and it is a selection between
|
uot | String | The 'UOT' applicable for the rate
Available for one-time services |
time_period | Time Period Object | The period and unit of time for which the base amount is applicable for. This is available only on termed services rates. |
uom | String | The 'UOM' applicable for the rate Available when the product type is of Usage Service Classification |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
time_period_value | Number | The time period value |
time_period_uot | String | The time period unit of time. The supported values are the following: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead subscription package |
subscription_package | Subscription Package Object | The subscription package related with the retrieved lead subscription package |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved subscription type |
name | String | The name of the retrieved subscription type |
alternative_code | String | The alternative code of the retrieved subscription type |
description | String | A description of the retrieved subscription type |
classification | String | The classification of the retrieved subscription type, Flexible or Package Available from CRM.COM R14.0.0 Deprecated from CRM.COM R17.0.0 |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved business unit |
name | String | The name of the retrieved business unit |
code | String | The code of the retrieved business unit |
unified_code | String | The unified code of the retrieved business unit |
description | String | The description of the retrieved business unit |
parent_business_unit_name | String | The name of the parent business unit that the retrieved business unit belongs to |
Examples
HTTP Method: GET
Response:
{ "status": { "message": null, "description": null, "code": "OK" }, "data": [ { "actual_completion_date": "2015-02-17T12:26:35", "services_set": [ ], "target_amount": 130000, "udf_float_1": null, "udf_float_2": null, "udf_float_3": null, "number": "45", "udf_float_4": null, "competitors_set": [ ], "udf_string_1": null, "udf_string_2": null, "assigned_to": { "unit": null, "user": { "person_name": "security1", "username": "security1", "id": "C38C4EFC9DF12B6DDBF266E29FAEEFCE", "email": null } }, "estimated_completion_time": { "time_period_value": 3, "time_period_uot": "MONTHS" }, "udf_string_3": null, "contact_information": { "last_name": "Papadopoulou", "life_cycle_state": "FINANCIAL", "middle_name": "A", "company_profile": null, "title": "Miss", "type": "PERSON", "first_name": "Fiona", "name": null, "id": "F9D79DAD41EB6DC2E7E184170F0AA4DC", "company_name": null, "demographics": { "gender": null, "passport_issued_by_country": null, "passport_number": null, "social_security_number": null, "industry_sector": null, "date_of_birth": { "month": 2, "day": 2, "year": 1978 }, "name_day": { "month": 11, "day": 3 }, "id_number": null, "id_issued_by_country": null, "industry": null } }, "privacy_level": null, "udf_string_4": null, "udf_string_5": null, "udf_string_6": null, "physical_goods_set": [ ], "udf_string_7": null, "udf_string_8": null, "accounts_receivable": null, "id": "F2D480CF016DBCBAF2E1982B30EEF03E", "lead_source": { "type": "NOTIFICATIONS", "notification": { "accounts_receivable": { "account_owner": { "last_name": "Litt", "life_cycle_state": "FINANCIAL", "middle_name": null, "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Mathew", "name": null, "id": "921C66776CBFEC5D839CA0DBFA1A1B76", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "111", "social_security_number": "111", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "111", "id_issued_by_country": null, "industry": null } }, "life_cycle_state": "ACTIVE", "number": "165", "name": "Mathew Litt", "id": "63755A788E078C16D506AD5CD1AB3E03" }, "life_cycle_state": null, "number": "52", "id": "1918416EB3B3E94B8B451E3A008103B7", "contact_information": { "last_name": "Litt", "life_cycle_state": "FINANCIAL", "middle_name": null, "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Mathew", "name": null, "id": "921C66776CBFEC5D839CA0DBFA1A1B76", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "111", "social_security_number": "111", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "111", "id_issued_by_country": null, "industry": null } } } }, "probability_to_win": 25, "priority": 2, "udf_date_1": null, "udf_date_2": null, "udf_date_3": null, "expected_completion_date": "2015-05-17T12:21:18", "udf_date_4": null, "start_date": "2015-02-17T12:21:18", "users_set": [ { "id": "9B19252B3DE5BCE1BF5A9AC201780795", "user": { "person_name": "v_kleanthous", "username": "v_kleanthous", "id": "FF7F0B0AED065136B0A7B0A883BF48E3", "email": "v_kleanthous@crm.com" } }, { "id": "716309D86FEC0F3CEED6692D496A0B39", "user": { "person_name": "hannibal", "username": "hannibal", "id": "2C008EB82E0DBC7722E93F207E2091CE", "email": "hannibal@crm.com" } } ], "time_overdue": { "time_period_value": null, "time_period_uot": null }, "time_to_completion": { "time_period_value": null, "time_period_uot": null }, "owned_by_group": { "name": "Installation Group", "id": "E2B8F8760CEDED45A64EF3CFCA3D1447", "description": null, "alternative_code": "IG" }, "log_information": { "updated_date": "2015-02-17T12:26:38", "created_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_date": "2015-02-17T12:21:18", "updated_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" }, "updated_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" } }, "status": { "name": "Won", "id": "CE3D8565F49E82F5B7F3BB62C43A1B06", "description": null, "alternative_code": "WON" }, "importance": "IMPORTANCE1", "life_cycle_state": "WON", "type": { "name": "Software Purchase", "id": "F60FFE7AAD3F5B9B6E66A42266FA37C4", "description": null, "alternative_code": "SP" }, "description": null, "contact_email": "athina_mouxouri@crm.com", "category": { "name": "Software Purchase", "id": "C60F332D0B4CB8DD22A0159413951434", "description": null, "code": "SP" }, "lost_reason": null }, { "actual_completion_date": "2015-02-17T16:53:07", "services_set": [ ], "target_amount": 22, "udf_float_1": null, "udf_float_2": null, "udf_float_3": null, "number": "56", "udf_float_4": null, "competitors_set": [ ], "udf_string_1": null, "udf_string_2": null, "assigned_to": { "unit": null, "user": { "person_name": "csmanager", "username": "csmanager", "id": "344BFEB717808669B0BF955212FEB28C", "email": null } }, "estimated_completion_time": { "time_period_value": 3, "time_period_uot": "MONTHS" }, "udf_string_3": null, "contact_information": { "last_name": "Charls", "life_cycle_state": "MARKETING", "middle_name": null, "company_profile": null, "title": null, "type": "PERSON", "first_name": "Fiona", "name": null, "id": "17A4A95031577305E0C7961979AE4765", "company_name": null, "demographics": { "gender": null, "passport_issued_by_country": null, "passport_number": null, "social_security_number": null, "country_of_residence": null, "industry_sector": null, "date_of_birth": { "month": 0, "day": 0, "year": 0 }, "name_day": { "month": null, "day": null }, "id_number": null, "id_issued_by_country": null, "industry": null } }, "privacy_level": null, "udf_string_4": null, "udf_string_5": null, "udf_string_6": null, "physical_goods_set": [ ], "udf_string_7": null, "udf_string_8": null, "accounts_receivable": null, "id": "D99D83524F9B1E3AA354E56511CB7654", "lead_source": { "type": "NOTIFICATIONS", "notification": { "accounts_receivable": { "account_owner": { "last_name": "Ioannou17", "life_cycle_state": "FINANCIAL", "middle_name": "P", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Marios", "name": null, "id": "D73AA349B9319CEF0C25351DF4C7DFF6", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "8788989", "social_security_number": "8788980", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "8788988", "id_issued_by_country": null, "industry": null } }, "life_cycle_state": "ACTIVE", "number": "95", "name": "mar17", "id": "F5235112A7A9FFFBF8C9AE7DA20CD7C4" }, "life_cycle_state": null, "number": "49", "id": "6D9A7F80464B91DD5837AD3CE095ACC3", "contact_information": { "last_name": "Ioannou17", "life_cycle_state": "FINANCIAL", "middle_name": "P", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Marios", "name": null, "id": "D73AA349B9319CEF0C25351DF4C7DFF6", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "8788989", "social_security_number": "8788980", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "8788988", "id_issued_by_country": null, "industry": null } } } }, "probability_to_win": 12, "priority": 2, "udf_date_1": null, "udf_date_2": null, "udf_date_3": null, "expected_completion_date": "2015-05-17T16:52:50", "udf_date_4": null, "start_date": "2015-02-17T16:52:50", "users_set": [ ], "time_overdue": { "time_period_value": null, "time_period_uot": null }, "time_to_completion": { "time_period_value": null, "time_period_uot": null }, "owned_by_group": { "name": "GR0001", "id": "492ACAF1A5B8F2F30AD80B517408720B", "description": null, "alternative_code": "GR0001" }, "log_information": { "updated_date": "2015-02-17T16:53:40", "created_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_date": "2015-02-17T16:52:50", "updated_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" }, "updated_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" } }, "status": { "name": "Won", "id": "CE3D8565F49E82F5B7F3BB62C43A1B06", "description": null, "alternative_code": "WON" }, "importance": "IMPORTANCE1", "life_cycle_state": "WON", "type": { "name": "Software Purchase", "id": "F60FFE7AAD3F5B9B6E66A42266FA37C4", "description": null, "alternative_code": "SP" }, "description": null, "contact_email": "fiona@test.com", "category": { "name": "Software Purchase", "id": "C60F332D0B4CB8DD22A0159413951434", "description": null, "code": "SP" }, "lost_reason": null }, { "actual_completion_date": null, "services_set": [ ], "target_amount": 1000, "udf_float_1": null, "udf_float_2": null, "udf_float_3": null, "number": "58", "udf_float_4": null, "competitors_set": [ ], "udf_string_1": null, "udf_string_2": null, "assigned_to": { "unit": null, "user": { "person_name": "Smanager", "username": "Smanager", "id": "DCA93D75753E5CC5AD1E69556368E616", "email": null } }, "estimated_completion_time": { "time_period_value": 3, "time_period_uot": "MONTHS" }, "udf_string_3": null, "contact_information": { "last_name": "Stevens", "life_cycle_state": "FINANCIAL", "middle_name": null, "company_profile": null, "title": null, "type": "PERSON", "first_name": "Bebe", "name": null, "id": "813376B56DE985F0E53A3B73166B6E77", "company_name": null, "demographics": { "gender": null, "passport_issued_by_country": null, "passport_number": "50", "social_security_number": "67", "country_of_residence": null, "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "454545", "id_issued_by_country": null, "industry": null } }, "privacy_level": null, "udf_string_4": null, "udf_string_5": null, "udf_string_6": null, "physical_goods_set": [ ], "udf_string_7": null, "udf_string_8": null, "accounts_receivable": { "account_owner": { "last_name": "Stevens", "life_cycle_state": "FINANCIAL", "middle_name": null, "company_profile": null, "title": null, "type": "PERSON", "first_name": "Bebe", "name": null, "id": "813376B56DE985F0E53A3B73166B6E77", "company_name": null, "demographics": { "gender": null, "passport_issued_by_country": null, "passport_number": "50", "social_security_number": "67", "country_of_residence": null, "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "454545", "id_issued_by_country": null, "industry": null } }, "life_cycle_state": "ACTIVE", "number": "536", "name": "Bebe Stevens", "id": "C1C8DE4718938D8495601D11E4412F73" }, "id": "ED937A220239117FC4277B57B839530F", "lead_source": { "type": "NOTIFICATIONS", "notification": { "accounts_receivable": { "account_owner": { "last_name": "Ioannou17", "life_cycle_state": "FINANCIAL", "middle_name": "P", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Marios", "name": null, "id": "D73AA349B9319CEF0C25351DF4C7DFF6", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "8788989", "social_security_number": "8788980", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "8788988", "id_issued_by_country": null, "industry": null } }, "life_cycle_state": "ACTIVE", "number": "95", "name": "mar17", "id": "F5235112A7A9FFFBF8C9AE7DA20CD7C4" }, "life_cycle_state": null, "number": "49", "id": "6D9A7F80464B91DD5837AD3CE095ACC3", "contact_information": { "last_name": "Ioannou17", "life_cycle_state": "FINANCIAL", "middle_name": "P", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Marios", "name": null, "id": "D73AA349B9319CEF0C25351DF4C7DFF6", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "8788989", "social_security_number": "8788980", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "8788988", "id_issued_by_country": null, "industry": null } } } }, "probability_to_win": 54, "priority": 2, "udf_date_1": null, "udf_date_2": null, "udf_date_3": null, "expected_completion_date": "2015-05-17T17:00:08", "udf_date_4": null, "start_date": "2015-02-17T17:00:08", "users_set": [ ], "time_overdue": { "time_period_value": null, "time_period_uot": null }, "time_to_completion": { "time_period_value": null, "time_period_uot": null }, "owned_by_group": { "name": "Main Group", "id": "84F33366CB592BAAE7E2044D93611C6A", "description": "Main Group", "alternative_code": "das" }, "log_information": { "updated_date": "2015-02-18T14:18:18", "created_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_date": "2015-02-17T17:00:08", "updated_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" }, "updated_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" } }, "status": { "name": "Won", "id": "CE3D8565F49E82F5B7F3BB62C43A1B06", "description": null, "alternative_code": "WON" }, "importance": "IMPORTANCE1", "life_cycle_state": "WON", "type": { "name": "Software Purchase", "id": "F60FFE7AAD3F5B9B6E66A42266FA37C4", "description": null, "alternative_code": "SP" }, "description": null, "contact_email": "bbs@crm.com", "category": { "name": "Software Purchase", "id": "C60F332D0B4CB8DD22A0159413951434", "description": null, "code": "SP" }, "lost_reason": null }, { "actual_completion_date": "2015-03-11T11:17:36", "services_set": [ ], "target_amount": 1000, "udf_float_1": null, "udf_float_2": null, "udf_float_3": null, "number": "67", "udf_float_4": null, "competitors_set": [ ], "udf_string_1": null, "udf_string_2": null, "assigned_to": { "unit": { "name": "Developers Unit", "id": "C4370788B2630BC8A99E8C7397406C09", "description": null, "alternative_code": null }, "user": { "person_name": "supervisor", "username": "supervisor", "id": "018CA08BC267612F6206D85011FFC5D1" } }, "estimated_completion_time": { "time_period_value": 10, "time_period_uot": "DAYS" }, "udf_string_3": null, "contact_information": { "last_name": "Xenon", "life_cycle_state": "MARKETING", "middle_name": "A.", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Costas", "name": null, "id": "1ADB6164F933E381CF65B7F6E7705B8B", "company_name": null, "demographics": { "gender": null, "passport_issued_by_country": null, "passport_number": null, "social_security_number": null, "industry_sector": null, "date_of_birth": { "month": 9, "day": 30, "year": 1977 }, "name_day": { "month": 5, "day": 1 }, "id_number": "999999", "id_issued_by_country": null, "industry": null } }, "privacy_level": null, "udf_string_4": null, "udf_string_5": null, "udf_string_6": null, "physical_goods_set": [ ], "udf_string_7": null, "udf_string_8": null, "accounts_receivable": null, "id": "F75F88397C0849F5B53A010AD3091538", "lead_source": { "type": "NOTIFICATIONS", "notification": { "accounts_receivable": { "account_owner": { "last_name": "Litt", "life_cycle_state": "FINANCIAL", "middle_name": null, "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Mathew", "name": null, "id": "921C66776CBFEC5D839CA0DBFA1A1B76", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "111", "social_security_number": "111", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "111", "id_issued_by_country": null, "industry": null } }, "life_cycle_state": "ACTIVE", "number": "165", "name": "Mathew Litt", "id": "63755A788E078C16D506AD5CD1AB3E03" }, "life_cycle_state": null, "number": "51", "id": "49B37FA3E001C43F28CFEAFEB3E451D5", "contact_information": { "last_name": "Litt", "life_cycle_state": "FINANCIAL", "middle_name": null, "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Mathew", "name": null, "id": "921C66776CBFEC5D839CA0DBFA1A1B76", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "111", "social_security_number": "111", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "111", "id_issued_by_country": null, "industry": null } } } }, "probability_to_win": 50, "priority": 1, "udf_date_1": null, "udf_date_2": null, "udf_date_3": null, "expected_completion_date": "2015-03-21T11:16:28", "udf_date_4": null, "start_date": "2015-03-11T11:16:28", "users_set": [ ], "time_overdue": { "time_period_value": null, "time_period_uot": null }, "time_to_completion": { "time_period_value": null, "time_period_uot": null }, "owned_by_group": { "name": "First Digital", "id": "C99587F08621440FADB06E8FA5C0B23B", "description": null, "alternative_code": "FD" }, "log_information": { "updated_date": "2015-03-11T11:17:43", "created_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_date": "2015-03-11T11:16:28", "updated_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" }, "updated_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" } }, "status": { "name": "Lost", "id": "157C9060CB0F75EC2DCA62D16B5897EE", "description": null, "alternative_code": "LOST" }, "importance": "IMPORTANCE1", "life_cycle_state": "LOST", "type": { "name": "New Type", "id": "03C4E24BAAE74D0CA071560C7B663C7E", "description": null, "alternative_code": "NT" }, "description": null, "contact_email": "cxenon@crm.com", "category": { "name": "New Category", "id": "0B0A6FF02D0D48188F266BB4035AC41C", "description": null, "code": "NC" }, "lost_reason": null }, { "actual_completion_date": null, "services_set": [ ], "target_amount": 100, "udf_float_1": null, "udf_float_2": null, "udf_float_3": null, "number": "68", "udf_float_4": null, "competitors_set": [ { "id": "E2394E02073847ED9633C88D90E94BDE", "competitor": { "website": "www.competitor1.com", "name": "Competitor 1", "id": "C671ED66046243565DE5B6B4A1AB5835", "description": null } } ], "udf_string_1": null, "udf_string_2": null, "assigned_to": { "unit": { "name": "Developers Unit", "id": "C4370788B2630BC8A99E8C7397406C09", "description": null, "alternative_code": null }, "user": { "person_name": "supervisor", "username": "supervisor", "id": "018CA08BC267612F6206D85011FFC5D1" } }, "estimated_completion_time": { "time_period_value": 3, "time_period_uot": "MONTHS" }, "udf_string_3": null, "contact_information": { "last_name": null, "life_cycle_state": "MARKETING", "middle_name": null, "company_profile": { "tax_reference_number": null, "annual_turnover": null, "number_of_employees": null, "profile_year": null, "established_date": null, "industry_sector": null, "registered_in_country": null, "vat_registration_number": null, "industry": null, "vat_registration_date": null, "vat_registered_by": null, "registration_number": null }, "title": null, "type": "COMPANY", "first_name": null, "name": null, "id": "D9C7C7587CEA4EA09198FA8FBB0313D5", "company_name": "company lead", "demographics": null }, "privacy_level": null, "udf_string_4": null, "udf_string_5": null, "udf_string_6": null, "physical_goods_set": [ { "product_type": null, "id": "476D03E0AE56421A92A933312DA1E80D", "product": { "product_type": { "physical_good_type": "TRACEABLE", "service_type": null, "used_for_provisioning": false, "composition_method": "FLAT", "classification": "PHYSICALGOODS", "name": "Distribution Services", "id": "65EB098619B362EBCF361755602832E1", "description": "BAS, Sobetel, Service for Twin 1, Twin 2, Twin 3 PT1, PT2 PT3", "alternative_code": "DSTR SRV" }, "id": "7025D20E1AEE61C7ECB87021D32E9EF3", "description": "Card product", "code": "Card product 001", "alternative_code": "CP001" } }, { "product_type": null, "id": "C47D92FA80C14975B4CD39D041A2656D", "product": { "product_type": { "physical_good_type": "TRACEABLE", "service_type": null, "used_for_provisioning": false, "composition_method": "FLAT", "classification": "PHYSICALGOODS", "name": "Distribution Services", "id": "65EB098619B362EBCF361755602832E1", "description": "BAS, Sobetel, Service for Twin 1, Twin 2, Twin 3 PT1, PT2 PT3", "alternative_code": "DSTR SRV" }, "id": "F7CEEAAFCE2519EDBD207755588F34F9", "description": "Card product 003", "code": "Card Product 003", "alternative_code": "CP003" } } ], "udf_string_7": null, "udf_string_8": null, "accounts_receivable": null, "id": "13B20570DFD14C4492932143EC2FAEF6", "lead_source": { "type": "NOTIFICATIONS", "notification": { "accounts_receivable": { "account_owner": { "last_name": "Ioannou17", "life_cycle_state": "FINANCIAL", "middle_name": "P", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Marios", "name": null, "id": "D73AA349B9319CEF0C25351DF4C7DFF6", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "8788989", "social_security_number": "8788980", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "8788988", "id_issued_by_country": null, "industry": null } }, "life_cycle_state": "ACTIVE", "number": "95", "name": "mar17", "id": "F5235112A7A9FFFBF8C9AE7DA20CD7C4" }, "life_cycle_state": null, "number": "49", "id": "6D9A7F80464B91DD5837AD3CE095ACC3", "contact_information": { "last_name": "Ioannou17", "life_cycle_state": "FINANCIAL", "middle_name": "P", "company_profile": null, "title": "Mr", "type": "PERSON", "first_name": "Marios", "name": null, "id": "D73AA349B9319CEF0C25351DF4C7DFF6", "company_name": null, "demographics": { "gender": "MALE", "passport_issued_by_country": null, "passport_number": "8788989", "social_security_number": "8788980", "industry_sector": null, "date_of_birth": { "month": null, "day": null, "year": null }, "name_day": { "month": null, "day": null }, "id_number": "8788988", "id_issued_by_country": null, "industry": null } } } }, "probability_to_win": 90, "priority": 2, "udf_date_1": null, "udf_date_2": null, "udf_date_3": null, "expected_completion_date": "2015-06-11T13:06:10", "udf_date_4": null, "start_date": "2015-03-11T13:06:10", "users_set": [ { "id": "59D971EF8CD2455B934382261AF9A50C", "user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1", "email": "mp@ministrator.com" } } ], "time_overdue": { "time_period_value": null, "time_period_uot": null }, "time_to_completion": { "time_period_value": 2.946236559139785, "time_period_uot": "MONTHS" }, "owned_by_group": { "name": "Main Group", "id": "84F33366CB592BAAE7E2044D93611C6A", "description": "Main Group", "alternative_code": "das" }, "log_information": { "updated_date": "2015-03-11T14:07:46", "created_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_date": "2015-03-11T13:06:10", "updated_by_unit": { "group_name": "Main Group", "name": "Admin Unit", "id": "48305F8849E3C18B227C5BE3A27BA6DF", "description": "r1", "alternative_code": "MG" }, "created_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" }, "updated_by_user": { "person_name": "mpadministrator", "username": "mpadministrator", "id": "1" } }, "status": { "name": "Reach", "id": "5DA88E4C781244C2CDB0F4F57E2EE875", "description": null, "alternative_code": "R" }, "importance": "IMPORTANCE1", "life_cycle_state": "PENDING", "type": { "name": "Software Purchase", "id": "F60FFE7AAD3F5B9B6E66A42266FA37C4", "description": null, "alternative_code": "SP" }, "description": null, "contact_email": "cl@crm.com", "category": { "name": "Software Purchase", "id": "C60F332D0B4CB8DD22A0159413951434", "description": null, "code": "SP" }, "lost_reason": null } ] }
- No labels