mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
dynamic contract templates and companyId on bookings
This commit is contained in:
@@ -288,6 +288,7 @@ export interface CreateBookingContainerDto {
|
||||
export interface CreateBookingDto {
|
||||
reference?: string;
|
||||
customerId?: string;
|
||||
companyId?: string;
|
||||
trainId?: string;
|
||||
scheduledDate: string;
|
||||
contractType: "NEW" | "RENEWAL";
|
||||
|
||||
Reference in New Issue
Block a user