Method: accounts.services.propose

Propose an account service.

HTTP request

POST https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/services:propose

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the parent account for the service. Format: accounts/{account}

Request body

The request body contains data with the following structure:

JSON representation
{
  "provider": string,
  "accountService": {
    object (AccountService)
  }
}
Fields
provider

string

Required. The provider of the service. Either the reference to an account such as providers/123 or a well-known service provider (one of providers/GOOGLE_ADS or providers/GOOGLE_BUSINESS_PROFILE).

accountService

object (AccountService)

Required. The account service to propose.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.