availableProductSwitchDates
Get available dates for product switch.
Arguments
Possible Errors
Allowed Viewers
Required Permissions
Can switch productQuery Complexity
1Examples
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 AvailableProductSwitchDates(
$agreementId: Int!,
$maxRange: Int
) {
availableProductSwitchDates(
agreementId: $agreementId,
maxRange: $maxRange
)
}
Variables
{
"agreementId": 80291397,
"maxRange": 63
}
Response
{
"data": {
"availableProductSwitchDates": "2002-07-27"
}
}