cupsValidationToContractAtrBased
Get confirmation if cups is valid to make a contract.
Arguments
Input arguments validate in chipiron.
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 CupsValidationToContractAtrBased($cupsAndProductInput: CupsValidationToContractInput!) {
cupsValidationToContractAtrBased(cupsAndProductInput: $cupsAndProductInput) {
availableContractElectricity
availableContractGas
electricityProductId
gasProductId
spanishValidationMessage
validationMessage
}
}
Variables
{
"cupsAndProductInput": CupsValidationToContractInput
}
Response
{
"data": {
"cupsValidationToContractAtrBased": {
"availableContractElectricity": true,
"availableContractGas": true,
"electricityProductId": "51255151",
"gasProductId": "63212269",
"spanishValidationMessage": "goal-type-ahead-can-both",
"validationMessage": "follow-public-during-option-system"
}
}
}