{
"EmpresaId": 0,
"PdfBase64": "",
"FilaName":"documentoFirmar.pdf",
"lstFirmante": [
{
"NombreCompleto": "Firmante CROSLAND 1",
"NroDocumento": "00000001",
"Email": "email@dominio.com",
"Celular": "+51900000001",
"EsExterno": false,
"OrdenFirma": 1
},
{
"NombreCompleto": "Firmante CROSLAND 2",
"NroDocumento": "00000002",
"Email": "email2@dominio.com",
"Celular": "+51900000002",
"EsExterno": false,
"OrdenFirma": 2
},
{
"NombreCompleto": "Firmante EXTERNO 1",
"NroDocumento": "00000003",
"Email": "email3@dominio.com",
"Celular": "+51900000003",
"EsExterno": true
},
{
"NombreCompleto": "Firmante EXTERNO 2",
"NroDocumento": "00000004",
"Email": "email4@dominio.com",
"Celular": "+51900000004",
"EsExterno": true
}
],
"SociedadCrosland": "eSigtek",
"AsuntoCorreo": "Notificación G4S - Documento Pendiente",
"HtmlBody":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"UTF-8\">\n <title>Notificación de Documento Pendiente de Firma</title>\n</head>\n\n<body style=\"font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; text-align: center;\">\n <table width=\"100%\" bgcolor=\"#f2f2f2\"></table>\n</body>\n\n</html>",
"NombreProveedor": "eSigtek SAC",
"TipoContrato": "",
"CodigoTransaccion": "",
"OrdenGrupoFirma": "CROSLAND",
"OrdenFirmante": false
}
curl --location --request POST 'https://api.ecotek.pe/sign/CROSLAND/SolicitudFirmaElectronica' \
--header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \
--data-raw '{
"EmpresaId": 0,
"PdfBase64": "",
"FilaName":"documentoFirmar.pdf",
"lstFirmante": [
{
"NombreCompleto": "Firmante CROSLAND 1",
"NroDocumento": "00000001",
"Email": "email@dominio.com",
"Celular": "+51900000001",
"EsExterno": false,
"OrdenFirma": 1
},
{
"NombreCompleto": "Firmante CROSLAND 2",
"NroDocumento": "00000002",
"Email": "email2@dominio.com",
"Celular": "+51900000002",
"EsExterno": false,
"OrdenFirma": 2
},
{
"NombreCompleto": "Firmante EXTERNO 1",
"NroDocumento": "00000003",
"Email": "email3@dominio.com",
"Celular": "+51900000003",
"EsExterno": true
},
{
"NombreCompleto": "Firmante EXTERNO 2",
"NroDocumento": "00000004",
"Email": "email4@dominio.com",
"Celular": "+51900000004",
"EsExterno": true
}
],
"SociedadCrosland": "eSigtek",
"AsuntoCorreo": "Notificación G4S - Documento Pendiente",
"HtmlBody":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"UTF-8\">\n <title>Notificación de Documento Pendiente de Firma</title>\n</head>\n\n<body style=\"font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; text-align: center;\">\n <table width=\"100%\" bgcolor=\"#f2f2f2\"></table>\n</body>\n\n</html>",
"NombreProveedor": "eSigtek SAC",
"TipoContrato": "",
"CodigoTransaccion": "",
"OrdenGrupoFirma": "CROSLAND",
"OrdenFirmante": false
}'
{
"success": true,
"message": "string"
}