Show / Hide Table of Contents

    BankAccounts

    Queryable, Introduced in version 24.2

    GET https://localhost:8001/sv/001.1/api/v1/Accounting/BankAccounts
    

    Represents a bank account.

    GUID

    189F4F6B-16E0-4A8B-9DA6-F6D37DC4DA3C
    

    Required permission

    Show bank settings
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the bank account.
    Code String The human readable identifier of the bank account.

    • Unique
    • Not nullable
    • Max length is 5
    Description String The translated description of the bank account.
    Type Int32 The bank account's type.

    • Iban: 1
    • Bban: 2
    • Upic: 3
    • Miscellaneous: 4
    Number String The bank account's number.

    • Not nullable
    • Max length is 50
    BgNumber String The bank account's bankgiro number.

    • Max length is 9
    PgNumber String The bank account's plusgiro number.

    • Max length is 9
    BankIdentifierCode String The bank account's bank identifier code.

    • Max length is 20
    CurrencyId Int64 The business key identifier of the bank account's currency.

    • References Currencies
    AccountingAccountId Int64 The business key identifier of the bank account's accounting account.

    • References Accounts
    BankAddressId Int64 The business key identifier of the bank account's bank address.

    • References Addresses

    Example

    {
      "Id": 0,
      "Code": null,
      "Description": null,
      "Type": 0,
      "Number": null,
      "BgNumber": null,
      "PgNumber": null,
      "BankIdentifierCode": null,
      "CurrencyId": 0,
      "AccountingAccountId": 0,
      "BankAddressId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB