Method: accounts.customers.entitlements.transferToDirect

Transfers the entitlements to direct for the customer. This is called by the current reseller.

HTTP request

POST https://cloudchannel.googleapis.com/v1alpha1/{parent=accounts/*/customers/*}/entitlements:transferToDirect

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The resource name of reseller's customer account where the entitlements transfer from. Parent takes the format: 'accounts/{account_id}/customers/{customer_id}'

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/apps.order
  • https://www.googleapis.com/auth/userinfo.email

For more information, see the Authentication Overview.

Try it!