Update Client Allergy

Updates a client's allergy data

post-api/clients/{id}/allergy

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!"
}