Creates a new PlanMaximumBenefit
Success
Unauthorized
Lists all PlanMaximumBenefit for the given planID and benefitCode and maxID
Success
Unauthorized
Create or Update multiple PlanMaximumBenefit 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",
- "included_Benefit_Code": "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"
}
}