Book
Developing
POST
https://apigw.paziresh24.com/booking/book
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apigw.paziresh24.com/booking/book' \
--form 'reserve_id="{% faker datatype.uuid %}"' \
--form 'patient="{% faker datatype.uuid %}"'
Response Response Example
{
"id": "43d7a739-60b3-4e30-9c7b-78f001cef318",
"time": "2070-09-27T09:02:23.911Z",
"doctor": "مهسا نراقی",
"medical_code": "12345",
"patient": "نیما قهرمانی",
"patient_national_code": "1234567890",
"center": "موسوی-فهمیده",
"cost": 236,
"status": "InProgress"
}
Request
Body Params multipart/form-data
reserve_id
string
required
Example:
{% faker datatype.uuid %}
patient
string
required
Example:
{% faker datatype.uuid %}
Responses
Modified at 2024-08-14 10:28:08