paziresh24 Booking
  1. Central Booking
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
    • Available slots for provider service
      GET
    • Create Appointment
      POST
    • Appointmets
      GET
    • Appointment
      GET
    • Cancel an Appointment
      DELETE
  1. Central Booking

provider schedules (workhours)

GET
https://apigw.paziresh24.com/v1/centeral-booking/schedules
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/centeral-booking/schedules?center_id&user_center_id&service_id&type'
Response Response Example
[
    {
        "center_id": "fa11ab6f-1ec7-40d5-8635-c1fc884d5bda",
        "services": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "title": "string",
                "schedules": [
                    {
                        "day": "saturday",
                        "from_date": "2019-08-24T14:15:22Z",
                        "to_date": "2019-08-24T14:15:22Z",
                        "from_hour": "14:15:22Z",
                        "to_hour": "14:15:22Z",
                        "duration": "14:15:22Z",
                        "type": 1
                    }
                ]
            }
        ]
    }
]

Request

Query Params
center_id
string <uuid>
required
user_center_id
string <uuid>
required
service_id
string <uuid>
optional
type
enum<integer> 
optional
Allowed values:
123678

Responses

🟢200Success
application/json
Body
array of:
center_id
string <uuid>
required
services
array [object {3}] 
required
id
string <uuid>
required
title
string 
required
schedules
array [object {7}] 
required
Modified at 2024-06-12 05:47:34
Next
Get provider services
Built with