Update answers of Assessment Record

PUT {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/assessment-records/{{assessmentRecordId}}/answers

To update answers of assessment record would be used at the following URL

URL Structure: https://api.live.welkincloud.io/{tenantName}/{instanceName}/patients/{}/assessment-records/{}/answers

  1. First variable is your Tenant name. We will use gh as a tenant name through this set of api docs
  2. Second variable is your Instance name. We will use sb-demo as an instance name through this set of api docs
  3. Third variable is uuid of the patient for whom we want to update the record
  4. Fourth variable is uuid of record whose answers we want to update

Example request:

  • HTTP Method: PUT
  • HTTP URL: https://api.live.welkincloud.io/gh/sb-demo/patients/ee66e8e8-6ce1-40d3-b6cb-e5727c5347c8/assessments-records/some-uuid/answers
  • HTTP Response Codes: 200, 404

Request Body

{"cdt-test-multy__cdtf-boolean"=>"true", "cdt-test-multy__cdtf-date"=>"2023-04-11T00:00:00.000Z", "cdt-anna__cdtf-anna"=>"Test", "cdt-test-multy__cdtf-int"=>"6"}