Create Resident Appointment: MRI

Create Resident Appointment: MRI | Method | |---| | /mriapiservices/api.asp?$api=MRI_S-PMRM_CreateRmAction |

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
resident_idstringRequired
The Propexo unique identifier for the resident
appointment_datestringRequired
The date when the appointment will occur
appointment_timestringOptionalformat: "(?:[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
employee_idstringOptional

The Propexo unique identifier for the employee. Must have a role of LEASING_AGENT

statusenumOptional
The raw status associated with the event
Allowed values:
notesstringOptional
Notes associated with the event

Response

Successful response
metaobject
resultobject

Errors