---
title: "Post Weekend Leave Form"
method: POST
path: "/WeekendLeave/Forms"
tags: ["Weekendleave"]
---

# Post Weekend Leave Form

`POST /WeekendLeave/Forms`

**Requires permissions:** *Guardian* or *Parent*

Creates a new Weekend Leave Form entity.

## Query parameters

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

## Request body

- PostWeekendLeaveFormRequest
  - `form` WeekendLeaveForm
    - `id` integer
    - `parentUpi` string, guid, nullable
    - `parentNameId` integer, nullable
    - `studentUpi` string, guid, nullable
    - `studentNameId` integer, nullable
    - `option` WeekendLeaveOption
      - `id` integer
      - `value` string, nullable
      - `requiresDescription` boolean
      - `requiresAddress` boolean
    - `description` string, nullable
    - `addressContactUpi` string, guid, nullable
    - `date` WeekendLeaveDate
      - `id` integer
      - `weekendId` integer
      - `title` string, nullable
      - `start` string, date-time, nullable
      - `end` string, date-time, nullable
      - `description` string, nullable
      - `day` WeekendLeaveDay
        - `id` integer
        - `value` string, nullable
      - `archiveOn` string, date-time, nullable
      - `parentClose` string, date-time, nullable
      - `showFrom` string, date-time, nullable
      - `archived` boolean, nullable
      - `options` WeekendLeaveDateOption[]
        - `id` integer
        - `dateId` integer
        - `option` WeekendLeaveOption
          - `id` integer
          - `value` string, nullable
          - `requiresDescription` boolean
          - `requiresAddress` boolean
    - `archived` boolean, nullable
    - `submitted` string, date-time, nullable

## Response `200`

Success - Created weekend leave form

- PostWeekendLeaveFormResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `form` WeekendLeaveForm
    - `id` integer
    - `parentUpi` string, guid, nullable
    - `parentNameId` integer, nullable
    - `studentUpi` string, guid, nullable
    - `studentNameId` integer, nullable
    - `option` WeekendLeaveOption
      - `id` integer
      - `value` string, nullable
      - `requiresDescription` boolean
      - `requiresAddress` boolean
    - `description` string, nullable
    - `addressContactUpi` string, guid, nullable
    - `date` WeekendLeaveDate
      - `id` integer
      - `weekendId` integer
      - `title` string, nullable
      - `start` string, date-time, nullable
      - `end` string, date-time, nullable
      - `description` string, nullable
      - `day` WeekendLeaveDay
        - `id` integer
        - `value` string, nullable
      - `archiveOn` string, date-time, nullable
      - `parentClose` string, date-time, nullable
      - `showFrom` string, date-time, nullable
      - `archived` boolean, nullable
      - `options` WeekendLeaveDateOption[]
        - `id` integer
        - `dateId` integer
        - `option` WeekendLeaveOption
          - `id` integer
          - `value` string, nullable
          - `requiresDescription` boolean
          - `requiresAddress` boolean
    - `archived` boolean, nullable
    - `submitted` string, date-time, nullable

## Other responses

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

## Changes

- **2026-08-03** `e253360c6adc` — 6 info
  - added the new optional request property `form/oneOf[#/components/schemas/WeekendLeaveForm]/addressContactUpi`
  - added the new optional request property `form/oneOf[#/components/schemas/WeekendLeaveForm]/date/oneOf[#/components/schemas/WeekendLeaveDate]/options/items/option/oneOf[#/components/schemas/WeekendLeaveOption]/requiresAddress`
  - added the new optional request property `form/oneOf[#/components/schemas/WeekendLeaveForm]/option/oneOf[#/components/schemas/WeekendLeaveOption]/requiresAddress`
  - added the optional property `form/addressContactUpi` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/WeekendLeave/Forms/post.md)

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/223cb0feedeb/schema)
