Create Lead Appointment: Resman

ResMan interprets the appointment date and time as being UTC (offset of +00:00). The appointment date and time will be displayed in the timezone of the logged in user (not the property or portfolio account) in ResMan's portal. | Interface | Method | |---|---| | Lead Management | /MITS/PostLeadManagement4_0 |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
lead_idstringRequired
The Propexo unique identifier for the lead
lead_source_idstringRequired
The Propexo unique identifier for the lead source
appointment_datestringRequired
The date when the appointment will occur
appointment_timestringRequiredformat: "(?:[01]\d|2[0123]):(?:[012345]\d):(?:[012345]\d)"

The time when the appointment will occur. Please refer to our appointment times section in the docs to see how each individual PMS handles timezones. The time is in the local time of the property/location.

unit_idstringOptional
The Propexo unique identifier for the unit
notesstringOptional
Notes associated with the event

Response

Successful response
metaobject
resultobject

Errors