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

# Appointment Opening Offer Stale

> The authority behind the regular opening offer changed

## Cause

The barber, location, services, occurrence, time zone, schedule, booking window, or service terms no longer match the issued offer. The appointment was not created.

## Fix

List openings again, ask the customer to choose from the current regular offers, and create the appointment with the new `offerId`.

## Retry safety

Not retryable until the request carries an offer for the current booking rules.

## Raised by

This operation can return this problem:

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

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/appointmentOpeningOfferStale",
  "title": "Appointment Opening Offer Stale",
  "status": 409,
  "detail": "The booking authority changed after the regular opening offer was issued."
}
```
