v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
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