feat: inquiry bookings

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 2d9cb2c0b9
commit 023ecdebc9
11 changed files with 360 additions and 4 deletions
+6
View File
@@ -47,6 +47,12 @@ class BookingDto
public ?int $agencyId = null;
/**
* Booking status code for API submission.
* Values: 'F' (Final/Frei), 'A' (Anfrage/Inquiry)
*/
public string $bookingStatus = 'F';
/**
* Reference to booking entity (only populated in edit mode).
*/