Creates a new GroupFlex
Success
Unauthorized
{- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "contribution_Amount": 0.1,
- "contribution_Pct": true,
- "contribution_Pct_Type": "string",
- "contribution_Schedule": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Contribution_Date": "2019-08-24T14:15:22Z",
- "first_Payment_Date": "2019-08-24T14:15:22Z",
- "first_Reimburse_Date": "2019-08-24T14:15:22Z",
- "flex_Vendor": "string",
- "grace_Period": 0,
- "grace_Period_Type": "string",
- "max_Election": 0.1,
- "minimum_Payment": 0.1,
- "payment_Schedule": "string",
- "reimburse_Schedule": "string",
- "rollover_Amount": 0.1,
- "submit_Period": 0,
- "submit_Period_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "contribution_Amount": 0.1,
- "contribution_Pct": true,
- "contribution_Pct_Type": "string",
- "contribution_Schedule": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Contribution_Date": "2019-08-24T14:15:22Z",
- "first_Payment_Date": "2019-08-24T14:15:22Z",
- "first_Reimburse_Date": "2019-08-24T14:15:22Z",
- "flex_Vendor": "string",
- "grace_Period": 0,
- "grace_Period_Type": "string",
- "max_Election": 0.1,
- "minimum_Payment": 0.1,
- "payment_Schedule": "string",
- "reimburse_Schedule": "string",
- "rollover_Amount": 0.1,
- "submit_Period": 0,
- "submit_Period_Type": "string",
- "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 GroupFlex for the given groupID
Success
Unauthorized
Updates a specific GroupFlex.
Success
Unauthorized
{- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "contribution_Amount": 0.1,
- "contribution_Pct": true,
- "contribution_Pct_Type": "string",
- "contribution_Schedule": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Contribution_Date": "2019-08-24T14:15:22Z",
- "first_Payment_Date": "2019-08-24T14:15:22Z",
- "first_Reimburse_Date": "2019-08-24T14:15:22Z",
- "flex_Vendor": "string",
- "grace_Period": 0,
- "grace_Period_Type": "string",
- "max_Election": 0.1,
- "minimum_Payment": 0.1,
- "payment_Schedule": "string",
- "reimburse_Schedule": "string",
- "rollover_Amount": 0.1,
- "submit_Period": 0,
- "submit_Period_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "contribution_Amount": 0.1,
- "contribution_Pct": true,
- "contribution_Pct_Type": "string",
- "contribution_Schedule": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Contribution_Date": "2019-08-24T14:15:22Z",
- "first_Payment_Date": "2019-08-24T14:15:22Z",
- "first_Reimburse_Date": "2019-08-24T14:15:22Z",
- "flex_Vendor": "string",
- "grace_Period": 0,
- "grace_Period_Type": "string",
- "max_Election": 0.1,
- "minimum_Payment": 0.1,
- "payment_Schedule": "string",
- "reimburse_Schedule": "string",
- "rollover_Amount": 0.1,
- "submit_Period": 0,
- "submit_Period_Type": "string",
- "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 GroupFlex 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",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "contribution_Amount": 0.1,
- "contribution_Pct": true,
- "contribution_Pct_Type": "string",
- "contribution_Schedule": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Contribution_Date": "2019-08-24T14:15:22Z",
- "first_Payment_Date": "2019-08-24T14:15:22Z",
- "first_Reimburse_Date": "2019-08-24T14:15:22Z",
- "flex_Vendor": "string",
- "grace_Period": 0,
- "grace_Period_Type": "string",
- "max_Election": 0.1,
- "minimum_Payment": 0.1,
- "payment_Schedule": "string",
- "reimburse_Schedule": "string",
- "rollover_Amount": 0.1,
- "submit_Period": 0,
- "submit_Period_Type": "string",
- "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"
}
}