Creates a new GroupFlexCreate
Success
Unauthorized
{- "groupFlexCreate_Key": 0,
- "co_Ins": true,
- "co_Pay": true,
- "combine": true,
- "create_From_Plan_ID": "string",
- "create_To_Plan_ID": "string",
- "deductible": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "employee_Only": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "group_ID": "string",
- "not_Covered": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "groupFlexCreate_Key": 0,
- "co_Ins": true,
- "co_Pay": true,
- "combine": true,
- "create_From_Plan_ID": "string",
- "create_To_Plan_ID": "string",
- "deductible": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "employee_Only": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "group_ID": "string",
- "not_Covered": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "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 GroupFlexCreate for the given groupID
Success
Unauthorized
Updates a specific GroupFlexCreate.
Success
Unauthorized
{- "groupFlexCreate_Key": 0,
- "co_Ins": true,
- "co_Pay": true,
- "combine": true,
- "create_From_Plan_ID": "string",
- "create_To_Plan_ID": "string",
- "deductible": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "employee_Only": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "group_ID": "string",
- "not_Covered": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "groupFlexCreate_Key": 0,
- "co_Ins": true,
- "co_Pay": true,
- "combine": true,
- "create_From_Plan_ID": "string",
- "create_To_Plan_ID": "string",
- "deductible": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "employee_Only": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "group_ID": "string",
- "not_Covered": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple GroupFlexCreate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "groupFlexCreate_Key": 0,
- "co_Ins": true,
- "co_Pay": true,
- "combine": true,
- "create_From_Plan_ID": "string",
- "create_To_Plan_ID": "string",
- "deductible": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "employee_Only": true,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "group_ID": "string",
- "not_Covered": true,
- "term_Date": "2019-08-24T14:15:22Z",
- "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"
}
}