---
title: "Patch Service"
method: PATCH
path: "/ReviewOfResults/PostResultServices"
tags: ["Reviewofresults"]
---

# Patch Service

`PATCH /ReviewOfResults/PostResultServices`

**Requires permission:** *ExamAdmin*

Patch Service for Review of Result Screens

## Query parameters

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

## Request body

- PatchReviewOfResultServiceRequest
  - `service` ReviewOfResultsService
    - `id` integer
    - `level` string, nullable
    - `description` string, nullable
    - `examBoard` string, nullable
    - `cost` string, nullable
    - `examBoardName` string, nullable
    - `name` string, nullable
    - `hidden` boolean
    - `visibleToStudents` boolean
    - `teachingLearning` boolean

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