crisphive
ReservasDisponibilidad de reserva (actor de negocio)

Disponibilidad de reserva (actor de negocio)

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.

Argumentos

X-Timezonestringheaderobligatorio
Zona horaria IANA del cliente
fromstringqueryopcional
Inicio YYYY-MM-DD
tostringqueryopcional
Fin 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"

Respuestas