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

    Type Alias GetSimilarJourneysParams

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

    Staff API

    The Staff API provides endpoints for train operating company staff to manage passenger assistance.

    This API allows staff to:

    • View and manage assistance requests
    • Update booking statuses
    • Coordinate passenger support

    All endpoints require staff authentication credentials.

    OpenAPI spec version: v1

    type GetSimilarJourneysParams = {
        buffer?: number;
        customer_ref: string;
        destination_station_code: string;
        origin_station_code: string;
        scheduled_arrival: string;
        scheduled_departure: string;
    }
    Index

    Properties

    buffer?: number

    Buffer in minutes applied to the overlap check (default: 0)

    customer_ref: string

    Ref of the passenger

    destination_station_code: string

    CRS code of the destination station

    origin_station_code: string

    CRS code of the origin station

    scheduled_arrival: string

    Scheduled arrival of the journey being checked

    scheduled_departure: string

    Scheduled departure of the journey being checked