updateOpportunityDetails
Update the details of an opportunity.
Arguments
Input fields for updating the address of a opportunity.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-CT-8906: Opportunity not found.
- KT-CT-8912: Funnel not found.
- KT-CT-8930: Unable to parse address.
- KT-CT-8931: Extra detail value is invalid.
- KT-CT-8965: Updating a funnel-less opportunity via this mutation is not yet supported.
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 UpdateOpportunityDetails($input: UpdateOpportunityDetailsInput!) {
updateOpportunityDetails(input: $input) {
updatedData
}
}
Variables
{
"input": UpdateOpportunityDetailsInput
}
Response
{
"data": {
"updateOpportunityDetails": {
"updatedData": {"key": "value"}
}
}
}