Creates a new ToothChart
Success
Unauthorized
{- "tooth_Number": 0,
- "chart_Type": "string",
- "chart_Value": "string"
}
{- "data": {
- "tooth_Number": 0,
- "chart_Type": "string",
- "chart_Value": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific ToothChart.
Success
Unauthorized
{- "tooth_Number": 0,
- "chart_Type": "string",
- "chart_Value": "string"
}
{- "data": {
- "tooth_Number": 0,
- "chart_Type": "string",
- "chart_Value": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ToothChart for the given chartType
Success
Unauthorized
Create or Update multiple ToothChart at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "tooth_Number": 0,
- "chart_Type": "string",
- "chart_Value": "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"
}
}