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

    Type Alias SearchJobsParams

    Generated by orval v8.4.2 🍺 Do not edit manually. RRMS API

    RRMS API

    The RRMS (Railway Resource Management System) API provides endpoints for managing station settings and job timings for assistance operations.

    All endpoints require staff authentication credentials.

    OpenAPI spec version: v1

    type SearchJobsParams = {
        booking_ref?: string;
        category?: string;
        date_from?: string;
        date_to?: string;
        passenger_name?: string;
        station_code: string;
    }
    Index

    Properties

    booking_ref?: string

    Booking reference

    category?: string

    arrival, departure, or all

    date_from?: string

    Job-time start date (YYYY-MM-DD)

    date_to?: string

    Job-time end date (YYYY-MM-DD)

    passenger_name?: string

    Passenger name using legacy matching behavior

    station_code: string

    Station CRS code