---
title: "PATCH /api/employee-event/{id}/snapshot/"
method: PATCH
path: "/api/employee-event/{id}/snapshot/"
tags: ["employee-event"]
---

# PATCH /api/employee-event/{id}/snapshot/

`PATCH /api/employee-event/{id}/snapshot/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Request body

- PatchedEmployeeEvent
  - `id` string, uuid
  - `created_by` string, uuid
  - `employee_name` string
  - `employee_type` string
  - `employee_selfie` string
  - `detail` string
  - `event_type` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `is_allday` boolean
  - `started_at` string, date-time, nullable
  - `ended_at` string, date-time, nullable
  - `notified` string[]
  - `viewed` string[]
  - `started_timecard` string[]
  - `finished_timecard` string[]
  - `regtime_hours` number, double, nullable
  - `overtime_hours` number, double, nullable
  - `regcost_hours` number, double, nullable
  - `overcost_hours` number, double, nullable
  - `project` string, uuid
  - `employee` string, uuid
  - `loading_calculation` string, uuid, nullable

## Response `200`

- EmployeeEvent
  - `id` string, uuid, required
  - `created_by` string, uuid
  - `employee_name` string, required
  - `employee_type` string, required
  - `employee_selfie` string, required
  - `detail` string, required
  - `event_type` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `is_allday` boolean
  - `started_at` string, date-time, nullable
  - `ended_at` string, date-time, nullable
  - `notified` string[]
  - `viewed` string[]
  - `started_timecard` string[]
  - `finished_timecard` string[]
  - `regtime_hours` number, double, nullable
  - `overtime_hours` number, double, nullable
  - `regcost_hours` number, double, nullable
  - `overcost_hours` number, double, nullable
  - `project` string, uuid, required
  - `employee` string, uuid, required
  - `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/versions/328c565b8102/schema)
