Creates a new SubscriberFlex
Success
Unauthorized
{- "subscriber_ID": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "auto_Create_Flex": true,
- "cobrA_Rate": 0.1,
- "card_Status": "string",
- "custom_Election_Info_Only": true,
- "election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "full_Election_For_Partial_Year": true,
- "gross_Salary": 0.1,
- "net_Salary": 0.1,
- "purse_Status": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriber_ID": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "auto_Create_Flex": true,
- "cobrA_Rate": 0.1,
- "card_Status": "string",
- "custom_Election_Info_Only": true,
- "election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "full_Election_For_Partial_Year": true,
- "gross_Salary": 0.1,
- "net_Salary": 0.1,
- "purse_Status": "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 SubscriberFlex for the given subscriberID and groupID and planID
Success
Unauthorized
Updates a specific SubscriberFlex.
Success
Unauthorized
{- "subscriber_ID": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "auto_Create_Flex": true,
- "cobrA_Rate": 0.1,
- "card_Status": "string",
- "custom_Election_Info_Only": true,
- "election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "full_Election_For_Partial_Year": true,
- "gross_Salary": 0.1,
- "net_Salary": 0.1,
- "purse_Status": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriber_ID": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "auto_Create_Flex": true,
- "cobrA_Rate": 0.1,
- "card_Status": "string",
- "custom_Election_Info_Only": true,
- "election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "full_Election_For_Partial_Year": true,
- "gross_Salary": 0.1,
- "net_Salary": 0.1,
- "purse_Status": "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 SubscriberFlex at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "subscriber_ID": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "auto_Create_Flex": true,
- "cobrA_Rate": 0.1,
- "card_Status": "string",
- "custom_Election_Info_Only": true,
- "election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "full_Election_For_Partial_Year": true,
- "gross_Salary": 0.1,
- "net_Salary": 0.1,
- "purse_Status": "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"
}
}