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