Skip to main content
POST
/
schedule-management
/
v1
/
mabis
/
send-response-to-aggregation-time-series
Send Response To Aggregation Time Series
curl --request POST \
  --url https://api.engrate.io/schedule-management/v1/mabis/send-response-to-aggregation-time-series \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "tso": "<string>",
  "aggregation_type": "<string>",
  "date_from": "<string>",
  "receiver": 123,
  "dso": "<string>",
  "aggregation_subtypes": [
    "<string>"
  ],
  "date_to": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

month
string
required

Month for the response (YYYY-MM)

version_id
string
required

Version identifier

answer
boolean
required

Accept (true) or reject (false)

Body

application/json

Request model for aggregation object response.

id
string
required

Aggregation object identifier

tso
string
required

TSO control area identifier

aggregation_type
string
required

Type: BAS, SLP, RLM

date_from
string
required

Valid from date (YYYY-MM-DD)

receiver
integer | null

Receiver MP-ID as number

dso
string | null

DSO identifier

aggregation_subtypes
string[]

OBIS codes

date_to
string | null

Valid to date (YYYY-MM-DD)

Response

Successful Response