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 Metering Point Operation Contract

GET
/getMeasuringPointOperationContractBasicOracle
Reading the metering point operation contract of a location (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 '/getMeasuringPointOperationContractBasicOracle?parameter1&parameter2&parameter3&parameter4&command=LESEN_MESSSTELLENBETRIEBSVERTRAG_BASIS' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Erfolgreiches Lesen des Messstellenbetriebsvertrages | Successful reading of metering contract
Body

Example
{
    "$ref": "https://raw.githubusercontent.com/conuti-gmbh/bo4e-schema/master/docs/examples/bo/Vertrag.json"
}
🟠400Bad Request
Modified at 2025-10-21 09:12:47
Previous
Get Grid Location
Next
Get Meter Location
Built with