The Categories API provides access to the Expense Categories in the application. They relate to the category_id field as used in the Expenses API.
Create a new category. If successful, returns the category_id of the newly created item.
<?xml version="1.0" encoding="utf-8"?>Gasoline
<?xml version="1.0" encoding="utf-8"?>12
Update an existing expense category with the given category_id. Any category fields left out of the request will remain unchanged.
<?xml version="1.0" encoding="utf-8"?>12
<?xml version="1.0" encoding="utf-8"?>
Return the complete category details associated with the given category_id.
<?xml version="1.0" encoding="utf-8"?>12
<?xml version="1.0"?>12 Gasoline
Delete an existing expense category.
<?xml version="1.0" encoding="utf-8"?>12
<?xml version="1.0" encoding="utf-8"?>
Returns a list of expense categories.
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>1 Food ... 2 Parking