Show/Hide Toolbars

Each TeamConnect Web Service provides a method for reading a record of its object type. The general form of the method is readObject (String uniqueKey, List<String> properties). For example, for the Contact repository the corresponding method is readContact (String uniqueKey, List<String> properties). The corresponding contact record is returned with only the specified property values.

You can find the list of available properties in the types.wsdl file. For example, to find the properties available for contact records, look for the complex types: company, contact, or person. Each element for those types represents a property that can be returned on read. Similarly you can find the properties in the corresponding client-side source code (for example, in the Contact, Person, Company, ContAddress, ContEmailAddress objects, etc.). For more information, refer to Web Service API Reference.