---
title: "Post Interview Notes"
method: POST
path: "/AssessmentAfternoons/InterviewNotes"
tags: ["Assessmentafternoons"]
---

# Post Interview Notes

`POST /AssessmentAfternoons/InterviewNotes`

**Requires permission:** *StaffMember*

Post Interview Notes with optional pagination, sorting, filtering and includes

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostInterviewNotesRequest
  - `note` AssessmentInterviewNote
    - `id` integer
    - `openApplyId` integer
    - `createdBy` string
    - `created` string, date-time
    - `createdByName` string
    - `comment` string, nullable
    - `grade` string, nullable

## Response `204`

Success - Success

## Other responses

- `400` — An Error Occurred - Explain Error
- `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)
