Creates a new SubscriberReimbursement
Success
Unauthorized
{- "subscriberReimbursement_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "max_ID": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriberReimbursement_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "max_ID": "string",
- "plan_ID": "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 SubscriberReimbursement for the given groupID and planID and benefitCode and maxID
Success
Unauthorized
Gets SubscriberReimbursement
Success
Unauthorized
Updates a specific SubscriberReimbursement.
Success
Unauthorized
{- "subscriberReimbursement_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "max_ID": "string",
- "plan_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriberReimbursement_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "max_ID": "string",
- "plan_ID": "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"
}
}
Deletes an SubscriberReimbursement
Success
Unauthorized
Create or Update multiple SubscriberReimbursement at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "subscriberReimbursement_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "max_ID": "string",
- "plan_ID": "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"
}
}