{info} Usar el token obtenido en la autenticación.
METHOD | PATH | HEADERS |
---|---|---|
POST | /documento/configuracion/actualizar |
Content-Type:application/json |
NAME | TYPE | DESCRIPTION | CONDITION |
---|---|---|---|
token | STRING |
Content-Type:application/json | |
pdfOrientacion | STRING |
Orientación del PDF | |
pdfFormato | STRING |
Formato de PDF | |
pdfAncho | INTEGER |
Ancho de la Plantilla | |
pdfAlto | INTEGER |
Alto de la Plantilla |
{
"token": "string|hash",
"pdfOrientacion": "string",
"pdfFormato": "string",
"pdfAncho": integer,
"pdfAlto": integer
}
{success} Solicitud Aceptada
HTTP_CODE 200
{
"success": 1,
"msg": "string|hashed"
}
{danger} Solicitud no aceptada
HTTP_CODE 500
{
"success": 0,
"msg": "string|description"
}