mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 19:58:11 +00:00
feat(booking): Implement train schedule selection and update booking data structures
This commit is contained in:
@@ -463,9 +463,9 @@ export interface CreateBookingContainerDto {
|
||||
|
||||
export interface CreateBookingDto {
|
||||
reference?: string;
|
||||
customerId?: string;
|
||||
companyId?: string;
|
||||
trainId?: string;
|
||||
trainScheduleId?: string;
|
||||
scheduledDate: string;
|
||||
contractType: "NEW" | "RENEWAL";
|
||||
previousContractId?: string;
|
||||
|
||||
Reference in New Issue
Block a user