Creates a new GroupContractPlanRider
Success
Unauthorized
{- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "combined_Volume_Max": 0.1,
- "employee_Contribution": 0.1,
- "employee_Contribution_Pct": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Indicator": "s",
- "minimum_Benefit": 0.1,
- "premium": 0.1,
- "salary_Pct": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Salary_Pct": true,
- "volume": 0.1,
- "volume_Max": 0.1,
- "volume_Min": 0.1
}
{- "data": {
- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "combined_Volume_Max": 0.1,
- "employee_Contribution": 0.1,
- "employee_Contribution_Pct": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Indicator": "s",
- "minimum_Benefit": 0.1,
- "premium": 0.1,
- "salary_Pct": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Salary_Pct": true,
- "volume": 0.1,
- "volume_Max": 0.1,
- "volume_Min": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all GroupContractPlanRider for the given groupID and divisionID and coverageStart and planID
Success
Unauthorized
Gets GroupContractPlanRider
Success
Unauthorized
Updates a specific GroupContractPlanRider.
Success
Unauthorized
{- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "combined_Volume_Max": 0.1,
- "employee_Contribution": 0.1,
- "employee_Contribution_Pct": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Indicator": "s",
- "minimum_Benefit": 0.1,
- "premium": 0.1,
- "salary_Pct": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Salary_Pct": true,
- "volume": 0.1,
- "volume_Max": 0.1,
- "volume_Min": 0.1
}
{- "data": {
- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "combined_Volume_Max": 0.1,
- "employee_Contribution": 0.1,
- "employee_Contribution_Pct": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Indicator": "s",
- "minimum_Benefit": 0.1,
- "premium": 0.1,
- "salary_Pct": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Salary_Pct": true,
- "volume": 0.1,
- "volume_Max": 0.1,
- "volume_Min": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple GroupContractPlanRider at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "combined_Volume_Max": 0.1,
- "employee_Contribution": 0.1,
- "employee_Contribution_Pct": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Indicator": "s",
- "minimum_Benefit": 0.1,
- "premium": 0.1,
- "salary_Pct": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Salary_Pct": true,
- "volume": 0.1,
- "volume_Max": 0.1,
- "volume_Min": 0.1
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}