Skip to main content
POST
Create plan phase

Authorizations

x-api-key
string
header
default:<your-api-key>
required
organisation
string
header
default:<your-organisation-id>
required

Path Parameters

plan_id
string<uuid>
required

Body

application/json
name
string
required

Plan name

schedule
Schedule · object
required

Schedule of the Phase

order
integer
required

Order of the phase

description
string | null

Product Description

features
CreateProductPricingRequestSchema · object | null

Phase Features

pricings
CreatePlanPhasePricingRequestSchema · object[] | null

Different Product Pricings

Response

Successful Response

name
string
required

Plan name

schedule
Schedule · object
required

Schedule of the phase

order
integer
required

Order of the phase

id
string<uuid>
required

Plan ID

created_at
string<date-time>
required

Plan created at

updated_at
string<date-time>
required

Plan updated at

plan_id
string<uuid>
required

Plan ID

description
string | null

Product Description

pricings
PlanPhasePricingResponseSchema · object[] | null

Different Product Pricings

features
ProductPricingResponseSchema · object | null

Phase Features