AdBookConnect Web Service
MethodUpdateDropBillingStatus
AdBookConnect Web Service > All Operations Resource Group : UpdateDropBillingStatus (Method)
Summary
Update billing status for a collection of Drop objects and periods.
Request (IAdBookConnect_UpdateDropBillingStatus_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
Billing status information for each Drop and billing period.http://www.FatTail.com/api:ArrayOfDropBillingStatusInfo

Overview

Sequence
dropBillingStatusList optional ArrayOfDropBillingStatusInfo Complex Type
Sequence
Sequence
DropID optional xs:long
System ID for the Drop associated with the billing status information.
Month optional xs:int
Month of the billing status entry.
Year optional xs:int
Year of the billing status entry.
Status optional DropBillingStatus Simple Type
Billing status indicator.
BilledAmount optional xs:double
Amount billed for the month and year.
BilledQuantity optional xs:long
Quantity billed for the month and year.  This value depends on the price type assigned to the Drop... could be impressions or clicks.
200 Response (IAdBookConnect_UpdateDropBillingStatus_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Result information for Drop objects and billing periods requested.http://www.FatTail.com/api:ArrayOfUpdateDropBillingStatusResult

Overview

Sequence
UpdateDropBillingStatusResult optional ArrayOfUpdateDropBillingStatusResult Complex Type
Sequence
Sequence
DropBillingStatus optional DropBillingStatusInfo Complex Type
Billing status updated for the drop.
Sequence
DropID optional xs:long
System ID for the Drop associated with the billing status information.
Month optional xs:int
Month of the billing status entry.
Year optional xs:int
Year of the billing status entry.
Status optional DropBillingStatus Simple Type
Billing status indicator.
BilledAmount optional xs:double
Amount billed for the month and year.
BilledQuantity optional xs:long
Quantity billed for the month and year.  This value depends on the price type assigned to the Drop... could be impressions or clicks.
Fault optional DataAccessFault Complex Type
Error information if an exception was encountered during the update operation.
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 update 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_UpdateDropBillingStatus_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service