Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.08 KB

PutAttachmentsAttachment.md

File metadata and controls

18 lines (15 loc) · 1.08 KB

# PutAttachmentsAttachment

Properties

Name Type Description Notes
file string The base64 encoded representation of the file [optional]
fileName string The file name of the attachment [optional]
mimeType string The mime type of the attachment [optional]
description string The description of the attachment [optional]
fileExtension string The file extension of the attachment [optional]
transactionId string The ID of the Transaction. [optional]
fileSize int The file size of the attachment in Bytes [optional]
attachmentContextTypeId string The ID of the Attachment Context Type. [optional]
attachmentContextId string The ID of the Attachment Context. [optional]
isPublic bool Flag to determine whether the attachment should be visible to customers [optional]

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