Creates a new  Customer 
 
resource under the reseller or distributor account.
Possible error codes:
- PERMISSION_DENIED: - The reseller account making the request is different from the reseller account in the API request.
- You are not authorized to create a customer. See https://support.google.com/channelservices/answer/9759265
 
- 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 |   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 .

