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

    Type Alias GetJourneyCallingPointsParams

    Generated by orval 🍺 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 GetJourneyCallingPointsParams = {
        arrival: string;
        departure: string;
        destination: string;
        origin: string;
    }
    Index
    arrival: string

    Scheduled arrival time

    departure: string

    Scheduled departure time

    destination: string

    Destination station CRS code

    origin: string

    Origin station CRS code