v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
Appointment API

Book Appointment Slot

This API is used to book an appointment slot for a patient based on the available slots retrieved from the get appointment slots API.

post/dr/v1/appointment

Headers

authstring required
Example:auth

Request body

OR

Example request

{
  "patient_details": {
    "designation": "Mr.",
    "first_name": "Test",
    "partner_patient_id": "6742984",
    "last_name": "Patient",
    "mobile": "+919999999999",
    "gender": "M",
    "address": {
      "city": "Bangalore",
      "pincode": 560049
    },
    "dob": "1987-01-06"
  },
  "notes": "<p>Patient reported <b>mild fever</b> since 2 days.</p><ul><li>Advised rest</li><li>Follow-up after 3 days</li></ul>"
}

Response

OK

appointment_idstring