---
title: "Get Billing Extras for Boy"
method: GET
path: "/BillingExtras"
tags: ["Billingextras"]
---

# Get Billing Extras for Boy

`GET /BillingExtras`

**Auth:** Authenticated - any signed-in user.

Grabs every unpaid billing extra based on the pupil's Name Id

## Query parameters

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

## Response `200`

Success - Success

- GetBillingExtrasResponse
  - `billingExtras` BillingView[]
    - `id` integer
    - `pupilName` string, nullable
    - `details` string, nullable
    - `transDate` string, date-time, nullable
    - `amount` number
  - `total` number, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

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