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

# Malformed Off-Hours Quote

> The off-hours quote identifier has an invalid wire shape

## Cause

The supplied quote identifier is empty, too long, or cannot be decoded as an off-hours quote. The appointment was not created.

## Fix

Discard the value, list openings again, and retry with the 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/malformedOffHoursQuote",
  "title": "Malformed Off-Hours Quote",
  "status": 400,
  "detail": "The supplied quote identifier is empty, too long, or cannot be decoded as an off-hours quote. The appointment was not..."
}
```
