---
title: "Crear Beca"
method: POST
path: "/scholarships"
tags: ["Becas"]
---

# Crear Beca

`POST /scholarships`

Ofrece la lista de todos los Becas disponibles en las escuelas y campus.

## Headers

- `campusID` string, uuid, required
- `periodID` string, uuid, required — ID del periodo que se desea trabajar.

## Request body

- ScholarshipsCreated
  - `name` string, required
  - `description` string, required
  - `program_id` string, required
  - `apply_to_inscriptions` boolean, required
  - `apply_to_memberships` boolean, required
  - `amount` integer, required
  - `type` 'integer' | 'percentage', required
  - `external_id` string
  - `metadata` object — Campo arbitrario de datos de terceros

## Response `201`

Crear Beca

- Scholarships
  - `id` string, uuid
  - `name` string
  - `description` string
  - `program_id` string
  - `apply_to_inscriptions` boolean
  - `apply_to_memberships` boolean
  - `amount` integer
  - `type` 'integer' | 'percentage'
  - `status` 'active' | 'deleted'
  - `external_id` string
  - `metadata` object — Campo arbitrario de datos de terceros

## Other responses

- `404` — unresolved $ref

---

[API](https://skmtc.net/mattilda-education/apis/mattilda-api.md) · [All operations](https://skmtc.net/mattilda-education/apis/mattilda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mattilda-education/mattilda-api/revisions/a7093ab951dc/schema)
