Create Insurer Plan
POST/v1/plans
Create a new insurer plan in the authenticated user's organization.
Request
- application/json
Body
required
name string
Responses
- 200
- 400
- 401
- 500
Plan created successfully
- application/json
- Schema
- Example (from schema)
Schema
saved integer
message string
{
"saved": 1,
"message": "Plan Saved Successfully."
}
Invalid request, name and hmo are required
Unauthenticated
Plan could not be created, contact support
Loading...