---
title: "Generar ticket documento de venta"
method: GET
path: "/api/v1/documentos/ticketDocumento/{id}"
tags: ["Ventas"]
---

# Generar ticket documento de venta

`GET /api/v1/documentos/ticketDocumento/{id}`

<div id='DatosCrear'><p>Generar pdf del ticket de documento de venta</p><div id='get'><span></span>https://api.worldoffice.cloud/api/v1/documentos/ticketDocumento</div>Proceso que genera el ticket en PDF con vista del documento<br><br>Petici&oacute;n de servicio:<br><b>https://api.worldoffice.cloud/api/v1/documentos/ticketDocumento/123</b><br></div>

## Path parameters

- `id` integer, required

## Response `200`

Tiket en pdf generado correctamente, retorna un string con el que se genera el pdf

## Other responses

- `400` — Bad Request
- `403` — No se puede visualizar este documento
- `404` — Elemento no encontrado
- `409` — Conflict
- `500` — Error interno del servidor

---

[API](https://skmtc.dev/worldoffice/apis/world-office-api.md) · [All operations](https://skmtc.dev/worldoffice/apis/world-office-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/worldoffice/world-office-api/revisions/ab962606cb0a/schema)
