fanClubStatus
Get current status, historic discounts and future projections for a Fan Club source.
Returns
[FanClubStatus]Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query FanClubStatus(
$accountNumber: String,
$propertyId: Int
) {
fanClubStatus(
accountNumber: $accountNumber,
propertyId: $propertyId
) {
accountNumbers
catchments
current {
...DiscountDataFragment
}
discountSource
forecast {
...DiscountForecastFragment
}
historic {
...DiscountDataFragment
}
location
name
propertyIds
thresholds {
...ThresholdFragment
}
windFarm
}
}
Variables
{
"accountNumber": "A-00988B98",
"propertyId": 71491422
}
Response
{
"data": {
"fanClubStatus": [
{
"accountNumbers": "outside-source-play-nearly-Congress",
"catchments": "before-necessary-surface-us-allow",
"current": DiscountData,
"discountSource": "want-audience-test-laugh-senior",
"forecast": DiscountForecast,
"historic": [DiscountData],
"location": "example-environmental-something-continue-face",
"name": "cold-effort-weight-prevent-possible",
"propertyIds": 38,
"thresholds": [Threshold],
"windFarm": "lawyer-focus-listen-age-hit"
}
]
}
}