Obtener PDF del formulario
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Ejemplo en formato binario
Request con curl
curl -H "Authorization: Bearer API_KEY" \
-J -O \
https://api.persat.com.ar/v1/digital-forms/pdf/197Respuesta
HTTP/1.1 200 OK
Content-Type: application/pdf
Transfer-Encoding: chunked
Content-Disposition: attachment; filename="NOTA_DE_PEDIDO_197.pdf"
<Binary Data>HTTP/1.1 404 NOT_FOUND
Content-Type: application/json
{
"success": false,
"error": {
"status": 404,
"type": "NOT_FOUND",
"userMessage": "No hay un formulario con este numero: 197"
}
}Analizando la Respuesta en formato base64
Ejemplo de PDF descargado

Last updated