---
title: "POST /api/working-day-subcontractors"
method: POST
path: "/api/working-day-subcontractors"
tags: ["workingDaySubcontractors"]
---

# POST /api/working-day-subcontractors

`POST /api/working-day-subcontractors`

Create a new workingDaySubcontractors record

## Request body

- object
  - `workingDayId` string, uuid, required
  - `subcontractorId` string, uuid, required
  - `companyId` string, uuid, required
  - `usage` number, double, nullable
  - `price` number, double, nullable
  - `unitPrice` number, double, nullable
  - `totalPrice` number, double, nullable
  - `mongodbId` string, nullable

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `workingDayId` string, uuid, required
  - `subcontractorId` string, uuid, required
  - `companyId` string, uuid, required
  - `usage` number, double, nullable
  - `price` number, double, nullable
  - `unitPrice` number, double, nullable
  - `totalPrice` number, double, nullable
  - `serverVersion` integer, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `deletedAt` string, date-time, nullable
  - `mongodbId` string, nullable, required
  - `name` string
  - `unit` string, nullable
  - `defaultUnitPrice` number, double

---

[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)
