Forecast Data
Upload forecast data with maximum 366 rows
Operation used to upload forecast data. The total amount of data rows must not exceed 366. Deprecated. Use /budget-data instead.
post/v2/forecasts/forecast-data
Query parameters
appendDataboolean
Request body
Example request
{
"requests": [
{
"externalForecastVariableId": "var-1",
"externalUnitId": "unit-1",
"externalSectionId": "section-1",
"forecastDataPayload": [
{
"data": 100,
"timestamp": "2026-01-15T12:00:00Z"
}
]
}
]
}Response
Data successfully uploaded
Changes
Changed in 1 of the 2 revisions of this API.3
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○