---
title: "Create employee stamps."
method: POST
path: "/employee_stamp/create"
tags: ["Time Tracking|Employee Stamp"]
---

# Create employee stamps.

`POST /employee_stamp/create`

This endpoint enables the creation of employee stamps. You must carry out this procedure to record an employee's
working time. When creating a stamp, you may include a reference to a project to log project-related work time
and a specified salary type to use a custom salary type for this stamp. The stamp can be set to either 'STAY'
or 'END'. Stay stamps can be created at the start of a shift, after a break, if automatic breaks are
not enabled in geoCapture, or when beginning work on a new project for project-related time tracking. Leave
stamps can be generated at the beginning of a pause or at the conclusion of a shift.

## Request body

- StandardEmployeeStampCreateRequest
  - `employeeReference` string — Personnel number of the employee. (required)
  - `time` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
  - `state` string — The state of the stamp. "STAY" or "END". (required)
  - `note` string — Note of the stamp.
  - `trackerId` string — Tracker ID of the stamp.
  - `trackerVin` string — Vehicle identification number for the tracker of the stamp (Used if trackerId not provided).
  - `projectRef` string — Project reference of the stamp.
  - `salaryType` string — Salary type of the stamp. This referes to the salary type type, not to the salary type name.
  - `costCenter` string — Cost center of the stamp.
  - `latLng` number[] — Represents a geo coordinate. An array of two double values, representing the latitude and longitude.
  - `importSource` string — External data source from which this stamp originates.
  - `importKey` string — External ID from the respective data source.

## Response `200`

Success Response:

- StandardEmployeeStampCreateResponse
  - `id` integer — The internal ID of the created stamp.

---

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