v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
BillingAccount

Sets the minimum spend commitment for a customer.

At invoice time, if the period's measured spend is below the commitment, a top-up charge for the shortfall is added so the usage-side bill reaches the commitment. Setting it to 0 removes the commitment.

put/billing/organization/{organizationId}/minimum-spend-commitment

Path parameters

organizationIdstring required

The id of the organization whose minimum spend commitment to set.

Request body

minimumSpendCommitmentnumber double required

The new minimum spend commitment. 0 means no commitment; a positive value tops up the usage-side bill at invoice time when measured spend falls short.

Response

No Content