Click or drag to resize

IAccount Methods

The IAccount type exposes the following members.

Methods
  Name Description
Public method 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.
Public method GetAccountByGUID Get an account, which matches the given GUID.
Public method GetAccountByName Get an account, which matches the given name.
Public method GetAccountByNumber Get an account, which matches the given number.
Public method GetAccountByVatNumber Get account by VAT number.
Public method GetAccountsByCompanyGUID Gets account, which is related the the given company by company GUID.
Public method GetAccountsByInsertDate Gets accounts that were inserted on the given time period.
Public method GetAccountsChangedSince Gets accounts, which have been changed on the given time period.
Public method GetAccountsChangedSinceOpts Gets accounts, which have been changed on the given time period.
Public method 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.
Public method GetHeadOfficeAddressByAccountGUID Gets the head office address of an account.
Public method UpdateAccount Updates an existing account.
Top
See Also