---
title: "Create working pattern"
method: POST
path: "/working_patterns"
tags: ["Working patterns"]
---

# Create working pattern

`POST /working_patterns`

## Request body

- object
  - `name` string
  - `monday_hours` number
  - `tuesday_hours` number
  - `wednesday_hours` number
  - `thursday_hours` number
  - `friday_hours` number
  - `saturday_hours` number
  - `sunday_hours` number

## Response `201`

Created

- object
  - `data` WorkingPattern
    - `id` integer
    - `name` string
    - `monday_hours` string
    - `tuesday_hours` string
    - `wednesday_hours` string
    - `thursday_hours` string
    - `friday_hours` string
    - `saturday_hours` string
    - `sunday_hours` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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