Applicant
iduuidrequired
physical_guarantors object[]
Array [
iduuidrequired
first_name object
anyOf
- MOD1
- MOD2
string
last_name object
anyOf
- MOD1
- MOD2
string
email object
anyOf
- MOD1
- MOD2
string
phone object
anyOf
- MOD1
- MOD2
string
added_atdate-timerequired
last_update object
anyOf
- MOD1
- MOD2
string
external_reference object
anyOf
- MOD1
- MOD2
string
category object
anyOf
- MOD1
- MOD2
string
applicant_fileuuidrequired
for_applicantuuidrequired
status object
anyOf
- MOD1
- MOD2
string
score object
anyOf
- MOD1
- MOD2
number
]
alerts object[]
Array [
alert_typeAlert Type (string)required
documentDocument (string)required
document_typeDocument Type (string)required
status object
anyOf
- StatusE9dEnum
- MOD2
string
Possible values: [NEUTRAL
, WARNING
, ERROR
, SUCCESS
]
comment object
anyOf
- MOD1
- MOD2
string
codeCode (string)required
]
score object
anyOf
- MOD1
- MOD2
number
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
external_reference object
anyOf
- MOD1
- MOD2
string
Possible values: <= 80 characters
added_at object
anyOf
- MOD1
- MOD2
string
last_update object
anyOf
- MOD1
- MOD2
string
is_guarantor object
anyOf
- MOD1
- MOD2
boolean
statusStatusB55Enum (string)required
Possible values: [NEW
, OPEN
, COLLECT_STARTED
, COLLECT_COMPLETE
, PROCESSING
, HUMAN_ACTION_REQUIRED
, ANALYZED
, COLLECTED
, CLOSED
]
applicant_fileuuid
category object
anyOf
- MOD1
- MOD2
string
form_submitted object
anyOf
- MOD1
- MOD2
string
Applicant
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"physical_guarantors": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"added_at": "2024-07-29T15:51:28.071Z",
"last_update": "2024-07-29T15:51:28.071Z",
"external_reference": "string",
"category": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"applicant_file": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"for_applicant": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "string",
"score": 0
}
],
"alerts": [
{
"alert_type": "string",
"document": "string",
"document_type": "string",
"status": "NEUTRAL",
"comment": "string",
"code": "string"
}
],
"score": 0,
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"external_reference": "string",
"added_at": "2024-07-29T15:51:28.071Z",
"last_update": "2024-07-29T15:51:28.071Z",
"is_guarantor": true,
"status": "NEW",
"applicant_file": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"category": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"form_submitted": "2024-07-29T15:51:28.071Z"
}