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

Price

Developing
GET
https://prod.your-api-server.comhttps://apigw.paziresh24.com/booking/price
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/booking/price?medical_code&national_code&center_id'
Response Response Example
{
    "price": 316,
    "message": "تعرفه با توجه به سن بیمار در نظر گرفته شده است."
}

Request

Query Params
medical_code
string 
required
Doctor's nezam code
national_code
string 
required
Patient's national code
center_id
string 
optional
Identifier of center (optional)

Responses

🟢200Success
application/json
Body
price
integer 
required
message
string 
required
Modified at 2024-08-17 09:50:02
Previous
Books/{id}
Next
Books/{id}
Built with