createOpportunitySolarPanelMarket
Create an opportunity for the solar panels market.
Arguments
Returns
CreateOpportunitySolarPanelsMarketOutput type of the createOpportunitySolarPanelMarket mutation.
- 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.
- KT-CT-8964: The selected sales channel does not belong to the specified partner.
Examples
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": "2009-08-13T13:42:57.668508+00:00",
"number": "whether-rise-performance-Democrat-customer"
}
}
}