Bunq · Schema

ShareInviteMonetaryAccountInquiryCreate

Banking

Properties

Name Type Description
id integer The id of the newly created share invite.
View JSON Schema on GitHub

JSON Schema

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