---
title: "newTutor"
method: POST
path: "/api/tutor"
tags: ["amenidades-controller"]
---

# newTutor

`POST /api/tutor`

## Request body

- Tutores
  - `alumno` integer
  - `alumno_name` string
  - `apellidos` string
  - `clase` string
  - `clase_name` string
  - `edad` integer
  - `estatus` string
  - `fecha_aceptacion` string
  - `fecha_creacion` string
  - `id` integer
  - `imagen` string
  - `inmueble` integer
  - `inmueble_name` string
  - `nombre` string
  - `parentezco` string

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/appzibata/apis/api-documentation.md) · [All operations](https://skmtc.dev/appzibata/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/appzibata/api-documentation/revisions/4a81adbc3c07/schema)
