Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 4.35 KB

UserResponseCompound.md

File metadata and controls

52 lines (47 loc) · 4.35 KB

openapi.model.UserResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiUserID int The unique ID of the User
fkiAgentID int The unique ID of the Agent. [optional]
fkiBrokerID int The unique ID of the Broker. [optional]
fkiAssistantID int The unique ID of the Assistant. [optional]
fkiEmployeeID int The unique ID of the Employee. [optional]
fkiCompanyIDDefault int The unique ID of the Company
sCompanyNameX String The Name of the Company in the language of the requester
fkiDepartmentIDDefault int The unique ID of the Department
sDepartmentNameX String The Name of the Department in the language of the requester
fkiTimezoneID int The unique ID of the Timezone
sTimezoneName String The description of the Timezone
fkiLanguageID int The unique ID of the Language. Valid values: Value
sLanguageNameX String The Name of the Language in the language of the requester
objEmail EmailResponseCompound
fkiBillingentityinternalID int The unique ID of the Billingentityinternal.
sBillingentityinternalDescriptionX String The description of the Billingentityinternal in the language of the requester
objPhoneHome PhoneResponseCompound [optional]
objPhoneSMS PhoneResponseCompound [optional]
fkiSecretquestionID int The unique ID of the Secretquestion. Valid values: Value
fkiModuleIDForm int The unique ID of the Module [optional]
sModuleNameX String The Name of the Module in the language of the requester [optional]
eUserOrigin FieldEUserOrigin
eUserType FieldEUserType
eUserLogintype FieldEUserLogintype
sUserFirstname String The first name of the user
sUserLastname String The last name of the user
sUserLoginname String The login name of the User.
sUserJobtitle String The job title of the user [optional]
eUserEzsignaccess FieldEUserEzsignaccess
dtUserLastlogondate String The last logon date of the User [optional]
dtUserPasswordchanged String The date at which the User's password was last changed [optional]
dtUserEzsignprepaidexpiration String The eZsign prepaid expiration date [optional]
bUserIsactive bool Whether the User is active or not
bUserValidatebyadministration bool Whether if the transactions in which the User is implicated must be validated by administrative personnel or not [optional]
bUserValidatebydirector bool Whether if the transactions in which the User is implicated must be validated by a director or not [optional]
bUserAttachmentautoverified bool Whether if Attachments uploaded by the User must be validated or not [optional]
bUserChangepassword bool Whether if the User is forced to change its password
objAudit CommonAudit

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