Creates a new PlanMaximum
Success
Unauthorized
{- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "dental_Designation": "s",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "expire_Date": "2019-08-24T14:15:22Z",
- "frequency": 0,
- "max_Description": "string",
- "max_Ex_Code": "string",
- "max_Payable_Ex_Code": "string",
- "max_Per": "s",
- "max_Sequence": 0,
- "max_Type": "s",
- "max_Type_Net": "s",
- "member_Family": "s",
- "quantity": 0.1,
- "subscriber_Reimbursement": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "visit_Criteria": 0
}
{- "data": {
- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "dental_Designation": "s",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "expire_Date": "2019-08-24T14:15:22Z",
- "frequency": 0,
- "max_Description": "string",
- "max_Ex_Code": "string",
- "max_Payable_Ex_Code": "string",
- "max_Per": "s",
- "max_Sequence": 0,
- "max_Type": "s",
- "max_Type_Net": "s",
- "member_Family": "s",
- "quantity": 0.1,
- "subscriber_Reimbursement": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "visit_Criteria": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific PlanMaximum.
Success
Unauthorized
{- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "dental_Designation": "s",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "expire_Date": "2019-08-24T14:15:22Z",
- "frequency": 0,
- "max_Description": "string",
- "max_Ex_Code": "string",
- "max_Payable_Ex_Code": "string",
- "max_Per": "s",
- "max_Sequence": 0,
- "max_Type": "s",
- "max_Type_Net": "s",
- "member_Family": "s",
- "quantity": 0.1,
- "subscriber_Reimbursement": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "visit_Criteria": 0
}
{- "data": {
- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "dental_Designation": "s",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "expire_Date": "2019-08-24T14:15:22Z",
- "frequency": 0,
- "max_Description": "string",
- "max_Ex_Code": "string",
- "max_Payable_Ex_Code": "string",
- "max_Per": "s",
- "max_Sequence": 0,
- "max_Type": "s",
- "max_Type_Net": "s",
- "member_Family": "s",
- "quantity": 0.1,
- "subscriber_Reimbursement": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "visit_Criteria": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple PlanMaximum at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "dental_Designation": "s",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "expire_Date": "2019-08-24T14:15:22Z",
- "frequency": 0,
- "max_Description": "string",
- "max_Ex_Code": "string",
- "max_Payable_Ex_Code": "string",
- "max_Per": "s",
- "max_Sequence": 0,
- "max_Type": "s",
- "max_Type_Net": "s",
- "member_Family": "s",
- "quantity": 0.1,
- "subscriber_Reimbursement": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "visit_Criteria": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}