📄 MIPYME Documents
Create a new document authorization
POST
URL del endpoint
https://api-billing.koywe.com/V1/document_authorizations
Requiere autenticación
Autenticación
Envía la cabecera Authorization: Bearer <token> (obtenido en POST /auth) en los endpoints protegidos.
Parámetros
Sin parámetros.
Cuerpo de la solicitud (ejemplo)
{
"document_type_id": 0,
"document_authorization_quantity": 0
}
Respuestas
New document authorization successfully created
Bad request - invalid input or validation error
Unauthorized - invalid token or missing authentication
Server error - unexpected error occurred