AdBookConnect Web Service
MethodGetCreativeAssignmentListForOrder
AdBookConnect Web Service > All Operations Resource Group : GetCreativeAssignmentListForOrder (Method)
Summary
Retrieves a list of CreativeAssignment objects assigned to an Order.
Request (IAdBookConnect_GetCreativeAssignmentListForOrder_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
System ID of the Order with CreativeAssignments.xml:long

Overview

Sequence
orderId optional xs:long
200 Response (IAdBookConnect_GetCreativeAssignmentListForOrder_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of CreativeAssignment objects requested.http://www.FatTail.com/api:ArrayOfCreativeAssignment

Overview

Sequence
GetCreativeAssignmentListForOrderResult optional ArrayOfCreativeAssignment Complex Type
Sequence
Sequence
CreativeAssignmentID optional xs:long
System ID of the CreativeAssignment object.
CreativeAssignmentName optional xs:string
Creative assignment name.
CreativeID optional xs:long
System ID of the Creative being assigned to the Drop.
OrderID optional xs:long
System ID of the Order containing the creative assignment.
CreativeAssignmentDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
User defined properties associated with the creative assignment.
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
AssosiatedDrop optional xs:long
System ID of the Drop the creative is assigned to.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_GetCreativeAssignmentListForOrder_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service