Method: buyers.clients.create

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

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

  • The request body should contain a Client object as defined in the provided link.

  • A successful response returns a newly created Client object.

  • Utilizes the https://www.googleapis.com/auth/authorized-buyers-marketplace authorization scope.

Creates a new client.

HTTP request

POST https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{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