Bunq · Schema

AttachmentMonetaryAccountCreate

Banking

Properties

Name Type Description
id integer The ID of the attachment created.
View JSON Schema on GitHub

JSON Schema

bunq-attachmentmonetaryaccountcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttachmentMonetaryAccountCreate",
  "title": "AttachmentMonetaryAccountCreate",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The ID of the attachment created.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}