---
title: "Create a forecast element"
method: POST
path: "/apps/{appId}/forecast/elements/{id}"
tags: ["Forecast"]
---

# Create a forecast element

`POST /apps/{appId}/forecast/elements/{id}`

## Path parameters

- `appId` integer, required

## Query parameters

- `name` string
- `amount` integer
- `category_id` integer
- `deducted_budget` integer
- `date` string, date-time

## Response `200`

Success

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.net/sinao/apis/sinao-api.md) · [All operations](https://skmtc.net/sinao/apis/sinao-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinao/sinao-api/versions/436b47b78bf4/schema)
