Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.03 KB

File metadata and controls

26 lines (22 loc) · 1.03 KB

ContactListItem

Properties

Name Type Description Notes
id str [optional]
company_id str [optional]
firstname str [optional]
lastname str [optional]
system_name str [optional]
description str [optional]
avatar_url str [optional]
type str V - visitor, R - registered visitor [optional] [default to 'V']
gender str M - Male, F - Female [optional]
date_created datetime [optional]
language str [optional]
city str [optional]
countrycode str [optional]
ip str [optional]
emails list[str] [optional]
phones list[str] [optional]
groups list[str] [optional]

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