AccountingInfo web service

Modified on Mon, 08 May 2023 at 12:38 PM

This web service offers methods to retrieve information about GL accounts and transactions. The web service runs via SOAP.


Web address

You will find the web service, a test application, a description of the fields and the procedures at the web address below: 


https://api.yukiworks.nl/ws/AccountingInfo.asmx


AccountingInfo Methods


GetRGSScheme(sessionID, administrationID)

Retrieves all RGS codes and corresponding descriptions for the current doomain.


GetGLAccountScheme(sessionID, administrationID)

Retrieves all GL accounts for the current domain.


GetPaymentMethods(sessionID, administrationID)

Returns the available payment methods that can be used on invoices.


GetPeriodDateTable(sessionID, administrationID, yearID)

Returns the start date of the administration.

GetStartBalanceByGLAccount(sessionID, administrationID, yearID, financialMode)

Returns the balance of all GL accounts.

GetTransactionDetails(sessionID, administrationID, GLAccountCode, StartDate, EndDate, financialMode)

Returns transaction details of a GL account in the start date - end date period.

GetTransactionDocument(sessionID, administrationID, transactionID)

Returns document.


GetTransactions(sessionID, administrationID, GLAccountCode, StartDate, EndDate, financialMode, dataGroups, numberOfRecords, startRecord, searchValues)

Returns transaction details of a GL account in the start date - end date period together with additional related data as requested via the transmiited dataGroups.


General methods


Authenticate(accessKey)

Returns a session ID based on a valid Web Service access code.


AuthenticateByUserName(userName, password)

Returns a session ID based on an existing Yuki username and password.


Domains(sessionID)

Returns all domains that can be approached via the access code used.


SetCurrentDomain(sessionID, domainID)

Set the current domain for the session.


GetCurrentDomain(sessionID)

Retrieves the ID of the current domain for the session.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article