Action: Update a contact's mailing address
Inputs
Name | Type | Description |
---|---|---|
iMIS ID | string | The iMIS ID of the address to update |
Address 1 | string | Address Line 1 |
Address 2 | string | Address Line 2 |
Address 3 | string | Address Line 3 |
City Name | string | City name on the address |
State/Province Code | string | Abbreviated code for the state/province |
Postal Code | string | Postal or ZIP code |
Country Code | string | Abbreviated country code |
Phone Number | string | Formatted phone number for this address |
Email Address | string | Email for this address |
Fax Number | string | Formatted fax number for this address |
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. |