---
title: "Create contract template"
method: POST
path: "/v1/organizations/{orgId}/contract-templates"
tags: ["Contract Templates"]
---

# Create contract template

`POST /v1/organizations/{orgId}/contract-templates`

## Path parameters

- `orgId` string, required

## Request body

- ContractTemplateCreateDto
  - `name` string
  - `description` string
  - `workDays` string
  - `weeklyHours` number
  - `dailyHours` number
  - `breakMinutesRequired` integer
  - `breakThresholdMinutes` integer
  - `salaryType` string
  - `vacationDaysAnnual` number
  - `sickLeavePaidDays` integer
  - `employmentModelId` string
  - `holidayCollectionId` string
  - `countryCode` string

## Response `200`

Created contract template

- ContractTemplateDto
  - `id` string
  - `organizationId` string
  - `name` string
  - `description` string
  - `i18nKey` string
  - `workDays` string
  - `weeklyHours` number
  - `dailyHours` number
  - `breakMinutesRequired` integer
  - `breakThresholdMinutes` integer
  - `salaryType` string
  - `vacationDaysAnnual` number
  - `sickLeavePaidDays` integer
  - `employmentModelId` string
  - `holidayCollectionId` string
  - `countryCode` string
  - `systemTemplate` boolean
  - `active` boolean
  - `lastUpdate` integer
  - `created` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

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