Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.23 KB

UserUpdateProfileRequest.md

File metadata and controls

26 lines (21 loc) · 1.23 KB

UserUpdateProfileRequest

Properties

Name Type Description Notes
area_code str User's phone area code.
country str User's country 2 digits code
country_code str User's phone country code. Should be 1 for now because only USA accounts are accepted.
phone_number str User's phone number.
postal_code str User's address postal code
state str User's state 2 digits code
birth_date str [optional]
city str [optional]
finished_fre bool [optional]
first_name str [optional]
last_name str [optional]
street1 str [optional]
street2 str [optional]
use_bid_ask bool [optional]
watchlist [str] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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