AdBookConnect Web Service
MethodCancelDrops
AdBookConnect Web Service > All Operations Resource Group : CancelDrops (Method)
Summary
Cancels a Drop.
Request (IAdBookConnect_CancelDrops_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
Collection of DropIDs to cancel.http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOflong

Overview

Sequence
cancelDropIds optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
200 Response (IAdBookConnect_CancelDrops_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of status information for each drop in the request.http://www.FatTail.com/api:ArrayOfDropCancelResult

Overview

Sequence
CancelDropsResult optional ArrayOfDropCancelResult Complex Type
Sequence
Sequence
DropID optional xs:long
System ID for the drop being cancelled.
Fault optional DataAccessFault Complex Type
Error information if an exception was encountered while cancelling a drop.
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
Success optional xs:boolean
True if the cancel operation was successful.  False if an exception was encountered.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_CancelDrops_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service