@transreport/pauk-staff-api
    Preparing search index...

    Interface UnconfirmedBooking

    An unconfirmed booking returned in the index listing

    interface UnconfirmedBooking {
        can_be_confirmed: boolean;
        customer: UnconfirmedBookingCustomer;
        id: string;
        journeys: UnconfirmedBookingJourneysItem[];
        pre_booked: boolean;
        rars_ref?: string | null;
        ref: string;
        status: string;
        toc_operator?: string | null;
    }
    Index

    Properties

    can_be_confirmed: boolean

    Whether any leg in the booking can be confirmed

    Passenger details

    id: string

    Booking ID

    Journeys within the booking

    pre_booked: boolean

    Whether any journey in the booking was pre-booked

    rars_ref?: string | null

    RARS reference

    ref: string

    Booking reference

    status: string

    Booking status

    toc_operator?: string | null

    Train operating company ATOC code