Skip to content

Edit appointment

PUT
/api/partners/v1/community/{community_id}/appointments/{appointment_id}/
community_id
required
string

The Community ID, this will look like either ‘1234’ or ‘P1234-567’. Alternatively, if you prefix this value with partner-id:, for example partner-id:apts123 you can use your own community, as long as you have previously provided that ID to Funnel.

Examples

Funnel Community ID

The raw integer Funnel ID of a community.

1234
appointment_id
required
integer

Schema for updating appointment details, any fields not provided in the request will not be updated.

object
status
string
Allowed values: no-show complete
notes
string
message

Prospect notes or message submitted with the appointment

string
Looking forward to my appointment
pms_units
Array<object>
object
pms_property_id
required
string
pms_unit_id
required
string

Appointment successfully updated.

We were unable to authenticate your request with the provided API key.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.

A community or appointment with this ID does not exist.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.