registerDemandResponseCampaignParticipant
Register an account for participating in a Demand Response campaign.
Arguments
Input fields for registering an account for a Demand Response campaign.
Returns
RegisterDemandResponseCampaignParticipantResponse!Returned when a customer registers for a Demand Response campaign.
Possible Errors
Allowed Viewers
Query 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.
mutation RegisterDemandResponseCampaignParticipant($input: RegisterDemandResponseCampaignParticipantInput) {
registerDemandResponseCampaignParticipant(input: $input) {
... on CommonError {
...CommonErrorFragment
}
... on RegisterDemandResponseCampaignParticipantRegistered {
...RegisterDemandResponseCampaignParticipantRegisteredFragment
}
}
}
Variables
{
"input": RegisterDemandResponseCampaignParticipantInput
}
Response
{
"data": {
"registerDemandResponseCampaignParticipant": CommonError
}
}