Connect Customer
Overview
The Customer WebService handles Customer with Contacts and allows the user to retrieve information about the customer. Such information can includes name, addresses, contacts, phone numbers, job title for the customer and the costumer contacts, as seen in the table below. It is possible to edit the contact information of a customer Update Contact
In addition, information about a costumer can also be retrieved based on if it's machines unique id GetByMachineGuid
Another valid path of retrieving a customer is based on it's name, which will return a list of possible matches SearchByName
Information about the customer is retrieved using a unique key allocated that customer called customerGuid. The customerGuid values can be provided when we validate the customer number ValidateCustomerNo. In case the customer does not exist, the returned value for customerGuid value will be null.By providing the customerGuid we can retrieve the information presented below:
Functions
GetAdresses
Gets a list of addresses for the customer. API documentation
GetContactAndAdresses
Gets a list of customer addresses and contacts. API documentation
GetContacts
Gets a list of customer contacts with the necessary information such as Contact Number, Email, Name, Job Title and Phone. API documentation
ListAddressNameAndRow
Returns only address name and address row number. API documentation
Search
Returns a list of customers by search criteria. API documentation
ListContacts
Returns a list of contacts by search criteria. API documentation
Other information
A complete list with all the functions of the Customer Web Service is available.