getAttachments

This method returns all attachments from a specified package.

Request Parameters

Parameter Type Requirements Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null (indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.
MsgID xsd:string mandatory - cannot be null or empty The received package ID of the package to get attachments from (ends in –R). The ID must be of a package that the authorizing user is a recipient of.

Response

Response Type: Array Of AttachmentList

Complex Type: AttachmentList

Field Type Description
AttachmentNo xsd:string The attachment number
Content xsd:base64Binary The attachment content as a byte stream
ContentType xsd:string The MIME content type
Description xsd:string
Filename xsd:string The filename of the attachment
MsgID xsd:string The ID of the package the attachment is from