ES | EN

📄 MIPYME Documents

Create a new document authorization

POST
Endpoint URL https://api-billing.koywe.com/V1/document_authorizations
Requires authentication

Authentication

Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.

Parameters

No parameters.

Request body (example)

{
    "document_type_id": 0,
    "document_authorization_quantity": 0
}

Responses

New document authorization successfully created