- APIs
- API Reference
- Client Allergies
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Update Client Allergy
Updates a client's allergy data

https://api.oauth.pabau.com/{api_key}/clients/{id}/allergy
Request
Query Parameters: api_key* allergy_name* String allergy_severity Enum allergy_reaction Enum is_active Int |
Response sample
application/json
{
"status": true,
"message": "Client allergy updated successfully!"
}