Bunq · Schema

ExportAnnualOverviewCreate

Banking

Properties

Name Type Description
id integer The id of the annual overview as created on the server.
View JSON Schema on GitHub

JSON Schema

bunq-exportannualoverviewcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportAnnualOverviewCreate",
  "title": "ExportAnnualOverviewCreate",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the annual overview as created on the server.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}