The following parameter applies to the getContact method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
String |
Identifies the session retrieved from logging in. |
|
contactId |
String |
Identifies the unique ID of the contact to retrieve. contactId is UUID in string format. |
Description
Retrieves information on all contacts.
Returns
A <UDSObject> node with a <UDSObject> node describing a contact with some of the following child <Attributes> nodes:
|
XML Element Value |
Type |
Description |
|---|---|---|
|
contactid |
String |
Specifies a unique ID of the contact. contactId is UUID in string format. |
|
userid |
String |
Indicates the user name of the contact. |
|
last_name |
String |
Indicates the last name of the contact. |
|
first_name |
String |
Specifies the first name of the contact. |
|
middle_name |
String |
Specifies the middle name of the contact. |
|
location |
String |
Indicates the location of the contact. |
|
dept |
String |
Identifies the department of the contact. |
|
organization |
String |
Identifies the organization of the contact. |
|
email_address |
String |
Identifies the email address of the contact. |
|
pemail_address |
String |
Signifies the alternate email address of the contact. |
|
phone_number |
String |
Indicates the phone number of the contact. |
|
alt_phone |
String |
Indicates the alternate phone number of the contact. |
|
address1 |
String |
Specifies the address of the contact. |
|
address2 |
String |
Specifies the alternate address of the contact. |
|
city |
String |
Identifies the city of the contact. |
|
state |
String |
Identifies the state of the contact. |
|
zip |
String |
Indicates the ZIP code of the contact. |
|
country |
String |
Indicates the country of the contact. |
|
delete_flag |
Integer |
Indicates whether the contact is active: 0—Active 1—Inactive |
|
Copyright © 2013 CA.
All rights reserved.
|
|