ES | EN

📄 MIPYME Documents

Update a document type

PATCH
URL del endpoint https://api-billing.koywe.com/V1/document_types/{document_type_id}
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 — campos

CampoTipoObligatoriedadDescripción
last_sequence_numberintegerSiempre obligatorioAdd the last_sequence_number with which you will start issuing.

Ejemplo JSON del cuerpo

{
    "last_sequence_number": 0
}

Respuestas

Your document type is successfully updated.