Documentforaccountapiv1
The encoded key of the uploaded document.
The user provided ID of the uploaded document.
The date on which the document was first uploaded.
The date on which the document or its metadata was last modified.
The encoded key of the client, group or other entity record with which the document is associated.
The type of the document holder, eg CLIENT or GROUP.
Possible values: [BRANCH, LOAN_ACCOUNT, GROUP, DEPOSIT_ACCOUNT, LINE_OF_CREDIT, LOAN_PRODUCT, GL_JOURNAL_ENTRY, SAVINGS_PRODUCT, USER, CLIENT, CENTRE, ID_DOCUMENT]
The name of the original uploaded file.
The file type of the uploaded file, must be one of the supported file types.
Possible values: [JPG, JPEG, PNG, GIF, BMP, TIFF, DOC, DOCX, DOCM, DOT, DOTX, DOTM, XLS, XLSX, XLSB, PPTX, PPT, PPS, PPSX, ODT, OTT, FODT, PDF, XML, TXT, CSV, PROPERTIES, MSG, TIF, ZIP, RTF, XLSM, ODS, ODP, EML, EMLX, HTML, MHT, MHTML, XPS, NUMBERS, KEY, PAGES, YAML, JSON, JASPER, JRXML]
The size of the uploaded file.
The original file name.
The encoded key used to retrieve the document from storage.
The description of this document provided at the time of upload.
The encoded key of the user who first uploaded this document.
The display name of the user who first uploaded this document.
documentHolder object
Description for documentHolder in DocumentForAccountApiV1
The type of account that the document belongs to.
Possible values: [LOAN, SAVINGS]
LOANThe encoded key of the document owner.
8a193c262f3b51b701722d77c5e423b7The type of entity that owns the document.
Possible values: [CLIENT, GROUP]
CLIENTThe encoded key of the account to which the document relates.
8a19b6e4746cc6abf1746cf1436c00c5The ID of the account to which the document relates.
ABC111{
"encodedKey": "string",
"id": "string",
"creationDate": "string",
"lastModifiedDate": "string",
"documentHolderKey": "string",
"documentHolderType": "BRANCH",
"name": "string",
"type": "JPG",
"fileSize": "string",
"originalFilename": "string",
"location": "string",
"description": "string",
"createdByUserKey": "string",
"userName": "string",
"documentHolder": {
"type": "LOAN",
"holderkey": "8a193c262f3b51b701722d77c5e423b7",
"accountHolderType": "CLIENT",
"encodedKey": "8a19b6e4746cc6abf1746cf1436c00c5",
"displayName": "ABC111"
}
}