Identificationdocument
An Id document represents a document that can be used to identify a person like a passport, a drivers license an id card etc.
attachments object[]
A list containing information about the attached files for this document
The creation date of the document, stored as UTC
2016-09-06T13:37:50+03:00The document encodedKey
The original file name of the document
The file size of the document
The document id
The last modified date of the document, stored as UTC
2016-09-06T13:37:50+03:00Location where the document can be found, eg /myfiles/mypicture.jpeg
The name of the document
Detailed notes about the document
Represents the holder of this document. If null, means nobody is the owner of this document
Determines the owner type of the document
Possible values: [CLIENT, GROUP, LOAN_PRODUCT, SAVINGS_PRODUCT, CENTRE, BRANCH, USER, LOAN_ACCOUNT, DEPOSIT_ACCOUNT, ID_DOCUMENT, LINE_OF_CREDIT, GL_JOURNAL_ENTRY]
The extension of the document
The encoded key of the client that owns this document
The id of the document
The type of the document, Passport, Id card Drivers license, etc.
The encoded key of the document, generated, unique
Encoded key of the template used for this document
This document's index in the list of documents
Authority that issued the document, eg. Police
Date when the validity of the document ends
1987-04-26{
"attachments": [
{
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"fileName": "string",
"fileSize": 0,
"id": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"location": "string",
"name": "string",
"notes": "string",
"ownerKey": "string",
"ownerType": "CLIENT",
"type": "string"
}
],
"clientKey": "string",
"documentId": "string",
"documentType": "string",
"encodedKey": "string",
"identificationDocumentTemplateKey": "string",
"indexInList": 0,
"issuingAuthority": "string",
"validUntil": "1987-04-26"
}