Creates a new GroupPlanYearAutoPriorAccum
Success
Unauthorized
{- "groupPlanYearAutoPriorAccum_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "plan_Type": "string",
- "plan_Year": "string",
- "prior_Accum_Benefit_Code": "string",
- "prior_Accum_Plan_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "groupPlanYearAutoPriorAccum_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "plan_Type": "string",
- "plan_Year": "string",
- "prior_Accum_Benefit_Code": "string",
- "prior_Accum_Plan_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all GroupPlanYearAutoPriorAccum for the given groupID and divisionID and planYear
Success
Unauthorized
Gets GroupPlanYearAutoPriorAccum
Success
Unauthorized
Updates a specific GroupPlanYearAutoPriorAccum.
Success
Unauthorized
{- "groupPlanYearAutoPriorAccum_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "plan_Type": "string",
- "plan_Year": "string",
- "prior_Accum_Benefit_Code": "string",
- "prior_Accum_Plan_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "groupPlanYearAutoPriorAccum_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "plan_Type": "string",
- "plan_Year": "string",
- "prior_Accum_Benefit_Code": "string",
- "prior_Accum_Plan_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Deletes an GroupPlanYearAutoPriorAccum
Success
Unauthorized
Create or Update multiple GroupPlanYearAutoPriorAccum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "groupPlanYearAutoPriorAccum_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "plan_Type": "string",
- "plan_Year": "string",
- "prior_Accum_Benefit_Code": "string",
- "prior_Accum_Plan_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}