mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
export flow and fix intercity issue
This commit is contained in:
@@ -999,6 +999,8 @@ export interface CreateBookingUnderContractDto {
|
||||
paymentCurrency?: string;
|
||||
/** Binding shipment day. Omitted for intercity (DOMESTIC) bookings — staff assign a passing train later. */
|
||||
scheduledDate?: string;
|
||||
/** EXPORT rail only: the train (schedule id) picked from GET /bookings/:id/export-trains. */
|
||||
trainScheduleId?: string;
|
||||
/** "WITH_RETURN" | "WITHOUT_RETURN" — per-shipment override; falls back to the contract's equipment return. */
|
||||
equipmentReturn?: string;
|
||||
containers?: CreateBookingContainerLineDto[];
|
||||
|
||||
Reference in New Issue
Block a user