Action: Get an address for a contact
Retrieves an address for a contact.
Inputs
Name | Description | Type |
---|---|---|
iMIS ID | The iMIS ID to get the addresses for | string |
Address Purpose | Must be a well-defined address purpose name in iMIS | string |
Outputs
Address
Field | Name | Type | Description |
---|---|---|---|
addressId | Address ID | string | Unique ID for this address record. |
addressLines | Address Lines | string | Newline-separated address street lines. |
city | City Name | string | City name on the address. |
stateProvinceCode | State/Province Code | string | Abbreviated code for the state/province. |
postalCode | Postal Code | string | Postal or ZIP code. |
countryCode | Country Code | string | Abbreviated country code. |
phone | Phone Number | string | Formatted phone number for this address. |
email | Email Address | string | Email for this address. |
fullAddress | Full Address | string | Full computed address with newlines. |
nameAndFullAddress | Name and Full Address | string | Full computed address with the contact's name on the first line. |
addressPurpose | Address Purpose | string | Full computed address with the contact's name on the first line. |
communicationPreferences | Communication Preference List | Array(string) | Address purpose (category) names. |