Update Appointment
POST
http://localhost:3000/graphql
{
"updateAppointmentDto": {
"id": 1,
"ivr_app_id": "ivr",
"appointment_date_time": 1727155800000,
"patient_complaint": "pain",
"patient_current_weight": 100,
"status": "scheduled",
"visit_type": "online"
}
}
Request
Header Params
Authorization
string
optional
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRldjEiLCJ1c2VySWQiOjQsInVzZXJfYXNzaWdubWVudCI6ImFkbWluIiwiaWF0IjoxNzI3MzYxMDk0LCJleHAiOjE3MjczNjQ2OTR9.Zckr61S0kHq7ZogL6aI7FTeF45rSMqZM74YQ1_MAqoA
Request samples
Responses
Modified at 2024-09-26 10:18:40