Add guest create endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -49,6 +49,13 @@ data class GuestResponse(
|
||||
val averageScore: Double?
|
||||
)
|
||||
|
||||
data class GuestCreateRequest(
|
||||
val phoneE164: String,
|
||||
val name: String? = null,
|
||||
val nationality: String? = null,
|
||||
val addressText: String? = null
|
||||
)
|
||||
|
||||
data class GuestVehicleRequest(
|
||||
val vehicleNumber: String,
|
||||
val bookingId: UUID
|
||||
|
||||
Reference in New Issue
Block a user