Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.59 KB

ControlledClientDump.md

File metadata and controls

23 lines (19 loc) · 1.59 KB

ControlledClientDump

Properties

Name Type Description Notes
Address string The street address associated with the account [optional] [default to null]
First string The first name associated with the account [optional] [default to null]
Id int32 The ID of the client/contact account [optional] [default to null]
Fax string The fax number associated with the account [optional] [default to null]
State string The state associated with the account [optional] [default to null]
Zip string The zip/postal code associated with the account [optional] [default to null]
Email string The email address associated with the account [optional] [default to null]
Company string The company name associated with the account [optional] [default to null]
Last string The last name associated with the account [optional] [default to null]
Created int32 The date/time the account was created [optional] [default to null]
Country string The country associated with the account [optional] [default to null]
City string The city associated with the account [optional] [default to null]
Active bool [optional] [default to null]
Phone string The phone number associated with the account [optional] [default to null]

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