---
title: reservationNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inreservation/reservationnumber
---

# reservationNumber

The reservation number.

## Declaration

```swift
var reservationNumber: String? { get }
```

## Discussion

Discussion Provide your system’s reference number for the reservation. Use a consistent, unique identifier for each reservation. If you also provide reservation information with Siri Event Suggestions Markup on your website or in emails, use the same value for the reservationId in the reservation markup. For a multipart booking, such as round-trip travel, you may provide the same reservationNumber for each reservation.

## See Also

### Describing the Reservation

- [reservationHolderName](intents/inreservation/reservationholdername.md)
- [reservationStatus](intents/inreservation/reservationstatus.md)
- [bookingTime](intents/inreservation/bookingtime.md)
- [itemReference](intents/inreservation/itemreference.md)
- [actions](intents/inreservation/actions.md)
- [url](intents/inreservation/url.md)
