Book an appointment (for existing renter)
Create an appointment(tour) in Funnel for the specified renter for the specified community
POST
/api/partners/v1/community/:community_id/renters/:funnel_renter_id/appointment/Request
Response
Example responseJSON200 · application/json
{ "prospect": { "id": 456 }, "appointment": { "id": 789 }}