Update Applicant: Rent Manager

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

Authentication

AuthorizationBearer

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

Path parameters

applicant_idstringRequired
The ID of the resource.

Request

This endpoint expects an object.
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

Response

Successful response
metaobject
resultobject

Errors