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 Balance Sheet

GET
/getBalanceSheetBasicOracle
Reading a balance sheet using location ID (parameter1) at time (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 '/getBalanceSheetBasicOracle?parameter1&parameter2&parameter3&parameter4&command=LESEN_BILANZIERUNG_BASIS' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Erfolgreiches Lesen der Bilanzierung
Body

Example
{
    "stammdaten": {
        "BILANZIERUNG": [
            {
                "boTyp": "BILANZIERUNG",
                "versionStruktur": "1",
                "marktlokationsId": "50754496000",
                "gueltigkeitszeitraum": {
                    "zeitraumId": null,
                    "startdatum": null,
                    "enddatum": null
                },
                "datenqualitaet": null,
                "lastprofile": [
                    {
                        "bezeichnung": "XYZ",
                        "profilschar": null,
                        "verfahren": "SYNTHETISCH",
                        "einspeisung": false,
                        "tagesparameter": {
                            "klimazone": null,
                            "temperaturmessstelle": null,
                            "dienstanbieter": null,
                            "herausgeber": null
                        },
                        "profilart": "ART_STANDARDLASTPROFIL",
                        "herausgeber": "NB",
                        "referenzprofilbezeichnung": "XYZ"
                    }
                ],
                "lastprofileBilanzierungsbeteiligter": [
                    {
                        "bezeichnung": "ZYX",
                        "profilschar": null,
                        "verfahren": "SYNTHETISCH",
                        "einspeisung": false,
                        "tagesparameter": {
                            "klimazone": null,
                            "temperaturmessstelle": null,
                            "dienstanbieter": null,
                            "herausgeber": null
                        },
                        "profilart": "ART_STANDARDLASTPROFIL",
                        "herausgeber": "NB"
                    }
                ],
                "bilanzierungsbeginn": "0001-01-01T00:00:00Z",
                "bilanzierungsende": "2025-10-31T23:00:00Z",
                "bilanzkreis": "11Y0-0000-0076-N",
                "jahresverbrauchsprognose": {
                    "wert": 2300,
                    "einheit": "KWH"
                },
                "vorjahresverbrauch": {
                    "wert": 2500,
                    "einheit": "KWH"
                },
                "temperaturarbeit": {
                    "wert": null,
                    "einheit": null
                },
                "kundenwert": {
                    "wert": 2550,
                    "einheit": "KWH"
                },
                "verbrauchsaufteilung": {
                    "wert": null,
                    "einheit": null
                },
                "zeitreihentyp": "SLS",
                "aggregationsverantwortung": "VNB",
                "prognosegrundlage": "PROFILE",
                "detailsPrognosegrundlage": [
                    "SLP_SEP"
                ],
                "wahlrechtPrognosegrundlage": "DURCH_LF",
                "fallgruppenzuordnung": null,
                "prioritaet": "1",
                "grundWahlrechtPrognosegrundlage": "DURCH_LF",
                "abwicklungsmodell": "MODELL_1_BILANZIERUNG_AN_MARKTLOKATION",
                "datenDerBeteiligtenMarktrolle": [
                    {
                        "marktlokationsId": "50754496000",
                        "lastprofile": [
                            {
                                "bezeichnung": "H0",
                                "profilschar": null,
                                "verfahren": "SYNTHETISCH",
                                "tagesparameter": {
                                    "klimazone": null,
                                    "temperaturmessstelle": null,
                                    "dienstanbieter": null,
                                    "herausgeber": null
                                },
                                "einspeisung": false,
                                "profilart": "ART_STANDARDLASTPROFIL",
                                "herausgeber": "NB"
                            }
                        ],
                        "jahresverbrauchsprognose": {
                            "wert": 2300,
                            "einheit": "KWH"
                        },
                        "temperaturarbeit": {
                            "wert": null,
                            "einheit": null
                        },
                        "bilanzkreis": "11Y0-0000-0076-N",
                        "bilanzkreisAn": "11Y0-0000-0076-N",
                        "bilanzkreisVon": "11Y0-0000-0077-N",
                        "zeitreihentyp": "SLS",
                        "aggregationsverantwortung": "VNB",
                        "prognosegrundlage": "PROFILE",
                        "detailsPrognosegrundlage": [
                            "SLP_SEP"
                        ]
                    }
                ]
            }
        ]
    }
}
🟠400Bad Request
Modified at 2025-10-21 09:13:26
Previous
Get Energy Supply Contract
Next
Get CalculationFormula
Built with