Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.84 KB

EzsigntemplateResponse.md

File metadata and controls

29 lines (24 loc) · 1.84 KB

openapi.model.EzsigntemplateResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiEzsigntemplateID int The unique ID of the Ezsigntemplate
fkiEzsigntemplatedocumentID int The unique ID of the Ezsigntemplatedocument [optional]
fkiEzsignfoldertypeID int The unique ID of the Ezsignfoldertype. [optional]
fkiLanguageID int The unique ID of the Language. Valid values: Value
fkiEzdoctemplatedocumentID int The unique ID of the Ezdoctemplatedocument [optional]
sLanguageNameX String The Name of the Language in the language of the requester
sEzsigntemplateDescription String The description of the Ezsigntemplate
sEzsigntemplateExternaldescription String The external description of the Ezsigntemplate [optional]
tEzsigntemplateComment String The comment of the Ezsigntemplate [optional]
sEzsigntemplateFilenamepattern String The filename pattern of the Ezsigntemplate [optional]
bEzsigntemplateAdminonly bool Whether the Ezsigntemplate can be accessed by admin users only (eUserType=Normal)
sEzsignfoldertypeNameX String The name of the Ezsignfoldertype in the language of the requester [optional]
objAudit CommonAudit
bEzsigntemplateEditallowed bool Whether the Ezsigntemplate if allowed to edit or not
eEzsigntemplateType FieldEEzsigntemplateType [optional]

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