Complex Type: Attachment

An object containing a binary file attachment.

Parameter Type Requirement Description
filename string mandatory The parameter cannot be null or empty. The filename is the attachment filename (for example, mortgage1.doc).
contentType string optional The parameter can be null or empty. The content type is the MIME content type of the attachment (for example, application/msword)
content array mandatory The parameter cannot be null or empty. This is the content of the attachment in array containing base64binary objects.
compressed boolean optional The parameter cannot be null or empty (FALSE). A TRUE/FALSE value indicating whether the content is in a compressed archive (gzip).