Every entity in the system gets a unique identifier (ID) used in URLs, QR codes, and API calls. For example, when a guest shares their booking reference or scans a QR code for a restaurant, they see this identifier.
Format: {prefix}_{random suffix} → e.g. act_a1b2c3
- Prefix identifies the type of entity (
rm= room,gst= guest, etc.) - Suffix is a random string that makes each ID unique