Accounts electronically track posted transactions, mainly expenses, tasks, and invoices. Use the AccountService class to access accounts in the API.
The API provides the following model interfaces for accounts:
•The Account class, which contains information about the account.
•The AccountInvolvedType class, which contains the enums for posting an account to a contact.
•The AccountOverdraftType class, which contains the enums for how the account handles overdraft amounts.
•The AccountPostingCriteria class, which contains information about the account and its posting criteria.
•The AccountPostingStatus class, which contains the enums that indicate whether an expense, invoice, or task is posted to an account.
•The AccountProjectType class, which contains the enums for posting a project to an account.
•The AccountTransaction class, which contains information about an account transaction.
•The AccountVendorType class, which contains the enums for posting a vendor to an account.
Refer to the AccountService samples for examples of working with accounts in the API.