Documenttemplate
Template documents of the product.
creationDatestring<date-time>
The creation date of the document
Example:
2016-09-06T13:37:50+03:00encodedKeystring
The document encodedKey
lastModifiedDatestring<date-time>
The last modified date of the document
Example:
2016-09-06T13:37:50+03:00namestring
The name the document
typestring
The type of the template
Possible values: [ACCOUNT, TRANSACTION, ACCOUNT_WITH_TRANSACTIONS]
Documenttemplate
{
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"name": "string",
"type": "ACCOUNT"
}