Upvest · JSON Structure

Investment Api Account Update Structure

Request body for updating an investment account.

Type: object Properties: 1
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

AccountUpdate is a JSON Structure definition published by Upvest, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-account-update-structure.json",
  "name": "AccountUpdate",
  "description": "Request body for updating an investment account.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of investment account.",
      "example": "standard"
    }
  }
}