This web service enables you to search for a contact within a Yuki domain based on several search criteria. This web service runs with SOAP.

In addition it is also possibe to update existing contacts and create new contacts.


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/Contact.asmx


Contact methods


SearchContacts(sessionID, domainId, searchOption, searchValue, sortOrder, modifiedAfter, active, pageNumber)

The Yuki contact web service shows a list of results based on the search criteria.


UpdateContact(sessionID, domainId, xmlDoc)

This web service enables you to update existing contacts and create new contacts.


General methods


Authenticate(accessKey)

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

AuthenticateByUserName(userName, password)

Returns a session ID basedon 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.