Add Goal comment
POST {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/care-plan/goals/{{goal_id}}/comments
Add comment to goal
HTTP Request
POST /{tenantName}/{instanceName}/patients/{patientId}/care-plan/goals/{goalId}/comments
in our example it would be:
POST https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/care-plan/goals/57827fdb-d240-46f9-8e6a-a89441cf8718/comments
Responses
Code | Description |
---|---|
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Request Body
{"text"=>"test comment3"}