Skip to main content

TenantUploadedFile

nameName (string)required
number_of_pages object
anyOf
integer
size object
anyOf
integer
created_atdate-time
updated_atdate-time
statusStatus (string)

Possible values: [RECEIVED, REJECTED, PROCESSED, EXTRACTING, EXTRACTED]

Default value: RECEIVED
mime_typeMime Type (string)required
uploaded_for_section object
anyOf
string
document_type object
anyOf
string
applicantuuidrequired
created_by object
anyOf
string
metaMeta
reject_reason object
anyOf
reasonReason (string)required

Possible values: [TOO_MANY_PAGES, INCOMPLETE_DOCUMENT, UNREADABLE_DOCUMENT, WRONG_DOCUMENT, NOT_SUPPORTED, UNPROCESSABLE]

comment object
anyOf
string
iduuidrequired
TenantUploadedFile
{
"name": "string",
"number_of_pages": 0,
"size": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"status": "RECEIVED",
"mime_type": "string",
"uploaded_for_section": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"document_type": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"applicant": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_by": "string",
"reject_reason": {
"reason": "TOO_MANY_PAGES",
"comment": "string"
},
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}