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

    Interface SeatAvailabilityRequest

    Request to check seat availability across journey legs

    interface SeatAvailabilityRequest {
        destination_crs_code?: string;
        legs?: SeatAvailabilityRequestLegsItem[];
        origin_crs_code?: string;
    }
    Index

    Properties

    destination_crs_code?: string

    CRS Code of the journey destination station

    3

    3

    Array of journey legs to check seat availability for

    1

    origin_crs_code?: string

    CRS Code of the journey origin station

    3

    3