---
title: "creates a new work item and attaches it to the case document"
method: POST
path: "/case-documents/{docketNumber}/{docketEntryId}/work-items"
tags: ["workitems"]
---

# creates a new work item and attaches it to the case document

`POST /case-documents/{docketNumber}/{docketEntryId}/work-items`

creates a new work item and attaches it to the case document

## Response `200`

200 response

- WorkItem — a workItem response
  - `createdAt` string — date workItem created
  - `assigneeName` string — the name of the user currently assigned the work item
  - `document` object
    - `documentType` string
    - `docketEntryId` string
    - `createAt` string
  - `messages` object[] — array of messages associated with the workitem
    - `messageType` string
    - `messageId` string
  - `workItemId` string — id of work item
  - `assigneeId` string — id of user currently assigned the work item
  - `docketNumber` string — date workItem created
  - `sentBy` string — the user or system function that generate or sent this original work item
  - `updatedAt` string — date workItem created

---

[API](https://skmtc.net/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.net/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
