---
title: "Creates a new room day assignment."
method: POST
path: "/RoomDayAssignments"
tags: ["RoomDayAssignments"]
---

# Creates a new room day assignment.

`POST /RoomDayAssignments`

## Request body

- CreateRoomDayAssignmentDto — Request DTO for creating a room day assignment.
  - `locationId` string, required
  - `userId` string, required
  - `assignmentDate` string, required

## Response `200`

OK

- RoomDayAssignmentResponseDto — Response DTO for a room day assignment with user details.
  - `id` string
  - `locationId` string
  - `userId` string
  - `user` UserSummaryDto
    - `id` string
    - `email` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `type` string
    - `roleId` string, nullable
    - `roleName` string, nullable
  - `assignmentDate` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

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