Method: partners.opportunities.patch

Updates an Opportunity for a Partner.

HTTP request

PATCH https://cloudcrmpartners.googleapis.com/v1/{opportunity.name=partners/*/opportunities/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
opportunity.name

string

Format: partners/{partner_id}/opportunities/{opportunity_id}

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask applies to the resource.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Opportunity.

Response body

If successful, the response body contains an instance of Opportunity.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloudcrmpartners

For more information, see the OAuth 2.0 Overview.