Public
Documentation Settings

selfForecast

The Self forecasting API is used by participants who wish to submit their Solar or Wind Forecasts for a DUID to AEMO.

AUTHORIZATIONBasic Auth

POSTpostSubmitDispatchForecast

https://apis.preprod.aemo.com.au:9319/ws/NEMWholesale/selfForecast/v1/SubmitDispatchForecast

Use to submit a dispatch self-forecast. AEMO will use the latest of the highest priority number, unsuppressed submissions as an input to dispatch.

AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionselfForecast
HEADERS
X-initiatingParticipantID

ENERGYCO1

The ID of the Initiating Participant

X-market

NEM

The ID of the Market

Accept

application/json

Content-Type

application/json

Bodyraw
[
  {
    "RunDateTime": "2017-12-01T22:05:00+10:00",
    "AuthorisedBy": "Someone",
    "Comments": "This is additional information for a dispatch forecast",
    "Forecasts": [
      {
        "Duid": "DUID",
        "ForecastPriority": 324,
        "Model": "Model ABC",
        "Suppressed": false,
        "ParticipantTimeStamp": "2017-12-01T21:58:01+10:00",
        "IntervalForecast": [
          {
            "IntervalDateTime": "2017-12-01T22:05:00+10:00",
            "ForecastPoe50": 3.349
          }
        ]
      }
    ]
  }
]
Loading