Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.79 KB

WebinarRegistrantCreateRequest.md

File metadata and controls

26 lines (23 loc) · 2.79 KB

# WebinarRegistrantCreateRequest

Properties

Name Type Description Notes
first_name string The registrant's first name.
last_name string The registrant's last name. [optional]
email string The registrant's email address.
address string The registrant's address. [optional]
city string The registrant's city. [optional]
state string The registrant's state or province. [optional]
zip string The registrant's ZIP or postal code. [optional]
country string The registrant's two-letter country code. [optional]
phone string The registrant's phone number. [optional]
comments string The registrant's questions and comments. [optional]
custom_questions \Zoom\Api\Model\CustomQuestion[] Information about custom questions. [optional]
industry string The registrant's industry. [optional]
job_title string The registrant's job title. [optional]
no_of_employees string The registrant's number of employees: * `1-20` * `21-50` * `51-100` * `101-500` * `500-1,000` * `1,001-5,000` * `5,001-10,000` * `More than 10,000` [optional]
org string The registrant's organization. [optional]
purchasing_time_frame string The registrant's purchasing time frame: * `Within a month` * `1-3 months` * `4-6 months` * `More than 6 months` * `No timeframe` [optional]
role_in_purchase_process string The registrant's role in the purchase process: * `Decision Maker` * `Evaluator/Recommender` * `Influencer` * `Not involved` [optional]
language string The registrant's language preference for confirmation emails: * `en-US` — English (US) * `de-DE` — German (Germany) * `es-ES` — Spanish (Spain) * `fr-FR` — French (France) * `jp-JP` — Japanese * `pt-PT` — Portuguese (Portugal) * `ru-RU` — Russian * `zh-CN` — Chinese (PRC) * `zh-TW` — Chinese (Taiwan) * `ko-KO` — Korean * `it-IT` — Italian (Italy) * `vi-VN` — Vietnamese * `pl-PL` — Polish * `Tr-TR` — Turkish [optional]

[Back to Model list] [Back to API list] [Back to README]