예약›예약 가능 시간 조회 (비즈니스 액터)
예약 가능 시간 조회 (비즈니스 액터)
Real-time appointment availability from the scheduling engine: returns the bookable date + time-period windows given technician capacity, working hours and service-territory coverage. Call this before creating a job request and offer the customer ONLY the returned windows — it prevents unschedulable bookings.
인수
X-Timezonestringheader필수
고객의 IANA 타임존
fromstringquery선택
시작일 YYYY-MM-DD
tostringquery선택
종료일 YYYY-MM-DD
GET/v1/job-requests/booking-windows
curl -X GET "https://api.crisphive.com/v1/job-requests/booking-windows" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT" \ -H "X-Timezone: America/New_York"
Bearer