# ClientService

This service is used to get Client settings and other information that can be useful for our other services, like department list and currency information. The information is related to currently active Identity in your API session.
See the Authenticate Service for more information on Identities.

ClientService (opens new window)
ClientService WSDL (opens new window)

Data Types

# Guides

# Retrieve client information

To retrieve client information you need to use the GetClientInformation (opens new window) method.

# Get Departments

To get department information you need to use the GetDepartmentList (opens new window) method.

PLEASE NOTE

The GetDepartmenList will list all departments that are registered on a client, regardless of whether they are marked as "active" or not in the settings. This is a known issue, but will not be corrected in the current version of the SOAP API.

# Methods

Method Input type Return type Description
GetClientInformation (opens new window) Client Returns client data
GetUsers (opens new window) User Returns user data
GetDepartmentList (opens new window) Department Gets a list of all departments for the client
GetCurrencyList (opens new window) Currency Gets a list of all currencies for the client
GetTypeGroupList (opens new window) GetTypeGroupList TypeGroup Gets a list of all typegroups for the client. TypeGroupModule can be All, Sale or Purchase.
GetVatTypeList (opens new window) VatType Gets a list of all Vat Types.
Last Updated: 9/23/2022, 10:11:54 AM