Update billing status for a collection of Drop objects and periods.
The request body is of type http://www.FatTail.com/api:UpdateDropBillingStatus.
Request Body Parameters
Name | Description | Data Type |
dropBillingStatusList | Billing status information for each Drop and billing period. | http://www.FatTail.com/api:ArrayOfDropBillingStatusInfo |
Overview
 |
 |
Sequence
 |
 |
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.
|
 |
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.
| | | | | | |
The response body is of type http://www.FatTail.com/api:UpdateDropBillingStatusResponse.
Response Body Parameters
Name | Description | Data Type |
UpdateDropBillingStatusResult | Result information for Drop objects and billing periods requested. | http://www.FatTail.com/api:ArrayOfUpdateDropBillingStatusResult |
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
 |
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.
|
 |
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.
| | |
 |
 |
Sequence
 |
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
 |
Sequence
| |
| |
 |
Success optional xs:boolean
True if the update operation was successful. False if an exception was encountered.
| | | | | | |