---
title: "Create a one-off report"
method: POST
path: "/report/setup/OneOff"
tags: ["Report"]
---

# Create a one-off report

`POST /report/setup/OneOff`

**Requires permission:** *StaffMember*

Inserts one report entry per supplied pupil into the given step (port of RPT_InsertEntry), attributed to the signed-in staff member's MIS STAFF_ID.

## Request body

- CreateOneOffReportRequest
  - `stepId` integer
  - `reportId` integer
  - `subjectName` string, nullable
  - `students` OneOffPupil[]
    - `pupilId` integer
    - `nameId` integer
    - `studentUpi` string, guid, nullable

## Response `204`

Success - Created

## Other responses

- `400` — An Error Occurred - Could not create
- `401` — Unauthorized
- `403` — Forbidden

---

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