booking-proposals

Suggest Booking Proposals Route

Run the strong model over the log and return its pending suggestions.

post/api/v1/booking-proposals/{surface}/{log_id}/suggest

Path parameters

surface'voice' | 'text' | 'email' required
log_idstring uuid required

Response

Successful Response

observation_idstring uuid required
property_idstring uuid nullable required
property_codestring nullable required
requested_checkinstring date nullable required
requested_checkoutstring date nullable required
party_sizeinteger nullable required
guest_namestring nullable required
guest_emailstring nullable required
observed_atstring date-time required

Changes