Envestnet · Schema

DocumentDownload

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
docContent string Contents of the document in Base64 format.

Applicable containers: bank, investment, creditCard, loan, insurance
id string The document's primary key and unique identifier.

Applicable containers: bank, investment, creditCard, loan, insurance
View JSON Schema on GitHub

JSON Schema

envestnet-documentdownload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentDownload",
  "title": "DocumentDownload",
  "type": "object",
  "properties": {
    "docContent": {
      "type": "string",
      "description": "Contents of the document in Base64 format.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
      "readOnly": true
    },
    "id": {
      "type": "string",
      "description": "The document's primary key and unique identifier.<br><br><b>Applicable containers</b>: bank, investment, creditCard, loan, insurance<br>",
      "readOnly": true
    }
  }
}