curl --request PUT \
--url https://app.herondata.io/api/users/current/settings \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"balance_sheet_categories": {
"current_assets": {},
"current_liabilities": {},
"equity": {},
"fixed_assets": {},
"non_current_liabilities": {},
"other_assets": {}
},
"disable_data_export": true,
"financials_metrics": {},
"industry_naics_enabled": true,
"low_balance_days_threshold": 123,
"pnl_categories": {
"cogs": {},
"income": {},
"operating_expenses": {},
"other_expenses": {},
"other_income": {}
},
"query_reports": [
{
"tab_group": "<string>",
"tabs": [
{
"tab_name": "<string>",
"widgets": [
{
"query_name": "<string>",
"title": "<string>",
"description": "<string>"
}
]
}
]
}
],
"required_revenue_per_month": 123,
"restricted_industries": [
{
"description": "<string>",
"name": "<string>"
}
],
"use_new_company_layout": true,
"use_new_end_user_summary_table": true,
"use_new_end_user_table": true
}
'curl --request PUT \
--url https://app.herondata.io/api/users/current/settings \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"balance_sheet_categories": {
"current_assets": {},
"current_liabilities": {},
"equity": {},
"fixed_assets": {},
"non_current_liabilities": {},
"other_assets": {}
},
"disable_data_export": true,
"financials_metrics": {},
"industry_naics_enabled": true,
"low_balance_days_threshold": 123,
"pnl_categories": {
"cogs": {},
"income": {},
"operating_expenses": {},
"other_expenses": {},
"other_income": {}
},
"query_reports": [
{
"tab_group": "<string>",
"tabs": [
{
"tab_name": "<string>",
"widgets": [
{
"query_name": "<string>",
"title": "<string>",
"description": "<string>"
}
]
}
]
}
],
"required_revenue_per_month": 123,
"restricted_industries": [
{
"description": "<string>",
"name": "<string>"
}
],
"use_new_company_layout": true,
"use_new_end_user_summary_table": true,
"use_new_end_user_table": true
}
'Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
The new settings
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
OK
Was this page helpful?