REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
  • Getting Started
  • AuthenticateService
  • AccountService
  • AttachmentService
  • BudgetService
  • ClientService
  • CompanyService
  • FileService
  • InvoiceService
  • PaymentService
  • PersonService
  • ProductService
  • ProjectService
  • SalesOppService
  • TemplateService
  • TimeService
  • TransactionService

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.

ClientServiceClientService WSDL

Data Types

Guides

Retrieve client information

To retrieve client information you need to use the GetClientInformation method.

Get Departments

To get department information you need to use the GetDepartmentList 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

MethodInput typeReturn typeDescription
GetClientInformationClientReturns client data
GetUsersUserReturns user data
GetDepartmentListDepartmentGets a list of all departments for the client
GetCurrencyListCurrencyGets a list of all currencies for the client
GetTypeGroupListGetTypeGroupListTypeGroupGets a list of all typegroups for the client. TypeGroupModule can be All, Sale or Purchase.
GetVatTypeListVatTypeGets a list of all Vat Types.
Last Updated: 1/24/24, 8:37 AM
Prev
BudgetService
Next
CompanyService