---
title: "Send Laptop Loan Email"
method: POST
path: "/Onarken/Email"
tags: ["Onarken"]
---

# Send Laptop Loan Email

`POST /Onarken/Email`

**Auth:** Anonymous - no token required.

Send an email to housemaster with a list of laptop loan transactions for the day

## Query parameters

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

## Request body

- PostSendLaptopLoanEmailRequest
  - `sendToHousemasters` boolean

## Response `204`

Success - Emails Sent

## Other responses

- `400` — An Error Occurred - Could Not Send Emails

---

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