GET api/organisation/organisationbankkonten/{sek_id}?typ={typ}&art={art}

Sektionsdaten über die Sektionsnummer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sek_id

globally unique identifier

Required

typ

SektionsBankkontotyp

None.

art

SektionsBankkontoart

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SektionsBankkonto
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

typ

SektionsBankkontotyp

None.

art

SektionsBankkontoart

None.

bankbezeichnung

string

None.

bic

string

None.

iban

string

None.

siacode

string

None.

creditoridentifier

string

None.

daten

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "fae142cb-9afd-4ee0-a0a9-86d6ba77ff13",
    "typ": 1,
    "art": 1,
    "bankbezeichnung": "sample string 2",
    "bic": "sample string 3",
    "iban": "sample string 4",
    "siacode": "sample string 5",
    "creditoridentifier": "sample string 6",
    "daten": "sample string 7"
  },
  {
    "id": "fae142cb-9afd-4ee0-a0a9-86d6ba77ff13",
    "typ": 1,
    "art": 1,
    "bankbezeichnung": "sample string 2",
    "bic": "sample string 3",
    "iban": "sample string 4",
    "siacode": "sample string 5",
    "creditoridentifier": "sample string 6",
    "daten": "sample string 7"
  }
]