POST
/
mabis
/
send-response-to-aggregation-time-series
Send Mabis Response
curl --request POST \
  --url https://api.engrate.io/mabis/send-response-to-aggregation-time-series \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "receiver": 5499999999999,
  "tso": "<string>",
  "dso": "<string>",
  "aggregation_type": "BAS",
  "aggregation_subtypes": [
    "1-1:1.28.0"
  ],
  "date_from": "<string>",
  "date_to": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

month
string
required
version_id
string
required
answer
boolean
required

Body

application/json

Aggregation objects status response.

id
string
required
receiver
integer
required
Required range: 1000000000000 <= x <= 9999999999999
tso
string | null
dso
string | null
aggregation_type
enum<string> | null

Aggregation type.

Available options:
BAS,
PFE,
FPI,
FPE,
EGS,
LGS,
SES,
SLS,
TES,
TLS,
SRE,
SRI,
BIL,
BIP,
BIT,
GAL,
GAP,
GAT,
GEL,
GEP,
GET,
SOL,
SOP,
SOT,
WFL,
WFP,
WFT,
WNL,
WNP,
WNT,
WAL,
WAP,
WAT
aggregation_subtypes
enum<string>[] | null
date_from
string | null
date_to
string | null

Response

Successful Response

The response is of type any.