Residents
{
"job_id": "string",
"data": {}
}
Path Parameters
The ID of the resource.
The ID of the resource.
Body
The last name of the resident. This value maps to the lastName property of the Contact object
The first name of the resident. This value maps to the firstName property of the Contact object
The primary email address for the resident. This value maps to the email property of the Contact object
The secondary email address for the resident. This value maps to the altEmail property of the Contact object
The date of birth of the resident. This value maps to the birthDate property of the Contact object.
First line of the street address for the resident. This maps to the address property of Contact object
Second line of the street address for the resident. This maps to the address2 property of the Contact object
City of the resident's address. This maps to the city property of the Contact object.
State of the resident's address. This maps to the state property of the Contact object.
Zip/Postal Code of the resident's address. This maps to the zip property of the Contact object.
Country of the resident's address. This maps to the country property of the Contact object
Secondary/alternate street address for the resident. This maps to the Street property of the second address of the Tenant object
Second line of the secondary/alternate street address for the resident. This maps to the AlternateAddress.AddressLine2 property of the Tenant object
City of the resident's secondary/alternate address
State of the resident's secondary/alternate address
Zip/Postal Code of the resident's secondary/alternate address
Country of the resident's secondary/alternate address.
US
Any notes about the resident. This maps to the comments property of the Contact object
Primary phone number for the resident. Depending on the value of phone_1_type, this may map to the properties fax, homePhone, mobilePhone, or workPhone.
The type of the primary phone. Must be one of 'HOME', 'MOBILE', 'WORK', or 'FAX'
HOME
, MOBILE
, WORK
, FAX
Secondary phone number for the resident. Depending on the value of phone_1_type, this may map to the properties fax, homePhone, mobilePhone, or workPhone.
The type of the secondary phone. Must be one of 'HOME', 'MOBILE', 'WORK', or 'FAX'
HOME
, MOBILE
, WORK
, FAX
Custom data
The middle name of the resident. This value maps to the middleName property of the Contact object
Array of events associated with this resident.
The Propify unique identifier for the resident
How often the resident is expected to pay rent. Allowed values are "monthly", "weekly", and "daily". Maps to the RentPeriod property of the Tenant object.
monthly
, weekly
, daily
Day of the month on which the tenant's rent is due. Maps to the RentDueDay property of the Tenant object
Response
The ID of the job created to handle this operation
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.