Accounting-Accounts
Number of APIs: 7
-
List Accounts GET https://api.freshbooks.com/accounting/businesses/{{business_uuid}}/ledger_accounts/accounts
-
Single Account GET https://api.freshbooks.com/accounting/businesses/{{business_uuid}}/ledger_accounts/accounts/{{account_uuid}}
-
Create Account POST https://api.freshbooks.com/accounting/businesses/{{business_uuid}}/ledger_accounts/accounts
-
Update Account PUT https://api.freshbooks.com/accounting/businesses/{{business_uuid}}/ledger_accounts/accounts/{{account_uuid}}
-
List Account types GET https://api.freshbooks.com/accounting/ledger_accounts/types
-
List Sub types GET https://api.freshbooks.com/accounting/ledger_accounts/sub_types
-
Single Sub type GET https://api.freshbooks.com/accounting/ledger_accounts/sub_types/{{subTypeId}}