Appointment System API
Appointment System .Net is for getting appointments for your business. You can create an account and start to get appointment from adding system. With the admin Endpoints you can edit and delete appointments.
Appointment System API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create Account /appointment/createAccount |
!!!Important -- For testing Endpoint please change username and clinicName parameters. With the default sample parameters it returns warning. This Endpoint is use for Creating… |
| GET |
Login /appointment/login |
This Endpoint is use for login to the system and getting the Api Key for the clinic. It needs username and password as query parameters. Parameter Descriptions: username -->… |
| GET |
Appointment Time List /appointment/getHoursByDayByClinic |
EndPoint gets Appointment Time List by Day. EndPoint gets date parameter and returns List of Appointment Times of that date. In the list there is available field, This field… |
| POST |
Update Appointment Time Availability /appointment/updatehTable |
Updating availablity of an hour. If available field sets to false it doesn't appear in the Get Hour List EndPoint. EndPoint gets username and token parameter from query and a… |
| POST |
Add Appointment /appointment/addappointment |
For Making an Appointment |
| POST |
Update Appointment /appointment/updateAppointment |
EndPoint is for updating an appointment. For update authorization is required. username and token parameters is for authorization. Parameter Description : username --> username… |
| DELETE |
Delete Appointment /appointment/deleteappointment |
Endpoint to delete an appointment. Authorization required for the delete operation. Username and token parameters are using for that. Parameter Description: appId : Id of the… |
| GET |
Get Appointments /appointment/getAppointments |
EndPoints returns all appointments in the date. Parameter Description : date : the date the appointments is requested clinicName : Name of the clinic Return Value : It returns… |
Appointment System API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|