---
title: "Upload daily target data with maximum 366 rows"
method: POST
path: "/v2/forecasts/target-data"
tags: ["Forecast Target Data"]
---

# Upload daily target data with maximum 366 rows

`POST /v2/forecasts/target-data`

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

## Request body

- ForecastDataIngestionTargetDataInputList
  - `requests` ForecastDataIngestionTargetDataInput[], required
    - `externalId` string, required
    - `externalUnitId` string, required
    - `externalSectionId` string
    - `targetPayload` ForecastDataIngestionTargetDataPayload[]
      - `rangeType` 'EXACT' | 'NOT_LESS_THAN' | 'NOT_MORE_THAN' | 'BETWEEN', required
      - `value` number, double
      - `fromValue` number, double
      - `toValue` number, double
      - `date` string, date, required

## Response `200`

Data successfully uploaded

## Other responses

- `400` — Unexpected input.
- `403` — Forbidden to perform this action

---

[API](https://skmtc.net/quinyx/apis/quinyx-api.md) · [All operations](https://skmtc.net/quinyx/apis/quinyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quinyx/quinyx-api/revisions/70a12bbb88c9/schema)
