Get all the contact information.
Inputs | Description | Type | Regular expression | Mandatory |
contact_id | Contact identifier | String (min 3, max 10) | Yes |
Outputs | Description | Possible values |
contact_id | Contact identifier set by user | |
password | Contact password | |
firstname | ||
lastname | ||
orgname | Company name | |
street | Address 1 | |
city | ||
pc | Zip code | |
sp | State | |
cc | Country code | |
voice | Phone number | |
Command
<api> […] <command> <contact_info> <contact_id>…</contact_id> </contact_info> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <contact_infData> <contact_id>…</contact_id> <password>…</password> <firstname>…</firstname> <lastname>…</lastname> <orgname>…</orgname> <street>…</street> <city>…</city> <pc>…</pc> <sp>…</sp> <cc>…</cc> <voice>…</voice> <email>…</email> </contact_infData> </resData> </api> |