Creates a new brand. Because Google detects brands from your existing properties, you only need this operation when you want to configure a brand before you send its properties to Google. Note that it might take a couple of days after your listing feed first provides a brand for the brand to appear.
HTTP request
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/brands
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the Hotel Center account being queried. The format is |
Query parameters
Parameters | |
---|---|
brandId |
Required. The partner-determined brand identifier. |
Request body
The request body contains an instance of Brand
.
Response body
If successful, the response body contains a newly created instance of Brand
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.