crisphive
BuchungenBuchungsverfügbarkeit (Business-Akteur)

Buchungsverfügbarkeit (Business-Akteur)

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.

Argumente

X-Timezonestringheadererforderlich
IANA-Zeitzone des Kunden
fromstringqueryoptional
Beginn YYYY-MM-DD
tostringqueryoptional
Ende 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"

Antworten