> ## 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.

# Invalid Off-Hours Quote

> The off-hours quote failed tamper validation

## Cause

The supplied quote identifier has a valid wire shape, but its tamper-evident validation failed. The appointment was not created.

## Fix

Discard the quote, list openings again, and retry with an unmodified `quoteId` from the new response.

## 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/invalidOffHoursQuote",
  "title": "Invalid Off-Hours Quote",
  "status": 422,
  "detail": "The supplied quote identifier has a valid wire shape, but its tamper-evident validation failed. The appointment was n..."
}
```
