R
record
In the TeamConnect Web Service environment, a record refers to an instance of a TeamConnect system object or custom object in the TeamConnect database.
repository
In the TeamConnect Web Service environment, each entity has a corresponding repository class that supports operations for working with records of that entity type. For example, the ContactRepository provides methods for inserting a contact, updating a contact, reading a contact, searching contacts, deleting a contact from a TeamConnect system.
request
In the TeamConnect Web Service environment, each client program's repository method call will be transformed by the 3rd party SOAP toolkit into a request to the corresponding Web Service.