UpdateRentalFile
product_id object
The related product from product API.
- MOD1
- MOD2
string
metaMeta
allow_user_engagementAllow User Engagement (boolean)
If enabled, applicants will be able to access their data, and the system will allow email sending
Default value:
trueapplicants_situation object
anyOf
- MOD1
- MOD2
string
Possible values: [SINGLE, COUPLE, ROOMATES, SOLID_ROOMATES]
applicants object[]
Array [
first_name object
anyOf
- MOD1
- MOD2
string
last_name object
anyOf
- MOD1
- MOD2
string
birth_date object
anyOf
- MOD1
- MOD2
string
email object
anyOf
- MOD1
- MOD2
string
phone object
anyOf
- MOD1
- MOD2
string
metaMeta
profile object
anyOf
- MOD1
- MOD2
string
physical_guarantorsundefined[]
Default value:
[]iduuid
]
archived_at object
anyOf
- MOD1
- MOD2
string
UpdateRentalFile
{
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"allow_user_engagement": true,
"applicants_situation": "SINGLE",
"applicants": [
{
"first_name": "string",
"last_name": "string",
"birth_date": "2024-07-29",
"email": "user@example.com",
"phone": "string",
"profile": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"physical_guarantors": [
null
],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
],
"archived_at": "2024-07-29T15:51:28.071Z"
}