Web services

Yuki API link
What is an API? An application programming interface (API) is a collection of programming jobs (often indicated as interfaces) that calls the functions of a program. It is a m...
Fri, 6 Jan, 2023 at 12:05 PM
Financial monitor widgets
The financial monitor offers several charts with respect to the financial data in Yuki. Yuki makes these charts available as widgets so for example, they can be shown on an own...
Fri, 24 Dec, 2021 at 10:25 AM
Web service access code (Web service API key / WebserviceAccessKey)
The WebServiceAccessKey (web service API key) is used to give web service access on portal, domain or administration level. Only an user with the 'Portal administrator&...
Thu, 24 Nov, 2022 at 2:53 PM
Example of PHP SOAP ProcessSalesInvoices
Introduction Below you will find an example of an application that allows you to create sales invoices in Yuki by using PHP via the ProcessSalesInvoices(sessionID, administ...
Fri, 24 Dec, 2021 at 10:27 AM
Example of PHP SOAP ProcessJournal
Introduction Below you will find an example of an application that allows you to create general journal entries in Yuki by using PHP via the Accounting-ProcessJournal(sessi...
Fri, 24 Dec, 2021 at 10:27 AM
Example of Classic ASP SOAP ProcessSalesInvoices
Introduction Below you will find an example of an application that allows you to create sales invoices in Yuki by using Classic ASP via the ProcessSalesInvoices(sessionID, ...
Fri, 24 Dec, 2021 at 10:28 AM
Example of Classic ASP SOAP ProcessJournal
Introduction Below you will find an example of an application that allows you to submit general journal entries in Yuki by using Classic ASP via the Accounting-ProcessJourn...
Fri, 24 Dec, 2021 at 10:28 AM
Example of SOAP link with Visual Studio 2005
Instructions for establishing a SOAP link with the Yuki API in Visual Studio 2005: Start Visual Studio 2005 and  create a new project of type Windows forms applicatie.  Righ...
Fri, 24 Dec, 2021 at 10:29 AM
Example of SOAP link with Visual Studio 2008
Instructions for establishing a SOAP link with the Yuki API in Visual Studio 2008 Start Visual Studio 2008 and create a new project of type Windows forms applicatie. Right-c...
Fri, 24 Dec, 2021 at 10:29 AM
Example of PHP HTTP POST link with Upload web service
Below you will find an example of an application that allows you to submit documents in Yuki by using PHP via the Upload web service. Example <html> <body>  ...
Fri, 24 Dec, 2021 at 10:31 AM