Creates a new Benefit
Success
Unauthorized
{- "benefit_Code": "string",
- "allow_Flat_Tax": true,
- "benefit_Category": "string",
- "benefit_Description": "string",
- "default_Unit_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "hipaA_Code": "string",
- "invalid_Diag_Ex_Code": "string",
- "invalid_Procedure_Ex_Code": "string",
- "invalid_Prov_Type_Ex_Code": "string",
- "invalid_Specialty_Ex_Code": "string",
- "medicare": "s",
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "require_Type_Of_Svc": "s",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "benefit_Code": "string",
- "allow_Flat_Tax": true,
- "benefit_Category": "string",
- "benefit_Description": "string",
- "default_Unit_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "hipaA_Code": "string",
- "invalid_Diag_Ex_Code": "string",
- "invalid_Procedure_Ex_Code": "string",
- "invalid_Prov_Type_Ex_Code": "string",
- "invalid_Specialty_Ex_Code": "string",
- "medicare": "s",
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "require_Type_Of_Svc": "s",
- "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 Benefits with optional Benefit Category
Success
Unauthorized
Lists all Benefits that are Riders on a specific Plan
Success
Unauthorized
Updates a specific Benefit
Success
Unauthorized
{- "benefit_Code": "string",
- "allow_Flat_Tax": true,
- "benefit_Category": "string",
- "benefit_Description": "string",
- "default_Unit_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "hipaA_Code": "string",
- "invalid_Diag_Ex_Code": "string",
- "invalid_Procedure_Ex_Code": "string",
- "invalid_Prov_Type_Ex_Code": "string",
- "invalid_Specialty_Ex_Code": "string",
- "medicare": "s",
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "require_Type_Of_Svc": "s",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "benefit_Code": "string",
- "allow_Flat_Tax": true,
- "benefit_Category": "string",
- "benefit_Description": "string",
- "default_Unit_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "hipaA_Code": "string",
- "invalid_Diag_Ex_Code": "string",
- "invalid_Procedure_Ex_Code": "string",
- "invalid_Prov_Type_Ex_Code": "string",
- "invalid_Specialty_Ex_Code": "string",
- "medicare": "s",
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "require_Type_Of_Svc": "s",
- "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 Benefits at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "benefit_Code": "string",
- "allow_Flat_Tax": true,
- "benefit_Category": "string",
- "benefit_Description": "string",
- "default_Unit_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "hipaA_Code": "string",
- "invalid_Diag_Ex_Code": "string",
- "invalid_Procedure_Ex_Code": "string",
- "invalid_Prov_Type_Ex_Code": "string",
- "invalid_Specialty_Ex_Code": "string",
- "medicare": "s",
- "pend_Ex_Code": "string",
- "pend_Flag": "s",
- "require_Type_Of_Svc": "s",
- "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"
}
}