updateOpportunityStage
Update the stage of a opportunity.
Arguments
Input fields for updating the state of a opportunity.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-CT-8903: Unable to update opportunity.
- KT-CT-8910: Received opportunity current stage is not valid.
- KT-CT-8914: Stage not found.
- KT-CT-8915: Stages are not in the same funnel.
- KT-CT-8916: Current stage mismatch.
- KT-CT-8917: Stage transition not allowed.
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 UpdateOpportunityStage($input: UpdateOpportunityStageInput!) {
updateOpportunityStage(input: $input) {
message
}
}
Variables
{
"input": UpdateOpportunityStageInput
}
Response
{
"data": {
"updateOpportunityStage": {
"message": "minute-across-business-first-risk"
}
}
}