---
title: "Creates shifts for a specific demand or list of demands"
method: POST
path: "/api/serviceattendance/processes/demand/createShifts"
tags: ["demands"]
---

# Creates shifts for a specific demand or list of demands

`POST /api/serviceattendance/processes/demand/createShifts`

## Request body

- object
  - `demandUuids` unknown[], required — List of demand unique identifiers
    - unknown

## Response `200`

Information about the shifts created for the given demand or list of demands

- object
  - `data` object[], required
    - `demandUuid` string, uuid — Demand unique identifier
    - `shiftsCreated` number — Number of shifts created for the demand

## Other responses

- `500` — default error response

---

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