Show / Hide Table of Contents

    BusinessContactBankAccounts

    Queryable, Introduced in version 2.28

    GET https://localhost:8001/sv/001.1/api/v1/Common/BusinessContactBankAccounts
    

    Represents a business contact bank account.

    GUID

    2E25739E-28B0-4E9A-B1E0-E5F71BB65783
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the business contact bank account.
    ClearingNumber String The clearing number of the business contact bank account.
    ClearingSystem String The clearing system of the business contact bank account.
    CountryId Int64 The business key identifier of the business contact bank account country.

    References
    Country Countries The country of the business contact bank account.

    • Expandable
    CentralBankCodeId Int64? The business key identifier of the business contact bank account central bank code.

    References
    CentralBankCode CentralBankCodes The central bank code of the business contact bank account.

    • Expandable
    CurrencyId Int64 The business key identifier of the business contact bank account currency.

    References
    Currency Currencies The currency of the business contact bank account.

    • Expandable
    Type Int32 The type of the business contact bank account.

    • Iban: 1
    • Bban: 2
    • Upic: 3
    • Miscellaneous: 4
    Number String The human readable identifier number of the business contact bank account.

    • Max length is 50
    BankIdentifierCode String The human readable identifier bank identifier code of the business contact bank account.

    • Max length is 30
    BankAddressId Int64? The business key identifier of the business contact bank account bank address.

    References Addresses
    BankAddress Addresses The bank address of the business contact bank account.

    • Expandable

    Example

    {
      "Id": 0,
      "ClearingNumber": null,
      "ClearingSystem": null,
      "CountryId": 0,
      "Country": null,
      "CentralBankCodeId": null,
      "CentralBankCode": null,
      "CurrencyId": 0,
      "Currency": null,
      "Type": 0,
      "Number": null,
      "BankIdentifierCode": null,
      "BankAddressId": null,
      "BankAddress": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB