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

    Type Alias CallsignScheduleWriteRequestCallsignsItem

    Generated by orval 🍺 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 CallsignScheduleWriteRequestCallsignsItem = {
        end_time: string;
        name: string;
        position?: number;
        start_time: string;
        user_id?: string | null;
    }
    Index
    end_time: string

    Shift end in HH:MM; an earlier time ends on the following calendar day and must not equal the start

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

    name: string

    Callsign name

    position?: number

    Zero-based display position

    0

    start_time: string

    Shift start in HH:MM

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

    user_id?: string | null

    Assigned staff user ID