Retrieves files attached to an Order.
The request body is of type http://www.FatTail.com/api:DownloadOrderAttachment.
Request Body Parameters
Name | Description | Data Type |
orderId | OrderID for the associated attachements. | xml:long |
orderAttachmentIDs | Collection of specific systemIDs for attachements. | http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOflong |
Overview
The response body is of type http://www.FatTail.com/api:DownloadOrderAttachmentResponse.
Response Body Parameters
Name | Description | Data Type |
DownloadOrderAttachmentResult | Attachment information rquested, including filenames and content. | http://www.FatTail.com/api:ArrayOfOrderAttachment |
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
 |
Sequence
 |
Content xs:string
Attachment file content.
|
 |
Filename xs:string
Filename of attachment.
|
 |
OrderID xs:long
System ID of the order the attachment is associated with.
|
| | | | | |