POST api/v1/patient/reminders/store

Turn on/off reminders for patient

Request Information

Headers

URI Parameters

None.

Body Parameters

PatientReminders
NameDescriptionTypeAdditional 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

Response
NameDescriptionTypeAdditional 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"
}