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 — fields

FieldTypeRequiredDescription
document_type_idintegerAlways requiredID of the document type.
document_authorization_quantityintegerOptionalQuantity of the document authorization.

Request body — JSON example

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

Responses

New document authorization successfully created