Closed alian1001 closed 1 month ago
EMAIL IS USED FOR -Reminder update, add, delete -Reminder when time is triggered -This clinician has invited you to connect, if user not registered, send invitation token, otherwise add to contacts book
POST
{ "setById": "user_2kb0nnXRX4SdwJAO5gVMyF12Xmw", "setForId": "user_2kit0iBGwimRaKgg3WjIIqZPAvG", "scheduledAt": "2024-08-20T10:00:00Z", "startDate": "2024-08-19T00:00:00Z", "endDate": "2024-09-19T00:00:00Z", "description": "Appointment reminder", "type": "APPOINTMENT", "intervalInDays": 30 }
PUT
{ "id": 1, "setById": "user_2kb0nnXRX4SdwJAO5gVMyF12Xmw", "setForId": "user_2kit0iBGwimRaKgg3WjIIqZPAvG", "scheduledAt": "2024-08-21T10:00:00Z", "startDate": "2024-08-19T00:00:00Z", "endDate": "2024-09-20T00:00:00Z", "description": "Updated appointment reminder", "type": "APPOINTMENT", "intervalInDays": 60, "isReminderActive": true }
DELETE
{ "id": 1 }
Do let me know if anything else has gone wrong.
EMAIL IS USED FOR -Reminder update, add, delete -Reminder when time is triggered -This clinician has invited you to connect, if user not registered, send invitation token, otherwise add to contacts book
POST
{ "setById": "user_2kb0nnXRX4SdwJAO5gVMyF12Xmw", "setForId": "user_2kit0iBGwimRaKgg3WjIIqZPAvG", "scheduledAt": "2024-08-20T10:00:00Z", "startDate": "2024-08-19T00:00:00Z", "endDate": "2024-09-19T00:00:00Z", "description": "Appointment reminder", "type": "APPOINTMENT", "intervalInDays": 30 }
PUT
{ "id": 1, "setById": "user_2kb0nnXRX4SdwJAO5gVMyF12Xmw", "setForId": "user_2kit0iBGwimRaKgg3WjIIqZPAvG", "scheduledAt": "2024-08-21T10:00:00Z", "startDate": "2024-08-19T00:00:00Z", "endDate": "2024-09-20T00:00:00Z", "description": "Updated appointment reminder", "type": "APPOINTMENT", "intervalInDays": 60, "isReminderActive": true }
DELETE
{ "id": 1 }
Do let me know if anything else has gone wrong.