Update Patient

PUT {{URL}}/patient/{{PATIENT_ID}}

Make changes to an existing patient record by calling this api. Currently, only patient notes and Pocket Packs preference can be changed via this API. * Only pass the fields that need to be updated. Rest can be ignored.

Request Body

{"patientId"=>123, "notes"=>"leave at door and ring", "pocketPacks"=>true}