Skip to main content

Documentforaccountapiv1

encodedKeystring

Description for encodedKey in DocumentForAccountApiV1

idstring

Description for id in DocumentForAccountApiV1

creationDatestring

Description for creationDate in DocumentForAccountApiV1

lastModifiedDatestring

Description for lastModifiedDate in DocumentForAccountApiV1

documentHolderKeystring

Description for documentHolderKey in DocumentForAccountApiV1

documentHolderTypestring

Description for documentHolderType in DocumentForAccountApiV1

namestring

Description for name in DocumentForAccountApiV1

typestring

Description for type in DocumentForAccountApiV1

fileSizestring

Description for fileSize in DocumentForAccountApiV1

originalFilenamestring

Description for originalFilename in DocumentForAccountApiV1

locationstring

Description for location in DocumentForAccountApiV1

descriptionstring

Description for description in DocumentForAccountApiV1

createdByUserKeystring

Description for createdByUserKey in DocumentForAccountApiV1

userNamestring

Description for userName in DocumentForAccountApiV1

documentHolder object

Description for documentHolder in DocumentForAccountApiV1

typestring

the type of account that the document belongs to

Possible values: [LOAN, SAVINGS]

Example: LOAN
holderkeystring

the encoded key of the document owner

Example: 8a193c262f3b51b701722d77c5e423b7
accountHolderTypestring

the type of entity that owns the document

Possible values: [CLIENT, GROUP]

Example: CLIENT
encodedKeystring

the encoded key of the account to which the document relates

Example: 8a19b6e4746cc6abf1746cf1436c00c5
displayNamestring

the ID of the account to which the document relates

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