Hello Everyone
Am working on RESTWS-861
ConceptComplex conceptComplex = newConceptComplex();
String json = "{\"concept\":\""+ conceptComplex.getUuid() +"\"," +
"\"person\":\"5946f880-b197-400b-9caa-a3c661d23041\"," +
"\"value\":\""+ valueText +"\",\"status\":\"FINAL\",\"" +
"obsDatetime\":\"2019-09-12T11:11:12.941+0000\",\"voided\":true}";
returns this json String
{“concept”:“2a3bdd9f-bd28-444a-a876-dc7ad704fdbf”,“person”:“5946f880-b197-400b-9caa-a3c661d23041”,“value”:“updated text”,“status”:“FINAL”,“obsDatetime”:“2019-09-12T11:11:12.941+0000”,“voided”:true}
but it is failing to handle JSON by throwing this
handle(newPostRequest(getURI() + “/” + existingObs.getUuid(), json));
Any ideas on how to solve this cc @mozzy @dkayiwa @sharif @ibacher