IAccount Interface |
The IAccount type exposes the following members.
Name | Description | |
---|---|---|
AddNewAccount | Adds a new account. "Account" in Visma Severa consists internally of Account and Company entities. When inserting a new account, both of these need to be handled. | |
GetAccountByGUID | Get an account, which matches the given GUID. | |
GetAccountByName | Get an account, which matches the given name. | |
GetAccountByNumber | Get an account, which matches the given number. | |
GetAccountByVatNumber | Get account by VAT number. | |
GetAccountsByCompanyGUID | Gets account, which is related the the given company by company GUID. | |
GetAccountsByInsertDate | Gets accounts that were inserted on the given time period. | |
GetAccountsChangedSince | Gets accounts, which have been changed on the given time period. | |
GetAccountsChangedSinceOpts | Gets accounts, which have been changed on the given time period. | |
GetAllAccounts | Get accounts in tiny format. There can be thousands of accounts, depending on organization. This method is meant to be used in places where accounts need to be listed, and second API call is done to get detailed data. | |
GetHeadOfficeAddressByAccountGUID | Gets the head office address of an account. | |
UpdateAccount | Updates an existing account. |