Forecast Target Data

Upload daily target data with maximum 366 rows

Operation used to upload target data for daily basic. The total amount of data rows must not exceed 366.

post/v2/forecasts/target-data

Request body

Example request

{
  "requests": [
    {
      "externalId": "target-1",
      "externalUnitId": "unit-1",
      "externalSectionId": "section-1",
      "targetPayload": [
        {
          "rangeType": "EXACT",
          "value": 100,
          "toValue": 100,
          "date": "2026-01-15"
        }
      ]
    }
  ]
}

Response

Data successfully uploaded

Changes

Changed in 1 of the 2 revisions of this API.2

    • the endpoint scheme security OAuth2ClientCredentials was added to the API

      api-security-added

    • the endpoint scheme security OAuth2ClientCredentials was added to the API

      api-security-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog