Book an appointment (with prospect)
Creates a tour appointment in Funnel for the community using the submitted prospect and scheduling payload (start time, tour type, optional units, and related fields). When the renter is not specified in the URL, the service attempts to match an existing prospect in the company by contact information, or creates a new prospect if no match is found. The response returns the prospect and appointment identifiers.
/api/partners/v1/community/:community_id/appointments/Request
Response
Errors specific to this endpoint
Malformed Request Body (400)
Returned when the request body isn't valid JSON.
Invalid origin_source (400)
Returned when origin_source doesn't match any recognized value. The errors object includes the full list of accepted forms.
Community Not Set Up for Tour Scheduling (400)
Returned when the community has no employee group configured.
Validation Error (400)
Returned when the submitted prospect/appointment data fails validation (for example, an invalid or unavailable start time). The errors object is keyed by the specific fields that failed.