Creates a new PlanBenefitPBM
Success
Unauthorized
{- "plan_ID": "string",
- "benefit_Code": "string",
- "pbM_Type": "string",
- "co_Pay_Amount": 0.1
}
{- "data": {
- "plan_ID": "string",
- "benefit_Code": "string",
- "pbM_Type": "string",
- "co_Pay_Amount": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific PlanBenefitPBM.
Success
Unauthorized
{- "plan_ID": "string",
- "benefit_Code": "string",
- "pbM_Type": "string",
- "co_Pay_Amount": 0.1
}
{- "data": {
- "plan_ID": "string",
- "benefit_Code": "string",
- "pbM_Type": "string",
- "co_Pay_Amount": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple PlanBenefitPBM 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",
- "pbM_Type": "string",
- "co_Pay_Amount": 0.1
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}