AdBookConnect Web Service
MethodDownloadOrderAttachment
AdBookConnect Web Service > All Operations Resource Group : DownloadOrderAttachment (Method)
Summary
Retrieves files attached to an Order.
Request (IAdBookConnect_DownloadOrderAttachment_InputMessage)

The request body is of type http://www.FatTail.com/api:DownloadOrderAttachment.

Request Body Parameters

NameDescriptionData Type
OrderID for the associated attachements.xml:long
Collection of specific systemIDs for attachements.http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOflong

Overview

Sequence
orderId optional xs:long
orderAttachmentIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
200 Response (IAdBookConnect_DownloadOrderAttachment_OutputMessage)

The response body is of type http://www.FatTail.com/api:DownloadOrderAttachmentResponse.

Response Body Parameters

NameDescriptionData Type
Attachment information rquested, including filenames and content.http://www.FatTail.com/api:ArrayOfOrderAttachment

Overview

Sequence
DownloadOrderAttachmentResult optional ArrayOfOrderAttachment Complex Type
Sequence
Sequence
Content xs:string
Attachment file content.
Filename xs:string
Filename of attachment.
OrderAttachmentID optional xs:long
System ID for the order attachment.
OrderID xs:long
System ID of the order the attachment is associated with.
DynamicPropertyId optional xs:long
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_DownloadOrderAttachment_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service