ContactIdentifier

Description

The ContactIdentifier type holds the identification information for a user's contact record. The ContactIdentifier type parameters are listed below.

Parameters

Name Type Description
identifier Extension. See Identifier. Generic identification extension base. Holds the displayName, id, and uuid for a contact.

Usage

The ContactIdentifier is the identifier that can be used in Web service methods to uniquely identify a user's contact record. The ContactIdentifier contains the generic information about a contact (including the display name, ID, and UUID).

Note: You can send any one of the elements in the identifier—you do not need to provide values for every element. You only need to provide more than one element in the event that the first element does not uniquely identify the object.

XML

The following XML shows ContactIdentifier as seen in a typical call.

<urn:contact>
    <urn:displayName>Joe Manager</urn:displayName>
    <urn:id>1</urn:id>
    <urn:uuid>69d03cc6-e635-47d8-ab2e-a8be48a22f0a</urn:uuid>
</urn:contact>