EzmaxApi::EzsigntemplateglobalResponse
Name
Type
Description
Notes
pki_ezsigntemplateglobal_id
Integer
The unique ID of the Ezsigntemplateglobal
fki_ezsigntemplateglobaldocument_id
Integer
The unique ID of the Ezsigntemplateglobaldocument
fki_module_id
Integer
The unique ID of the Module
s_module_name_x
String
The Name of the Module in the language of the requester
[optional]
fki_language_id
Integer
The unique ID of the Language. Valid values:
Value
s_language_name_x
String
The Name of the Language in the language of the requester
e_ezsigntemplateglobal_module
FieldEEzsigntemplateglobalModule
e_ezsigntemplateglobal_supplier
FieldEEzsigntemplateglobalSupplier
s_ezsigntemplateglobal_code
String
The Code of the Ezsigntemplateglobal
s_ezsigntemplateglobal_description
String
The description of the Ezsigntemplate
require 'Ezmaxapi'
instance = EzmaxApi ::EzsigntemplateglobalResponse . new (
pki_ezsigntemplateglobal_id : 36 ,
fki_ezsigntemplateglobaldocument_id : 133 ,
fki_module_id : 40 ,
s_module_name_x : Purchase ,
fki_language_id : 2 ,
s_language_name_x : English ,
e_ezsigntemplateglobal_module : null ,
e_ezsigntemplateglobal_supplier : null ,
s_ezsigntemplateglobal_code : DR -FR ,
s_ezsigntemplateglobal_description : Standard Contract
)