paziresh24 Booking
  1. Availability data
paziresh24 Booking
  • Central Booking
    • provider schedules (workhours)
      GET
  • Core booking
    • provider data
      • Get provider services
      • Get provider availability status
    • Availability data
      • Get first availability status
        GET
    • Available slots for provider service
      GET
    • Create Appointment
      POST
    • Appointmets
      GET
    • Appointment
      GET
    • Cancel an Appointment
      DELETE
  1. Availability data

Get first availability status

GET
https://apigw.paziresh24.com/core-booking/v1/first-availability
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/core-booking/v1/first-availability?provider_id&center_id&service_id&user_center_id&type'
Response Response Example
{
  "status": "AVAILABLE",
  "freeturn": "2019-08-24T14:15:22Z",
  "available_time": "2019-08-24T14:15:22Z"
}

Request

Query Params
provider_id
string 
optional
center_id
string 
required
service_id
string 
required
user_center_id
string 
optional
type
string 
optional

Responses

🟢200Success
application/json
Body
status
enum<string> 
required
Allowed values:
AVAILABLEFUTURE_AVAILABLEINACTIVE_PROVIDERNO_AVAILABILITY
freeturn
string <date-time>
optional
available_time
string <date-time>
optional
Previous
Get provider availability status
Next
Available slots for provider service
Built with