Method: accounts.customers.create

Creates a new Customer resource under the reseller or distributor account.

Possible error codes:

  • PERMISSION_DENIED:
  • INVALID_ARGUMENT:
    • Required request parameters are missing or invalid.
    • Domain field value doesn't match the primary email domain.

Return value: The newly created Customer resource.

HTTP request

POST https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/customers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}

Request body

The request body contains an instance of Customer.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.