Create Applicant: Propertyware
Create Applicant: Propertyware
| Method |
|---|
| createApplicant |
| attachDocumentToContact |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
property_id
The Propexo unique identifier for the property
integration_id
The Propexo unique identifier for the integration
address_1
First line of the street address for the applicant. This maps to the addressLine1 property of the Applicant's primary address
address_2
Second line of the street address for the applicant. This maps to the addressLine2 property of the Applicant's primary address.
city
City of the applicant's primary address. This maps to the city property of the Applicant's primary address.
date_of_birth
Date of birth of the applicant. This maps to the birthDate property of the Applicant object.
email_1
The primary email address for the applicant. This value maps to the email property of the Applicant object
first_name
The first name of the applicant. This value maps to the firstName property of the Applicant object.
last_name
The last name of the applicant. This value maps to the lastName property of the Applicant object
phone_1
Applicant's primary phone number. This maps to the phoneNumber property of the Applicant object.
phone_1_type
The type of the applicant's primary phone number. The value passed in here must be one of 'HOME', 'WORK', 'MOBILE', FAX'. This maps to the phoneNumberTypeId property of the Applicant object.
Allowed values:
phone_2
Applicant's secondary phone number. This maps to the phoneNumber property of the Applicant object.
phone_2_type
The type of the applicant's secondary phone number. The value passed in here must be one of 'HOME', 'WORK', 'MOBILE', FAX'. This maps to the phoneNumberTypeId property of the Applicant object.
Allowed values:
state
State of the resident's primary address. This maps to the stateCode property of the Applicant's primary address.
unit_id
The Propexo unique identifier for the unit
zip
Zip/Postal Code of the resident’s primary address. This maps to the postalCode property of the Applicant’s primary address.
attachments
Files to upload to the applicant.
custom_dataDeprecated
Deprecated: Field is no longer applicable
Response
Successful response
meta
result

