Adjust booking create and link guest vehicles to booking
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -50,7 +50,8 @@ data class GuestResponse(
|
||||
)
|
||||
|
||||
data class GuestVehicleRequest(
|
||||
val vehicleNumber: String
|
||||
val vehicleNumber: String,
|
||||
val bookingId: UUID
|
||||
)
|
||||
|
||||
data class TransportModeStatusResponse(
|
||||
|
||||
Reference in New Issue
Block a user