Update Address
PUT {{URL}}/patient/{{PATIENT_ID}}/address/{{ADDRESS_ID}}
Update an existing patient address. * Only pass the fields that need to be updated. Rest can be ignored.
Request Body
{"country"=>"CA", "name"=>"home", "province"=>"British Columbia", "postalCode"=>"V3S7A4", "streetAddress"=>"18525 53 Ave", "streetAddressLineTwo"=>"#233", "city"=>"Surrey"}