Creates a new GroupContractPlanRiderExternalID
Success
Unauthorized
{- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "external_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "external_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "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 GroupContractPlanRiderExternalID for the given groupID and divisionID and coverageStart and planID and benefitCode
Success
Unauthorized
Gets GroupContractPlanRiderExternalID
Success
Unauthorized
Updates a specific GroupContractPlanRiderExternalID.
Success
Unauthorized
{- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "external_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "group_ID": "string",
- "division_ID": "string",
- "coverage_Start": "2019-08-24T14:15:22Z",
- "plan_ID": "string",
- "benefit_Code": "string",
- "external_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "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 GroupContractPlanRiderExternalID
Success
Unauthorized
Create or Update multiple GroupContractPlanRiderExternalID 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",
- "external_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "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"
}
}