Method: buyers.clients.create

  • The content describes how to create a new client using an HTTP POST request to a specified URL.

  • Creating a client requires a parent path parameter formatted as buyers/{accountId}.

  • The request body should contain an instance of Client and the response body, if successful, will also contain a Client instance.

  • Authorization requires the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth 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