Create an appointment for vaccination

POST {{baseUrl}}/v2/appointment/schedule

API to schedule an appointment for vaccination. An appointment can be scheduled for a selected center, on a selected date and for a selected session. An appointment can be scheduled for multiple beneficiaries provided their registered mobile number is same as the registered mobile number of the logged in or authenticated beneficiary.

Request Body

{"session_id"=>"0cd21506-7d6f-a543-e59a-e69da6fc9d16", "slot"=>"FORENOON", "beneficiaries"=>["1234567890123", "9876543210987"], "dose"=>1}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"appointment_id":"urn:uuid:a30e0f5b-023b-8038-2499-939f2607ce55"}