Create Client Allergy

Creates new client allergy

post-api/clients/allergy/create

https://api.oauth.pabau.com/{api_key}/clients/allergy/create

 

Request

 

Query Parameters:

api_key*

allergy_name*                                               String

contact_id*                                                    Int

company                                                        Int

allergy_severity                                             Enum

allergy_reaction                                             Enum

 

Response sample

application/json

 

{
"status": true,
"allergy_id": {allergy_id},
"message": "Client allergy created successfully!"
}