v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
demands

Creates shifts for a specific demand or list of demands

post/api/serviceattendance/processes/demand/createShifts

Request body

Example request

{
  "demandUuids": [
    "123e4567-e89b-12d3-a456-426614174000",
    "123e4567-e89b-12d3-a456-426614174001"
  ]
}

Response

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

Example response

{
  "data": [
    {
      "demandUuid": "123e4567-e89b-12d3-a456-426614174000",
      "shiftsCreated": 10
    }
  ]
}