---
title: "PATCH /api/daycard-item/{id}/"
method: PATCH
path: "/api/daycard-item/{id}/"
tags: ["daycard-item"]
---

# PATCH /api/daycard-item/{id}/

`PATCH /api/daycard-item/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Request body

- PatchedDayCardItem
  - `id` string, uuid
  - `employee` string, uuid
  - `employee_name` string
  - `project` string, uuid
  - `daycard` string, uuid
  - `start_date` string, date
  - `hours` number, double
  - `break_hours` number, double
  - `job_details` string
  - `attachments` Attachment[]
    - `id` string, uuid, required
    - `employee` string, uuid
    - `name` string
    - `file` string, uri, required
    - `contents` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `thumbnail` string, uri, nullable, required
    - `width` integer, nullable
    - `height` integer, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `started_at` string, date-time, nullable
  - `ended_at` string, date-time, nullable
  - `regtime_hours` number, double, nullable
  - `overtime_hours` number, double, nullable
  - `regcost_hours` number, double, nullable
  - `overcost_hours` number, double, nullable
  - `loading_calculation` string, uuid, nullable

## Response `200`

- DayCardItem
  - `id` string, uuid, required
  - `employee` string, uuid
  - `employee_name` string, required
  - `project` string, uuid, required
  - `daycard` string, uuid, required
  - `start_date` string, date, required
  - `hours` number, double, required
  - `break_hours` number, double, required
  - `job_details` string, required
  - `attachments` Attachment[], required
    - `id` string, uuid, required
    - `employee` string, uuid
    - `name` string
    - `file` string, uri, required
    - `contents` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `thumbnail` string, uri, nullable, required
    - `width` integer, nullable
    - `height` integer, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `started_at` string, date-time, nullable
  - `ended_at` string, date-time, nullable
  - `regtime_hours` number, double, nullable
  - `overtime_hours` number, double, nullable
  - `regcost_hours` number, double, nullable
  - `overcost_hours` number, double, nullable
  - `loading_calculation` string, uuid, nullable

---

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