---
title: "sends the case to the holding queue"
method: POST
path: "/cases/{docketNumber}/irsPetitionPackage"
tags: ["cases"]
---

# sends the case to the holding queue

`POST /cases/{docketNumber}/irsPetitionPackage`

Send a packaged case to the respondent.

## Response `200`

200 response

- Case — a case response
  - `createdAt` string — date case created
  - `docketEntries` object[] — array of rawDocketEntry ids and types associated with the case
    - `documentType` string
    - `workItem` object
    - `docketEntryId` string
  - `respondent` string — the respondent who is associated with the case
  - `petitioners` object[]
    - `userId` string
  - `userId` string — id of user who created the case
  - `docketNumber` string — the unique docket number associated with the case
  - `status` string — the status of the case

## Other responses

- `422` — 422 response

---

[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)
