Change Phase for Patient Program

PATCH {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/programs/:programName/phases

HTTP Request

PATCH /{tenantName}/{instanceName}/patients/{patientId}/programs/{programName}/phases

in our example it would be:

PATCH https://api.live.welkincloud.io/gh/sb-demo/patients/08632f11-cb33-4b5b-aece-aaa360f9f747/programs/lead-management-program/phases

Responses

CodeDescription
201Created
401Unauthorized
403Forbidden
404Not Found

Request Body

{"phaseName"=>"phase_name_1"}