Documentexpandedapiv1
document object
Description for document in DocumentExpandedApiV1
The encoded key of the user who first uploaded this document.
The date on which the document was first uploaded.
A description of this document.
The encoded key of the client, group or other entity record with which the document is associated.
The type of the document holder, e.g 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 encoded key of the uploaded document.
The size of the uploaded file.
The user provided ID of the uploaded document.
The date on which the document or its metadata was last modified.
The encoded key used to retrieve the document from storage.
The name of the uploaded file.
The original file name.
The file type of the uploaded file, which 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 display name of the user who first uploaded this document.
Description for documentContent in DocumentExpandedApiV1
{
"document": {
"createdByUserKey": "string",
"creationDate": "string",
"description": "string",
"documentHolderKey": "string",
"documentHolderType": "BRANCH",
"encodedKey": "string",
"fileSize": 0,
"id": 0,
"lastModifiedDate": "string",
"location": "string",
"name": "string",
"originalFilename": "string",
"type": "JPG",
"userName": "string"
},
"documentContent": "string"
}