Update Applicant: Buildium

Update Applicant: Buildium | Interface | Method | |---|---| | Applicants | PUT /applicants/:applicantId |

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The Propexo unique identifier for the applicant

Request

This endpoint expects an object.
last_namestringOptional
The last name associated with the applicant
first_namestringOptional
The first name associated with the applicant
unit_idstringOptional
The Propexo unique identifier for the unit
email_1stringOptionalformat: "email"
The primary email address associated with the applicant
phone_1stringOptional
Primary phone number associated with the applicant
phone_1_typeenumOptional
Type of the primary phone number
Allowed values:
phone_2stringOptional
Secondary phone number associated with the applicant
phone_2_typeenumOptional
Type of the secondary phone number
Allowed values:

Response

Successful response
metaobject
resultobject

Errors