Click or drag to resize

ICustomer Methods

The ICustomer type exposes the following members.

Methods
  Name Description
Public method AddNewCustomer Adds a new customer (account and company). "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 GetAllCustomers Get all customers.
Public method GetCustomerByGUID Gets a customer (account and company), which matches the given account GUID.
Public method GetCustomersChangedSince Gets customers (account and company), which have been changed on the given time period.
Public method UpdateCustomer Updates an existing customer (account and company).
Top
See Also