---
title: "Agrega nuevos proveedores"
method: POST
path: "/api/nuevoProveedor"
tags: ["control-de-acceso"]
---

# Agrega nuevos proveedores

`POST /api/nuevoProveedor`

## Request body

- AltaProveedorRequest
  - `desde_fecha` string
  - `desde_hora` string
  - `documento` string
  - `entro` string
  - `estatus` string
  - `hasta_fecha` string
  - `hasta_hora` string
  - `id` integer
  - `id_inmueble` integer
  - `nombre` string
  - `observaciones` string
  - `qr` string
  - `salio` string
  - `tipo_acceso` string
  - `usuario` integer

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