MACO APP DOCS
  1. Read BO4E (Backend)
MACO APP DOCS
  • Kundendokumentation
    • Oracle
      • API Docs
        • Overview
        • Error codes
        • Changelog Interfaces
        • Business Objects
        • Integration Layer
        • Trigger Events (MACO APP)
          • Role Supplier (LF)
            • Start of delivery
        • Read BO4E (Backend)
          • Get Communication Data
            GET
          • Get Meter
            GET
          • Get Tranche
            GET
          • Get Technical Resource
            GET
          • Get Controllable Resource
            GET
          • Get Grid Usage Contract
            GET
          • Get Grid Location
            GET
          • Get Metering Point Operation Contract
            GET
          • Get Meter Location
            GET
          • Get Market Location
            GET
          • Get Location Bundle
            GET
          • Get Meter Readings
            GET
          • Get The Load Profile
            GET
          • Get Energy Amount
            GET
          • Get Energy Supply Contract
            GET
          • Get Balance Sheet
            GET
          • Get CalculationFormula
            GET
          • Get Avis
            GET
        • Read Process Data (Backend)
          • Get Allocation Authorization
        • Write Process Data LF (Backend)
          • Create Process Data
          • Update Process Data
      • Process Docs
        • Supplier
          • Start of delivery (Role supplier new)
            • Process overview
  1. Read BO4E (Backend)

Get Location Bundle

GET
/getLocationBundleBasicOracle
Reading a location bundle using locationId (parameter1) of type (parameter2 – default MaLo) as of the key date (parameter3)

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/getLocationBundleBasicOracle?parameter1&parameter2&parameter3&parameter4&command=LESEN_LOKATIONSBUENDEL_BASIS' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Erfolgreiches Lesen des Lokationsbündels | Successful reading of the location bundle
Body

Example
{
    "boTyp": "LOKATIONSBUENDEL",
    "versionStruktur": "1",
    "gueltigkeitszeitraum": {
        "zeitraumId": null,
        "startdatum": null,
        "enddatum": null
    },
    "datenqualitaet": null,
    "lokationsbuendelstrukturId": "56143614",
    "lokationsbuendelNummer": 1,
    "standardisierteLokationsbuendelstruktur": true,
    "zuordnungObjectcode": [
        {
            "referenzLokationsTyp": "MALO",
            "referenzLokationsId": "50754496001",
            "objectcode": [
                {
                    "objectcode": "1463515",
                    "lokationsbuendelNummer": 1
                }
            ],
            "vorgelagerteLokationTyp": "NELO",
            "vorgelagerteLokationId": "12754496001",
            "referenzMarktlokationTechnischeRessource": [
                "Marktlokation1",
                "Marktlokation2"
            ]
        }
    ]
}
🟠400Bad Request
Modified at 2025-10-21 09:13:02
Previous
Get Market Location
Next
Get Meter Readings
Built with