Docs · Reference
Data schema
Reservation
id, external_id (SabeeApp identifier), property_id, guest_id, arrival_date, departure_date, room_type, rate_plan, source, status, total_amount, currency, created_at, updated_at.
Folio
id, reservation_id, lines (array of line items with amount, tax, category), balance, currency, closed_at.
Guest
id, external_id, given_name, family_name (both hashed for pseudonymised exports), email_hash, phone_hash, market, marketing_consent, loyalty_balance, created_at.
Rate plan
id, property_id, name, description, currency, restrictions (min-stay, closed-to-arrival, closed-to-departure), yield_flag.