Paziresh24-Booking
  1. Booking
Paziresh24-Booking
  • Booking
    • Availability
      GET
    • Reserve
      PATCH
    • Book
      POST
    • Book
      GET
    • Books
      GET
    • Books/{id}
      DELETE
    • Price
      GET
    • Books/{id}
      PATCH
  1. Booking

Availability

Developing
GET
https://apigw.paziresh24.com/booking/availability
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://apigw.paziresh24.com/booking/availability?medical_code=123546&center_id={% faker datatype.uuid %}'
Response Response Example
{
  "time": "2034-11-28T05:30:25.258Z",
  "cost": 929,
  "doctor": "مهدیار نعمت‌ زاده",
  "center": "مطب مهدیار نعمت زاده"
}

Request

Query Params
medical_code
string 
required
Example:
123546
center_id
string 
optional
Example:
{% faker datatype.uuid %}

Responses

🟢200Success
application/json
Body
time
string 
required
cost
integer 
required
doctor
string 
required
center
string 
required
Modified at 2024-08-17 09:38:10
Next
Reserve
Built with