Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.26 KB

File metadata and controls

20 lines (17 loc) · 1.26 KB

# CustomAttachmentImportIntoEDMRequest

Properties

Name Type Description Notes
eAttachmentSource string The source of the Attachment
fkiAttachmentID int The unique ID of the Attachment. [optional]
fkiInscriptionchecklistID int The unique ID of the Inscriptionchecklist [optional]
sAttachmentUrl string The url of the file to import [optional]
sAttachmentBase64 string The Base64 encoded binary content of the attachment. [optional]
sAttachmentName string The name of the Attachment
sAttachmentCategory string The attachment category
eAttachmentPrivacy \eZmaxAPI\Model\FieldEAttachmentPrivacy
fkiUserIDSpecific int The unique ID of the User [optional]
sAttachmentMD5 string The MD5 of the Attachment [optional]
bAttachmentForceoverwrite bool Whether we force an overwrite of an existing file [optional]
bAttachmentForcerestore bool Whether we force a restore of a deleted file [optional]

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