Creates a new GroupContractPlanPremium
Success
Unauthorized
{- "groupContractPlanPremium_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "applies_To": "string",
- "billing_Basis": "s",
- "child": true,
- "coverage_Start": "2019-08-24T14:15:22Z",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "maximum": 0.1,
- "plan_ID": "string",
- "premium": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "groupContractPlanPremium_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "applies_To": "string",
- "billing_Basis": "s",
- "child": true,
- "coverage_Start": "2019-08-24T14:15:22Z",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "maximum": 0.1,
- "plan_ID": "string",
- "premium": 0.1,
- "sex": "s",
- "tier": "st",
- "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 GroupContractPlanPremium for the given groupID and divisionID and coverageStart and planID
Success
Unauthorized
Gets GroupContractPlanPremium
Success
Unauthorized
Updates a specific GroupContractPlanPremium.
Success
Unauthorized
{- "groupContractPlanPremium_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "applies_To": "string",
- "billing_Basis": "s",
- "child": true,
- "coverage_Start": "2019-08-24T14:15:22Z",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "maximum": 0.1,
- "plan_ID": "string",
- "premium": 0.1,
- "sex": "s",
- "tier": "st",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "groupContractPlanPremium_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "applies_To": "string",
- "billing_Basis": "s",
- "child": true,
- "coverage_Start": "2019-08-24T14:15:22Z",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "maximum": 0.1,
- "plan_ID": "string",
- "premium": 0.1,
- "sex": "s",
- "tier": "st",
- "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 GroupContractPlanPremium
Success
Unauthorized
Create or Update multiple GroupContractPlanPremium at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "groupContractPlanPremium_Key": 0,
- "adult": true,
- "age_From": 0,
- "age_Thru": 0,
- "applies_To": "string",
- "billing_Basis": "s",
- "child": true,
- "coverage_Start": "2019-08-24T14:15:22Z",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "maximum": 0.1,
- "plan_ID": "string",
- "premium": 0.1,
- "sex": "s",
- "tier": "st",
- "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"
}
}