PostalAddressModel
Model used to retrieve or set information about a postal address.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Postal Address ID (Readonly) |
globally unique identifier |
None. |
| Alias |
Alias of the postal address. |
string |
None. |
| Address1 |
Address1 (Required). |
string |
None. |
| Address2 |
Address2. |
string |
None. |
| City |
City (Required). |
string |
None. |
| State |
State (Required). |
string |
None. |
| CountryId |
Country ID (Readonly) |
globally unique identifier |
None. |
| CountryCode |
Country Code (Readonly) |
string |
None. |
| CountryName |
Country Name (Readonly) |
string |
None. |
| Zip |
ZIP code (Required). |
string |
None. |
| Default |
Indicates whether this is the default address of the contact. |
boolean |
None. |