AdBookConnect Web Service
MethodGetOrderAttachmentList
AdBookConnect Web Service > All Operations Resource Group : GetOrderAttachmentList (Method)
Summary
Retrieves all attachment information for an Order.
Request (IAdBookConnect_GetOrderAttachmentList_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
OrderID for attachment information requested.xml:long

Overview

Sequence
orderId optional xs:long
200 Response (IAdBookConnect_GetOrderAttachmentList_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
All attachment information for the requested Order.http://www.FatTail.com/api:ArrayOfOrderAttachment

Overview

Sequence
GetOrderAttachmentListResult 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_GetOrderAttachmentList_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service