Record
contact-response
No description available.
record contact-response {
address-line-v1: string,
address-line-v2: string,
alternate-emails: list<string>,
city: string,
country: string,
custom-fields: contact-response-custom-fields,
email: string,
first-name: string,
id: string,
last-name: string,
list-ids: option<list<string>>,
postal-code: s32,
segment-ids: option<list<string>>,
state-province-region: string,
}Fields
| Name | Type | Description |
|---|---|---|
| address-line-v1 | string | |
| address-line-v2 | string | |
| alternate-emails | list<string> | |
| city | string | |
| country | string | |
| custom-fields | contact-response-custom-fields | |
| string | ||
| first-name | string | |
| id | string | |
| last-name | string | |
| list-ids | option<list<string>> | |
| postal-code | s32 | |
| segment-ids | option<list<string>> | |
| state-province-region | string |