This web service enables you to look up contacts within a Yuki domain by means of various search criteria. This web service works via SOAP.
It is also possible to update existing contacts and create new contacts.
Web address
The web service, test application, description of fields and procedures can be found on below web address:
https://api.yukiworks.be/ws/Contact.asmx
Contact methods
SearchContacts(sessionID, domainId, searchOption, searchValue, sortOrder, modifiedAfter, active, pageNumber)
The Yuki contact web service shows a list with results based on the search criteria.
UpdateContact(sessionID, domainId, xmlDoc)
With this web service it is possible to update existing contacts and create new contacts.
General methods
Authenticate(accessKey)
Provides a session ID based on a valid web service access code.
AuthenticateByUserName(userName, password)
Provides a session ID based on a valid Yuki username and password.
Domains(sessionID)
Provides all domains that can be accessed through the used access code.
SetCurrentDomain(sessionID, domainID)
Sets the current domain for the session.
GetCurrentDomain(sessionID)
Collects the ID of the session's current domain.