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¢er_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
Modified at 2024-08-17 09:38:10