createOpportunitySolarPanelMarket
Create an opportunity for the solar panels market.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4121: Invalid phone number.
- KT-CT-4122: Invalid email.
- KT-CT-7899: An internal error occurred.
- KT-CT-8946: A team must also be provided when assigning a user.
- KT-CT-8947: The team you specified was not found.
- KT-CT-8948: The user you specified was not found.
- KT-CT-8949: The selected team does not belong to the specified partner.
- KT-CT-8950: The selected user does not belong to the specified partner.
- KT-CT-8951: The selected user is not a member of the specified team.
Allowed Viewers
Required Permissions
Can create opportunitiesQuery 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 CreateOpportunitySolarPanelMarket($input: CreateOpportunitySolarPanelsMarketInput!) {
createOpportunitySolarPanelMarket(input: $input) {
createdAt
number
}
}
Variables
{
"input": CreateOpportunitySolarPanelsMarketInput
}
Response
{
"data": {
"createOpportunitySolarPanelMarket": {
"createdAt": "1991-09-23T02:09:10.705908+00:00",
"number": "join-politics-green-size-account"
}
}
}