Method: buyers.clients.create

  • Creates a new client using an HTTP POST request to the specified URL.

  • Requires specifying the buyer's account ID as a path parameter.

  • The request body should contain a Client object, and a successfully created Client is returned in the response.

  • Authorization is required with the https://www.googleapis.com/auth/authorized-buyers-marketplace scope.

Creates a new client.

HTTP request

POST https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/clients

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the buyer. Format: buyers/{accountId}

Request body

The request body contains an instance of Client.

Response body

If successful, the response body contains a newly created instance of Client.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace