Update CDT Records with bulk

PATCH {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/cdts//:cdtName

Update cdt records with bulk. Allowed only for list fields with bulk edit flag

  1. HTTP Request

PATCH /{tenantName}/{instanceName}/patients/{patientId}/cdts/{cdtName}

2. In our example it would be:

PATCH https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/cdts/vitals

Responses

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Request Body

{"rows"=>[{"id"=>"daaee277-bac6-415b-a5f9-2842341efcbe", "jsonBody"=>{"list_1"=>"a", "list_2"=>["f"]}}, {"id"=>"cee0f262-c080-48f3-823c-91eca5527da9", "jsonBody"=>{"list_1"=>"a", "list_2"=>["h"]}}]}