Billing
Create a new or update a customer override
The customer override can be used to pin a given customer to a billing profile different from the default one.
This can be used to test the effect of different billing profiles before making them the default ones or have different workflow settings for example for enterprise customers.
put/api/v1/billing/customers/{customerId}
Path parameters
customerIdstring required
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Example request
{
"billingProfileId": "01G65Z755AFWAKHE12NY0CQ9FH"
}Response
The request has succeeded.