Command to get ban data, how other data is related to bans, and some data related to bans.
<mbapi> <command><!-- string --></command> <showXMLHeader><!-- boolean --></showXMLHeader> <params> <billingAccountShareID><!-- int --></billingAccountShareID> <billingAccountID><!-- string --></billingAccountID> <packageID><!-- int --></packageID> <billingAccountFallbackGroup><!-- boolean --></billingAccountFallbackGroup> <billingAccountShareGroup><!-- int --></billingAccountShareGroup> <billingAccountShareValue><!-- int --></billingAccountShareValue> <getPackageData><!-- boolean --></getPackageData> <verifyBillingAccount><!-- boolean --></verifyBillingAccount> </params> </mbapi>
<mbapi> <header> <remoteSessionID><!-- hex --></remoteSessionID> <errorCount><!-- int --></errorCount> <errors> <error> <title><!-- string --></title> <message><!-- string --></message> </error> </errors> <numResults><!-- int --></numResults> <numAffectedRows><!-- int --></numAffectedRows> </header> <results> <billingAccountShares> <billingAccountShare> <billingAccountShareID><!-- int --></billingAccountShareID> <billingAccountID><!-- string --></billingAccountID> <packageID><!-- int --></packageID> <billingAccountFallbackGroup><!-- boolean --></billingAccountFallbackGroup> <billingAccountShareGroup><!-- int --></billingAccountShareGroup> <billingAccountShareValue><!-- int --></billingAccountShareValue> </billingAccountShare> </billingAccountShares> </results> </mbapi>
mbapi
MBAPI request document root.
command
Required. The string GetBillingAccountShares.
showXMLHeader
Whether to show an XML header in the results.
params
GetBillingAccountShares parameters.
billingAccountShareID
The ID of the billing Account Share.
billingAccountID
The ID of the billing Account.
packageID
The ID of the package.
billingAccountFallbackGroup
The billing account fallback group.
billingAccountShareGroup
The billing account share group.
billingAccountShareValue
The billing account share value.
getPackageData
Whether to join in the package or not.
verifyBillingAccount
Whether or not to join the billing account to make sure there is a valid billing account for the share.
mbapi
MBAPI response document root.
header
Contains result meta data: data about the result itself.
remoteSessionID
A session ID that may be used for authentication instead of a remote access hash.
errorCount
The number of errors that occured.
errors
Contains any errors that occured.
error
Contains information relating to a single error. Occurs header errorCount times.
title
The title of the error.
message
The error message.
numResults
The number of results that have been returned. For Get commands.
numAffectedRows
The number of rows that have been affected. For Set commands.
results
Contains any results.
billingAccountShares
Contains all billing Account Share results.
billingAccountShare
Contains all results for a single billing Account Share. Occurs header numResults times.
billingAccountShareID
The ID of the billing Account Share.
billingAccountID
The ID of the billing Account.
packageID
The ID of the package.
billingAccountFallbackGroup
The billing account fallback group.
billingAccountShareGroup
The billing account share group.
billingAccountShareValue
The billing account share value.