Skip to main content
An objection (Einspruch) disputes settlement values within the MaBiS clearing window (M+18 to M+30 WT). The TSO responds with acceptance or rejection via UTILMD.

Objection types

TypeDescription
volumeDisputed energy quantity (MWh)
priceDisputed reBAP price
metering_pointIncorrect metering point assignment
allocationIncorrect balance group allocation
timingWrong delivery period or timestamp
otherAny other dispute

An Objection (Einspruch) filed against settlement data within a clearing period.

clearing_period_uid
string
required

Parent Clearing Period identifier.

created_ts
string
required

ISO 8601 datetime when this objection was created.

Example:

"2026-02-26T10:00:00+00:00"

disputed_values
Disputed Values · object
required

Free-form data describing the disputed values (dates, intervals, amounts).

last_modified_ts
string
required

ISO 8601 datetime of the most recent status change.

Example:

"2026-03-01T14:00:00+00:00"

objection_type
string
required

Objection category: volume, price, metering_point, allocation, timing, or other.

Examples:

"volume"

"price"

status
string
required

Objection status: draft, submitted, accepted, rejected, or withdrawn.

Examples:

"submitted"

"accepted"

"rejected"

uid
string
required

Unique identifier for this objection.

Example:

"e7f8a9b0-c1d2-4e3f-8a4b-5c6d7e8f9a0b"

reason
string | null

Human-readable reason for the objection.

resolved_ts
string | null

ISO 8601 datetime when the objection was resolved (accepted or rejected).

submitted_ts
string | null

ISO 8601 datetime when the objection was submitted to the TSO.

tso_response
string | null

TSO response text, if the objection has been reviewed.