Envestnet · Schema

CreatedAccountInfo

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
accountName string
id integer
accountNumber string
View JSON Schema on GitHub

JSON Schema

envestnet-createdaccountinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatedAccountInfo",
  "title": "CreatedAccountInfo",
  "type": "object",
  "properties": {
    "accountName": {
      "type": "string",
      "readOnly": true
    },
    "id": {
      "type": "integer",
      "format": "int64",
      "readOnly": true
    },
    "accountNumber": {
      "type": "string",
      "readOnly": true
    }
  }
}