Eine offizielle Website der Bundesrepublik Deutschland
Zum Hauptinhalt springen

OrganisationResult

oeIdstring

ID der Organisationseinheit

namestring

Name der Organisationseinheit

addresses object[]

Adressen der Organisationseinheit

  • Array [
  • typestring

    Typ der Anschrift

    Possible values: [ADDRESS, DELIVERY_ADDRESS, POSTAL_ADDRESS, UNBESTIMMT]

    citystring

    Ort

    zipstring

    Postleitzahl

    streetstring

    Straße

    houseNumberstring

    Hausnummer

    postboxstring

    Postfach

  • ]
  • roles object[]

    Rollen der Organisationseinheit für diesen Onlinedienst

  • Array [
  • rolestring

    Typ der Rolle

    Possible values: [PROFESSIONAL_POINT_OF_CONTACT, TECHNICAL_POINT_OF_CONTACT, TECHNICAL_CONTACT_FOR_THE_OPERATING_PLATFORM, COMPETENT_OFFICE, CONTACT_POINT, SINGLE_POINT_OF_CONTACT, OTHER_SINGLE_POINT_OF_CONTACT, UNKNOWN]

    lbIdstring

    Leistungsbeschreibungs-ID

    leikakeysstring[]

    LeiKa-Schlüssel

    arsstring[]

    ARS der Organisationseinheit Zuständigkeit

  • ]
  • OrganisationResult
    {
    "oeId": "string",
    "name": "string",
    "addresses": [
    {
    "type": "ADDRESS",
    "city": "string",
    "zip": "string",
    "street": "string",
    "houseNumber": "string",
    "postbox": "string"
    }
    ],
    "roles": [
    {
    "role": "PROFESSIONAL_POINT_OF_CONTACT",
    "lbId": "string",
    "leikakeys": [
    "string"
    ],
    "ars": [
    "string"
    ]
    }
    ]
    }