Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.68 KB

ActivesessionResponse.md

File metadata and controls

38 lines (32 loc) · 1.68 KB

EzmaxApi::ActivesessionResponse

Properties

Name Type Description Notes
e_activesession_usertype FieldEActivesessionUsertype
e_activesession_origin FieldEActivesessionOrigin
e_activesession_weekdaystart FieldEActivesessionWeekdaystart
fki_language_id Integer The unique ID of the Language. Valid values: Value
s_company_name_x String The Name of the Company in the language of the requester
s_department_name_x String The Name of the Department in the language of the requester
b_activesession_debug Boolean Whether the active session is in debug or not
b_activesession_issuperadmin Boolean Whether the active session is superadmin or not
pks_customer_code String The customer code assigned to your account
fki_systemconfigurationtype_id Integer The unique ID of the Systemconfigurationtype
fki_signature_id Integer The unique ID of the Signature [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::ActivesessionResponse.new(
  e_activesession_usertype: null,
  e_activesession_origin: null,
  e_activesession_weekdaystart: null,
  fki_language_id: 2,
  s_company_name_x: Acme inc.,
  s_department_name_x: Head Office,
  b_activesession_debug: false,
  b_activesession_issuperadmin: false,
  pks_customer_code: demo,
  fki_systemconfigurationtype_id: 28,
  fki_signature_id: 12
)