Return a list of available finance defaults
The defaults that are used in the system relating to finances
GET
/financedefaults/list
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/financedefaults/list \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"receipt_one_off": 1,
"receipt_to": "hh",
"first_tax_month": 2,
"tax_receipt_organisation": "Demo Organisation",
"tax_receipt_address1": "99 High Street",
"tax_receipt_address2": "Manukauxy542",
"tax_receipt_address3": "Auckland",
"tax_receipt_address4": "North Island",
"charity_number": "ABC1234",
"currency": "GBP",
"currency_symbol": "£",
"salestax_rate": 15
}
Response examples (403)
{
"error": "Invalid Permission"
}