Click or drag to resize

ICustomer Interface

Contains the Customer (combined Account and Company) operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+0805aa6f00bdf9d98f1463ed5504d3f1b9f4a60a
Syntax
public interface ICustomer

The ICustomer type exposes the following members.

Methods
 NameDescription
Public methodAddNewCustomer 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 methodGetAllCustomers Get all customers.
Public methodGetCustomerByGUID Gets a customer (account and company), which matches the given account GUID.
Public methodGetCustomersChangedSince Gets customers (account and company), which have been changed on the given time period.
Public methodUpdateCustomer Updates an existing customer (account and company).
Top
See Also