Creates a new MemEnrollmentPlan
Success
Unauthorized
{- "subscriber_ID": "string",
- "member_Seq": "st",
- "group_ID": "string",
- "division_ID": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "sub_Start_Date": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "plan_Start": "2019-08-24T14:15:22Z",
- "dollar_Amount": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ltC_Daily_Benefit_Amount": 0.1,
- "ltC_Lifetime_Max_Amount": 0.1,
- "ltC_Lifetime_Max_Days": 0,
- "ltC_Lifetime_Max_Years": 0,
- "ltC_Monthly_Benefit_Amount": 0.1,
- "plan_End": "2019-08-24T14:15:22Z",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Volume_Scale": true
}
{- "data": {
- "subscriber_ID": "string",
- "member_Seq": "st",
- "group_ID": "string",
- "division_ID": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "sub_Start_Date": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "plan_Start": "2019-08-24T14:15:22Z",
- "dollar_Amount": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ltC_Daily_Benefit_Amount": 0.1,
- "ltC_Lifetime_Max_Amount": 0.1,
- "ltC_Lifetime_Max_Days": 0,
- "ltC_Lifetime_Max_Years": 0,
- "ltC_Monthly_Benefit_Amount": 0.1,
- "plan_End": "2019-08-24T14:15:22Z",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Volume_Scale": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all MemEnrollmentPlan for the given subscriberID and memberSeq and groupID and divisionID
Success
Unauthorized
Gets MemEnrollmentPlan
Success
Unauthorized
Updates a specific MemEnrollmentPlan.
Success
Unauthorized
{- "subscriber_ID": "string",
- "member_Seq": "st",
- "group_ID": "string",
- "division_ID": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "sub_Start_Date": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "plan_Start": "2019-08-24T14:15:22Z",
- "dollar_Amount": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ltC_Daily_Benefit_Amount": 0.1,
- "ltC_Lifetime_Max_Amount": 0.1,
- "ltC_Lifetime_Max_Days": 0,
- "ltC_Lifetime_Max_Years": 0,
- "ltC_Monthly_Benefit_Amount": 0.1,
- "plan_End": "2019-08-24T14:15:22Z",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Volume_Scale": true
}
{- "data": {
- "subscriber_ID": "string",
- "member_Seq": "st",
- "group_ID": "string",
- "division_ID": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "sub_Start_Date": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "plan_Start": "2019-08-24T14:15:22Z",
- "dollar_Amount": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ltC_Daily_Benefit_Amount": 0.1,
- "ltC_Lifetime_Max_Amount": 0.1,
- "ltC_Lifetime_Max_Days": 0,
- "ltC_Lifetime_Max_Years": 0,
- "ltC_Monthly_Benefit_Amount": 0.1,
- "plan_End": "2019-08-24T14:15:22Z",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Volume_Scale": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Deletes an MemEnrollmentPlan
Success
Unauthorized
Create or Update multiple MemEnrollmentPlan at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "subscriber_ID": "string",
- "member_Seq": "st",
- "group_ID": "string",
- "division_ID": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "sub_Start_Date": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "plan_Start": "2019-08-24T14:15:22Z",
- "dollar_Amount": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ltC_Daily_Benefit_Amount": 0.1,
- "ltC_Lifetime_Max_Amount": 0.1,
- "ltC_Lifetime_Max_Days": 0,
- "ltC_Lifetime_Max_Years": 0,
- "ltC_Monthly_Benefit_Amount": 0.1,
- "plan_End": "2019-08-24T14:15:22Z",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Volume_Scale": true
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}