Skip to main content

Documentforaccountapiv1

createdByUserKeystring

the encoded key of the Mambu user who added the document

creationDatestring

the date and time when this document was created

descriptionstring

a description of this document

documentHolder object

Description for documentHolder in DocumentForAccountApiV1

accountHolderTypestring

the type of entity that owns the document

Possible values: [CLIENT, GROUP]

Example: CLIENT
displayNamestring

the ID of the account to which the document relates

Example: ABC111
encodedKeystring

the encoded key of the account to which the document relates

Example: 8a19b6e4746cc6abf1746cf1436c00c5
holderkeystring

the encoded key of the document owner

Example: 8a193c262f3b51b701722d77c5e423b7
typestring

the type of account that the document belongs to

Possible values: [LOAN, SAVINGS]

Example: LOAN
documentHolderKeystring

the encoded key of the owner of this document, for exmaple, the client or group

documentHolderTypestring

the type of entity to which this document belongs, ie savings or loan account

Possible values: [SAVINGS_ACCOUNT, LOAN_ACCOUNT]

encodedKeystring

the automatically generated encoded ID for this item

Example: 8a19b7057471f4af017472dc0fd80472
fileSizestring

the size, in bytes, of this document

idstring

the document ID

lastModifiedDatestring

the date on which this document was last modified

locationstring

the location where this document is stored

namestring

the name of the document, if provided

originalFilenamestring

the original name of the uploaded file

typestring

the file type of the document, eg. PDF, PNG, JPEG

userNamestring

the name of the Mambu user who originally uploaded the document

Documentforaccountapiv1
{
"createdByUserKey": "string",
"creationDate": "string",
"description": "string",
"documentHolder": {
"accountHolderType": "CLIENT",
"displayName": "ABC111",
"encodedKey": "8a19b6e4746cc6abf1746cf1436c00c5",
"holderkey": "8a193c262f3b51b701722d77c5e423b7",
"type": "LOAN"
},
"documentHolderKey": "string",
"documentHolderType": "SAVINGS_ACCOUNT",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"fileSize": "string",
"id": "string",
"lastModifiedDate": "string",
"location": "string",
"name": "string",
"originalFilename": "string",
"type": "string",
"userName": "string"
}