Gets information about how a Reseller modifies their bill before sending it to a Customer.
Possible Error Codes:
- PERMISSION_DENIED: If the account making the request and the account being queried are different.
- NOT_FOUND: The CustomerRepricingConfigwas not found.
- INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support.
Return Value: If successful, the CustomerRepricingConfig resource, otherwise returns an error.
HTTP request
GET https://cloudchannel.googleapis.com/v1alpha1/{name=accounts/*/customers/*/customerRepricingConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. The resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of CustomerRepricingConfig.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/apps.order
For more information, see the Authentication Overview.