This web serivce offers two methods to import cash transactions in Yuki. 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/Pettycash.asmx
Pettycash methods
There are two methods to import cash transactions in Yuki:
- ImportSingleStatementLine
Imports a single cash statement line as a cash statement. If the imports is unsuccessful then an error message is returned. - ImportStatement
Imports the given cash statement in the Yuki CSV format. If the import is unsuccessful then an error message is returned.
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)
Returns the ID of the current domain for the session.