/
CO
codelitdev
/
CourseLit REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Media Uploads
1
Product Content
11
Product Customers
3
Product Learner Actions
2
Product Payment Plans
6
get
List product payment plans
post
Create a product payment plan
get
Get a product payment plan
delete
Archive a product payment plan
patch
Update a product payment plan
post
Set the default product payment plan
Products
5
Users
2
Product Payment Plans
Archive a product payment plan
delete
/api/products/{productId}/payment-plans/{planId}
Path parameters
productId
string
required
planId
string
required
Response
Success.
PaymentPlan
required
planId
string
name
string
type
'free'
|
'onetime'
|
'emi'
|
'subscription'
entityId
string
entityType
string
oneTimeAmount
number
emiAmount
number
emiTotalInstallments
number
subscriptionMonthlyAmount
number
subscriptionYearlyAmount
number
description
string
isDefault
boolean
Changes