Creates a new MemberCOBSavings
Success
Unauthorized
{- "memberCOBSavings_Key": 0,
- "coB_Savings": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "plan_Type": "string",
- "plan_Year": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "memberCOBSavings_Key": 0,
- "coB_Savings": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "plan_Type": "string",
- "plan_Year": "string",
- "subscriber_ID": "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 MemberCOBSavings for the given subscriberID and memberSeq
Success
Unauthorized
Updates a specific MemberCOBSavings.
Success
Unauthorized
{- "memberCOBSavings_Key": 0,
- "coB_Savings": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "plan_Type": "string",
- "plan_Year": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "memberCOBSavings_Key": 0,
- "coB_Savings": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "plan_Type": "string",
- "plan_Year": "string",
- "subscriber_ID": "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"
}
}
Create or Update multiple MemberCOBSavings at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "memberCOBSavings_Key": 0,
- "coB_Savings": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "plan_Type": "string",
- "plan_Year": "string",
- "subscriber_ID": "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"
}
}