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 |
Required. The resource name of the parent account for the service. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"provider": string,
"accountService": {
object ( |
Fields | |
---|---|
provider |
Required. The provider of the service. Either the reference to an account such as |
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.