Create a sub-scheme for a group scheme plan Run in API Explorer
Body
-
The name for the sub-scheme
Maximum length is
255. -
Plan status for the member.
Value Description active Active inactive Inactive proposed Proposed Values are
active,inactive, orproposed. -
Optional inactive status when the status is inactive.
Value Description accepted Accepted agency_transferred Agency Transferred cancelled Cancelled claimed Claimed complete Complete death_event Death Event deferred Deferred drawdown Drawdown expired Expired full_drawdown Full Drawdown issued Issued lapsed Lapsed matured Matured not_proceeded_with Not Proceeded With not_taken_up Not Taken Up offered Offered paid_up Paid Up partial_drawdown Partial Drawdown partial_surrender Partial Surrender proposed Proposed prospect Prospect refunded Refunded refused Refused surrendered Surrendered transfer Transfer transferred Transferred underwriting Underwriting vested Vested declined Declined encashment Encashment left_service Left Service premium_holiday Premium Holiday other Other Values are
accepted,agency_transferred,cancelled,claimed,complete,death_event,deferred,drawdown,expired,full_drawdown,issued,lapsed,matured,not_proceeded_with,not_taken_up,offered,paid_up,partial_drawdown,partial_surrender,proposed,prospect,refunded,refused,surrendered,transfer,transferred,underwriting,vested,declined,encashment,left_service,premium_holiday, orother. -
Optional policy number if the sub scheme has separate policy numbers per member.
Maximum length is
255. -
Date when the policy was made inactive.
-
Date when the policy went "on risk".
-
Employer percentage being paid in to pension plan.
Minimum value is
0.0, maximum value is100.0. -
Frequency of the employer percentage being paid in to pension plan.
-
Employee percentage being paid in to pension plan.
Minimum value is
0.0, maximum value is100.0. -
Frequency of the employee percentage being paid in to pension plan.
Value Description daily Daily weekly Weekly fortnightly Fortnightly four_weekly Four Weekly monthly Monthly bimonthly Bimonthly quarterly Quarterly biannually Biannually annually Annually adhoc Adhoc one_off One Off Values are
daily,weekly,fortnightly,four_weekly,monthly,bimonthly,quarterly,biannually,annually,adhoc, orone_off.
curl \
--request POST 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed/sub-group-schemes' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"Families","status":"active","inactive_status":"accepted","policy_number":"AVIVA-123","inactive_at":"2024-03-26","on_risk_at":"2023-03-26","employer_percentage":1.24,"employer_frequency":"monthly","employee_percentage":9.65,"employee_frequency":"daily"}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Families",
"status": "active",
"inactive_status": "accepted",
"policy_number": "AVIVA-123",
"inactive_at": "2024-03-26",
"on_risk_at": "2023-03-26",
"employer_percentage": 1.24,
"employer_frequency": "monthly",
"employee_percentage": 9.65,
"employee_frequency": "daily"
}
{
"message": "Plan is being deleted."
}
{
"message": "Plan is being deleted."
}