booking_availability
booking_availabilityList bookable time slots (action=booking.availability). Read-only. service (service id) is required — get it from booking_menu first. If date is omitted it means today in the shop timezone. Pass the returned starts_at and staff_id to booking_reserve exactly as given; invented times are rejected. / 반환된 slots 의 값을 그대로 booking_reserve 에 넘기십시오. 임의 시각은 거부됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. Omitted means today in the shop timezone. / YYYY-MM-DD (생략 시 매장 기준 오늘) | |
| slug | Yes | Shop identifier (slug). / 매장 식별자(slug) | |
| staff | No | Staff id (optional). Omitted means every available staff member. / 담당자 id(선택) | |
| service | Yes | Service id, from services[].id in booking_menu. / 서비스 id (booking_menu 의 services[].id) | |
| agent_id | No | Calling agent id, for the audit trail. / 호출 에이전트 식별자(감사 추적용) |