Overview
Posts Hint configuration
Summary
This endpoint updates Hint configuration
Request
{
"id": "560c6ad8-83fc-11ec-ae63-0242ac140009",
"config_data": {
"Leads": {
"fields": {
"title": true,
"account_name": true,
"phone_work": true,
"hint_photo": true,
"phone_mobile": true,
"phone_other": true,
"hint_job_2": true,
"hint_twitter": true,
"hint_facebook": true,
"hint_education": true,
"hint_account_size": true,
"hint_industry_tags": true,
"hint_account_website": true,
"hint_account_industry": true,
"hint_account_location": true,
"hint_account_description": true,
"hint_account_founded_year": true,
"hint_account_annual_revenue": true,
"hint_account_naics_code_lbl": true,
"hint_account_sic_code_label": true,
"hint_account_twitter_handle": true,
"hint_account_facebook_handle": true,
"hint_account_fiscal_year_end": true,
"hint_education_2": true
}
},
"Accounts": {
"fields": {
"twitter": true,
"sic_code": true,
"description": true,
"annual_revenue": true,
"hint_account_size": true,
"hint_account_industry": true,
"hint_account_location": true,
"hint_account_founded_year": true,
"hint_account_industry_tags": true,
"hint_account_naics_code_lbl": true,
"hint_account_sic_code_label": true,
"hint_account_facebook_handle": true,
"hint_account_fiscal_year_end": true,
"hint_account_annual_revenue": true
}
},
"Contacts": {
"fields": {
"title": true,
"phone_work": true,
"phone_mobile": true,
"hint_photo": true,
"phone_other": true,
"hint_job_2": true,
"hint_twitter": true,
"hint_facebook": true,
"hint_education": true,
"hint_account_size": true,
"hint_industry_tags": true,
"hint_account_website": true,
"hint_account_industry": true,
"hint_account_location": true,
"hint_account_description": true,
"hint_account_founded_year": true,
"hint_account_annual_revenue": true,
"hint_account_naics_code_lbl": true,
"hint_account_sic_code_label": true,
"hint_account_twitter_handle": true,
"hint_account_facebook_handle": true,
"hint_account_fiscal_year_end": true,
"hint_education_2": true
}
}
}
}
Change Log
| Version |
Change |
|
v11_16
|
Added hint/enrich/config POST endpoint.
|