Creates a new PlanMaximumTooth
Success
Unauthorized
{- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "tooth_Number": 0
}
{- "data": {
- "plan_ID": "string",
- "benefit_Code": "string",
- "max_ID": "string",
- "tooth_Number": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all PlanMaximumTooth for the given planID and benefitCode and maxID
Success
Unauthorized
Create or Update multiple PlanMaximumTooth 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",
- "tooth_Number": 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"
}
}