Skip to main content
POST
Create a benefit plan

Parameters

string
required
ID of the program the plan belongs to.
string
required
ID of the carrier (benefit provider).
string
required
Human-readable plan name.
string
required
Benefit category. One of medical, dental, vision, life, disability, retirement, or other.
array
Coverage tiers the plan offers, e.g. ["employee_only", "family"].
string | null
ISO-3166 country the plan is offered in. Omit for a global plan.
string | null
Network name or type (e.g. ppo, hmo).
string
Plan status. One of draft, active, or inactive. Defaults to draft.
date | null
First day the plan is in effect.
date | null
Last day the plan is in effect.
string | null
CEL expression deciding which workers may elect this plan, evaluated against the worker shape. Omit to offer it to anyone eligible for the program.
object
Employer cost-sharing policy, by coverage tier.
object
Display summary of plan terms.
object
Plan materials — links and document references.
object
Set of key-value pairs attached to the plan.

Returns

Returns the created Benefit plan object.