Revenue Ranges
Tenant-configurable revenue ranges for client classification and pricing. Provides CRUD operations for creating, retrieving, updating, and deleting custom revenue ranges. Revenue ranges are used to categorize clients by annual revenue and enable revenue-based pricing overrides for billable services. Each tenant can define their own revenue ranges with custom names and sort orders.
-
GET List RevenueRangesLists all RevenueRanges for the given tenant./tenants/{tenant}/revenue-ranges
-
POST Create RevenueRangeCreates a new RevenueRange for the specified tenant./tenants/{tenant}/revenue-ranges
-
GET Get RevenueRangeGets a RevenueRange for the specified tenant./tenants/{tenant}/revenue-ranges/{code}
-
PUT Update RevenueRangeUpdates a RevenueRange for the specified tenant./tenants/{tenant}/revenue-ranges/{code}
-
DELETE Delete RevenueRangeDeletes a RevenueRange for the specified tenant./tenants/{tenant}/revenue-ranges/{code}