/
KI
killbill
/
Kill Bill
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Account
40
Admin
8
Bundle
16
Catalog
12
get
Retrieve the catalog as JSON
delete
Delete all versions for a per tenant catalog
get
Retrieve available add-ons for a given product
get
Retrieve available base plans
get
Retrieve phase for a given subscription and date
get
Retrieve plan for a given subscription and date
get
Retrieve priceList for a given subscription and date
get
Retrieve product for a given subscription and date
post
Add a simple plan entry in the current version of the catalog
get
Retrieve a list of catalog versions
get
Retrieve the full catalog as XML
post
Upload the full catalog as XML
Credit
2
CustomField
3
Export
1
Invoice
32
InvoiceItem
7
InvoicePayment
12
NodesInfo
2
Overdue
4
Payment
28
PaymentGateway
3
PaymentMethod
10
PaymentTransaction
11
PluginInfo
1
Security
10
Subscription
17
Tag
3
TagDefinition
5
Tenant
19
Usage
3
Catalog
Retrieve available add-ons for a given product
get
/1.0/kb/catalog/availableAddons
Query parameters
baseProductName
string
priceListName
string
accountId
string
uuid
Response
successful operation
PlanDetail[]
required
product
string
plan
string
priceList
string
finalPhaseBillingPeriod
'DAILY'
|
'WEEKLY'
|
'BIWEEKLY'
|
'THIRTY_DAYS'
|
'SIXTY_DAYS'
|
'NINETY_DAYS'
|
'MONTHLY'
|
'BIMESTRIAL'
|
'QUARTERLY'
|
'TRIANNUAL'
|
'BIANNUAL'
|
'ANNUAL'
|
'BIENNIAL'
|
'NO_BILLING_PERIOD'
finalPhaseRecurringPrice
Price[]
Changes