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

    Interface UpdateDailyCallsignScheduleRequest

    Payload for updating a daily callsign schedule

    interface UpdateDailyCallsignScheduleRequest {
        callsigns: UpdateDailyCallsignScheduleRequestCallsignsItem[];
        date: string;
        id?: string | null;
        schedule_type: string;
        station_id: string;
    }
    Index

    Properties

    Full callsign list for this schedule. Existing callsigns omitted from this list are deleted.

    1

    date: string

    Schedule date (YYYY-MM-DD)

    id?: string | null

    ID of the schedule (optional)

    schedule_type: string

    Schedule type

    station_id: string

    Station ID