Book an appointment (for existing renter)
Create an appointment(tour) in Funnel for the specified renter for the specified community
/api/partners/v1/community/:community_id/renters/:funnel_renter_id/appointmentRequest
Response
Errors specific to this endpoint
Malformed Request Body (400)
Returned when the request body isn't valid JSON.
Renter Not Found (404)
Returned when funnel_renter_id doesn't match an existing client.
Renter in Another Company (400)
Returned when the renter belongs to a different company than the community.
Renter Not in Community's Group (400)
Returned when the renter isn't assigned to the community's employee group and your company doesn't have prospect-centrism enabled (which would otherwise auto-assign them).
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 appointment data fails validation (for example, an invalid or unavailable start time). The errors object is keyed by the specific fields that failed.