Method: accounts.contracts.commissionGroups.create

Creates a new commission group.

HTTP request

POST https://merchantapi.googleapis.com/youtube/v1alpha/{parent=accounts/*/contracts/*}/commissionGroups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent contract where this commission group will be created. Format: accounts/{account}/contracts/{contract}

Request body

The request body contains an instance of CommissionGroup.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.