Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.05 KB

PostAttachmentsAttachment.md

File metadata and controls

18 lines (15 loc) · 1.05 KB

# PostAttachmentsAttachment

Properties

Name Type Description Notes
file string The base64 encoded representation of the file
fileName string The file name of the attachment
mimeType string The mime type of the attachment
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]