> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Off-Hours Quote Required

> An off-hours appointment requires a current server-authored quote

## Cause

The requested occurrence is outside regular working hours, but the appointment request did not include an off-hours quote. The appointment was not created.

## Fix

List openings with the selected service identifiers, show the returned off-hours quote to the customer, and retry with its `quoteId`.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an appointment](/api-reference/appointments/create-an-appointment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/offHoursQuoteRequired",
  "title": "Off-Hours Quote Required",
  "status": 422,
  "detail": "The requested occurrence is outside regular working hours, but the appointment request did not include an off-hours q..."
}
```
