Create Applicant: Rent Manager

Create Applicant: Rent Manager | Method | |---| | POST /Prospects |

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
property_idstringRequired
The Propexo unique identifier for the property
last_namestringRequired
The last name associated with the applicant
first_namestringOptional
The first name associated with the applicant
middle_namestringOptional
The middle name associated with the applicant
email_1stringOptionalformat: "email"
The primary email address associated with the applicant
date_of_birthstringOptionalformat: "date-time"
The date of birth associated with the applicant
address_1stringOptional
The first address line associated with the applicant
citystringOptional
The city associated with the applicant
statestringOptional
The state associated with the applicant
zipstringOptional
The zip code associated with the applicant
notesstringOptional
Notes associated with the applicant
application_datestringOptional
The application date associated with the applicant. Specifying this ensures Rent Manager classifies this prospect as an applicant
custom_dataobjectOptionalDeprecated

Deprecated: Field is no longer applicable

Response

Successful response
metaobject
resultobject

Errors