feat: inquiry bookings

This commit is contained in:
Björn Fromme
2025-10-09 18:52:23 +02:00
parent 989f599b54
commit 4939a1a9ad
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).
*/