Skip to main content

Arguments

Input fields for updating the address of a opportunity.

Returns

UpdateOpportunityDetails

Update the details of an opportunity.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can update leads

Query Complexity

1

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.

Query

mutation UpdateOpportunityDetails($input: UpdateOpportunityDetailsInput!) { updateOpportunityDetails(input: $input) { updatedData } }

Variables

Response

{ "data": { "updateOpportunityDetails": { "updatedData": {"key": "value"} } } }