Creates a new PlanAddedAccumBenefits
Success
Unauthorized
{- "plan_ID": "string",
- "accum_Name": "string",
- "benefit_Code": "string"
}
{- "data": {
- "plan_ID": "string",
- "accum_Name": "string",
- "benefit_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create multiple PlanAddedAccumBenefits at once. If the entity exists, an error message will be added to the response. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "plan_ID": "string",
- "accum_Name": "string",
- "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"
}
}