POST api/v1/patient/reminders/store
Turn on/off reminders for patient
Request Information
Headers
URI Parameters
None.
Body Parameters
PatientRemindersName | Description | Type | Additional information |
---|---|---|---|
Questionnaire | boolean |
None. |
|
Medication | boolean |
None. |
|
Measurement | boolean |
None. |
Request Formats
application/json
Sample:
{ "Questionnaire": true, "Medication": true, "Measurement": true }
Response Information
Headers
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
Result of the response |
string |
None. |
Message |
Additional information of the response |
string |
None. |
Response Formats
application/json
Sample:
{ "Result": "sample string 1", "Message": "sample string 2" }