Define Premiums
Defines premiums for a given plan. A plan will have multiple premiums with different criteria. For example a simple ‘composite’ plan will have 5 premiums defining an ‘amount’ for each coverage type.
Documentation Index
Fetch the complete documentation index at: https://docs.withclasp.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication with required prefix "Bearer"
Path Parameters
Body
The amount of the premium. For example '100' to define a rate of $100.
^-?\d{0,8}(?:\.\d{0,2})?$The coverage type to which this premium applies. For example 'member' to define a rate for a member-only enrollment.
member, member_spouse, member_child, member_children, member_family Whether this rate depends on tobacco usage. Leave null when not applicable.
The relationship category to which this premium applies. For example 'member' to define a rate for a member and 'child' to define a rate for a child.
member, spouse, child The age to which this premium applies. For example '18' to define a rate for a 18-year-old.
^\d{0,2}$Response
The amount of the premium. For example '100' to define a rate of $100.
^-?\d{0,8}(?:\.\d{0,2})?$The coverage type to which this premium applies. For example 'member' to define a rate for a member-only enrollment.
member, member_spouse, member_child, member_children, member_family Whether this rate depends on tobacco usage. Leave null when not applicable.
The relationship category to which this premium applies. For example 'member' to define a rate for a member and 'child' to define a rate for a child.
member, spouse, child The age to which this premium applies. For example '18' to define a rate for a 18-year-old.
^\d{0,2}$