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

    Interface Request

    RRMS request entry

    interface Request {
        access_considerations: string[];
        additional_information?: string | null;
        booking: BookingSummary;
        booking_status: RequestBookingStatus;
        callsign_assignment?: string | null;
        details: string[];
        from_station: ShiftTimelineStation;
        headcode?: string | null;
        id: string;
        journey_leg: JourneyLeg;
        passenger_name: string;
        scheduled_date?: string | null;
        scheduled_time?: string | null;
        status: RequestStatus;
        to_station: ShiftTimelineStation;
        type: RequestType;
    }
    Index

    Properties

    access_considerations: string[]

    Customer access considerations

    additional_information?: string | null

    Additional assistance information

    Booking summary

    booking_status: RequestBookingStatus

    Booking status

    callsign_assignment?: string | null

    Assigned callsign or staff member name

    details: string[]

    Assistance details for this ARR/DEP request

    from_station: ShiftTimelineStation

    Departure station (where the passenger boards the train)

    headcode?: string | null

    Train headcode

    id: string

    Request ID

    journey_leg: JourneyLeg

    Journey leg details including headcode, RSID, and platform number

    passenger_name: string

    Passenger full name

    scheduled_date?: string | null

    Scheduled date for the request category

    scheduled_time?: string | null

    Scheduled time for the request category in HH:MM format

    ^\d{2}:\d{2}$

    Assistance status

    Arrival station (where the passenger alights from the train)

    DEP for departure, ARR for arrival