ApplicantList
iduuidrequired
first_name object
anyOf
- MOD1
- MOD2
string
Possible values: <= 128 characters
last_name object
anyOf
- MOD1
- MOD2
string
Possible values: <= 128 characters
email object
anyOf
- MOD1
- MOD2
string
Possible values: <= 254 characters
phone object
anyOf
- MOD1
- MOD2
string
Possible values: <= 14 characters
is_guarantor object
anyOf
- MOD1
- MOD2
boolean
added_at object
anyOf
- MOD1
- MOD2
string
last_update object
anyOf
- MOD1
- MOD2
string
status object
anyOf
- StatusB55Enum
- MOD2
string
Possible values: [NEW
, OPEN
, COLLECT_STARTED
, COLLECT_COMPLETE
, PROCESSING
, HUMAN_ACTION_REQUIRED
, ANALYZED
, COLLECTED
, CLOSED
]
score object
anyOf
- MOD1
- MOD2
number
form_submitted object
anyOf
- MOD1
- MOD2
string
ApplicantList
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"is_guarantor": true,
"added_at": "2024-07-29T15:51:28.071Z",
"last_update": "2024-07-29T15:51:28.071Z",
"status": "NEW",
"score": 0,
"form_submitted": "2024-07-29T15:51:28.071Z"
}