cupsValidationToContractAtrBasedV2
Get confirmation if cups is valid to contract the products.
Deprecation
The 'cupsValidationToContractAtrBasedV2' field is deprecated.Never used. Use 'cupsValidationToContractAtrBased' instead.
- Marked as deprecated on 2024-05-27.
- Scheduled for removal on or after 2024-07-01.
Arguments
Electricity and gas cups and products to contract.
Returns
CupsValidationToContractExamples
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 CupsValidationToContractAtrBasedV2($input: CupsValidationToContractInput!) {
cupsValidationToContractAtrBasedV2(input: $input) {
availableContractElectricity
availableContractGas
electricityProductId
gasProductId
spanishValidationMessage
validationMessage
}
}
Variables
{
"input": CupsValidationToContractInput
}
Response
{
"data": {
"cupsValidationToContractAtrBasedV2": {
"availableContractElectricity": true,
"availableContractGas": true,
"electricityProductId": "13070653",
"gasProductId": "86446289",
"spanishValidationMessage": "entire-movie-science-thought-discover",
"validationMessage": "decision-clearly-price-I-executive"
}
}
}