Create a new pack
POST /api/v1/pricing/packs
POST
/api/v1/pricing/packs
Create a new feature pack.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
id
required
string
name
required
string
category
required
string
monthly_price
required
string
annual_price
required
string
description
required
string
depends_on
Array<string>
conflicts_with
Array<string>
is_legacy
boolean
included_in_plans
Array<string>
Responses
Section titled “ Responses ”Pack created
object
data
object
id
string
Example
bookings name
string
Example
Bookings category
string
monthly_price
string
Example
25.00 annual_price
string
Example
250.00 description
string
depends_on
Array<string>
conflicts_with
Array<string>
is_legacy
boolean
included_in_plans
Array<string>
Bad request - invalid input
object
error
object
code
Error code
string
message
Human-readable error message
string
Unauthorized - missing or invalid credentials
object
error
object
code
Error code
string
message
Human-readable error message
string
Conflict - resource already exists
object
error
object
code
Error code
string
message
Human-readable error message
string