---
title: "POST /api/working-days"
method: POST
path: "/api/working-days"
tags: ["workingDays"]
---

# POST /api/working-days

`POST /api/working-days`

Create a new workingDays record

## Request body

- object
  - `companyId` string, uuid, required
  - `constructionId` string, uuid, required
  - `date` string, date, nullable
  - `timestamp` unknown
  - `endSecondOfDay` integer, nullable
  - `note` string, nullable
  - `startSecondOfDay` integer, nullable
  - `cloudinessPercents` number, double, nullable
  - `humidityPercents` number, double, nullable
  - `temperatureCelsius` number, double, nullable
  - `mongodbId` string, nullable

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `companyId` string, uuid, required
  - `constructionId` string, uuid, required
  - `date` string, date, nullable
  - `timestamp` unknown
  - `endSecondOfDay` integer, nullable, required
  - `note` string, nullable, required
  - `startSecondOfDay` integer, nullable, required
  - `cloudinessPercents` number, double, nullable
  - `humidityPercents` number, double, nullable
  - `temperatureCelsius` number, double, nullable
  - `serverVersion` integer, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `deletedAt` string, date-time, nullable
  - `mongodbId` string, nullable, required

---

[API](https://skmtc.dev/buildoapp/apis/buildo-api.md) · [All operations](https://skmtc.dev/buildoapp/apis/buildo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildoapp/buildo-api/revisions/e646e4ae8482/schema)
