---
title: "Saves a forecast at forecast date."
method: POST
path: "/WeatherForecast"
tags: ["WeatherForecast"]
---

# Saves a forecast at forecast date.

`POST /WeatherForecast`

## Request body

- WeatherForecast
  - `date` string, date-time
  - `temperatureC` integer
  - `temperatureF` integer
  - `summary` string, nullable

## Response `201`

Success

---

[API](https://skmtc.dev/packtpublishing/apis/chapter09-service.md) · [All operations](https://skmtc.dev/packtpublishing/apis/chapter09-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/chapter09-service/revisions/bedc6600feb5/schema)
