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 CalculationFormula

Developing
GET
/getCalculationFormulaBasicOracle
Reading the calculation formula for a location (parameter1) of type (parameter2 - default MALO) on 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 -g --request GET '/getCalculationFormulaBasicOracle?parameter1={{marktlokationsId}}&parameter2=MALO&parameter3={{gueltigVon}}&parameter4={{gueltigBis}}&command=LESEN_BRECHNUNGSFORMEL_BASIS' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Erfolgreiches Lesen der Berechnunungsformel
Body

Example
{
    "boTyp": "BERECHNUNGSFORMEL",
    "versionStruktur": "1",
    "gueltigkeitszeitraum": {
        "zeitraumId": 1,
        "startdatum": "2025-02-28T23:00:00Z"
    },
    "notwendigkeit": "BERECHNUNGSFORMEL_NOTWENDIG",
    "rechenschrittId": 1,
    "rechenschritte": [
        {
            "rechenschrittBestandteilId": 1,
            "operation": "ADDITION",
            "messlokationsId": "DE0009697056900614312080040415222",
            "energieflussrichtung": "AUSSP"
        },
        {
            "rechenschrittBestandteilId": 1,
            "operation": "ADDITION",
            "messlokationsId": "DE0009697056900614312080040415333",
            "energieflussrichtung": "AUSSP"
        }
    ]
}
🟠400Bad Request
🟠422Parameter Error
Modified at 2025-10-21 09:13:30
Previous
Get Balance Sheet
Next
Get Avis
Built with