Hi,
I have a freshly-created developer setup, including the sandbox. When I query /v2/categories, I get the following response:
{
'admin_expenses_categories': [{
'url': 'https://api.sandbox.freeagent.com/v2/categories/285', 'description': 'Accommodation and Meals',
'group_description': 'Admin expenses (normally VATable)', 'nominal_code': '285',
'allowable_for_tax': True, 'tax_reporting_name': 'Travel and subsistence expenses',
'auto_sales_tax_rate': 'Standard rate'
}],
'cost_of_sales_categories': [...],
'income_categories': [...],
'general_categories': [...]
}
I seem to be missing a list called “liabilities_categories”, even though the sandbox has some:
Am I missing some URL parameter to include these?
Thanks, Shaheed