---
title: "Merge time entries"
method: POST
path: "/entries_merge"
tags: ["[v1] Entry"]
---

# Merge time entries

`POST /entries_merge`

Merge two time entries into one.

## Request body

- object
  - `id` string — first entry id to merge
  - `to_id` string — second entry id to merge

## Response `200`

OK

- object
  - `entry_id` union
    - string
    - integer
  - `user_id` union
    - string
    - integer
  - `date` string
  - `task_id` union
    - string
    - integer
  - `time_span` number
  - `locked` union
    - string
    - integer
  - `last_modify` string
  - `note` string
  - `start_time_hour` string
  - `end_time_hour` string
  - `invoiceId` union
    - string
    - integer
  - `billable` union
    - string
    - integer

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `406` — Not Acceptable

---

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