Endpoint
Generates an Excel file containing employee data formatted for SCTR (Seguro Complementario de Trabajo de Riesgo) insurance submission. The response is a downloadable Excel file with standardized columns required by the insurance provider.Request
Headers
Body Parameters
Array of employee objects to include in the Excel file
Response
Returns an Excel file (.xlsx) with the following headers:| Column | Description | Format |
|---|---|---|
| Item | Sequential number | Number |
| Apellido Paterno | Father’s last name | Text |
| Apellido Materno | Mother’s last name | Text |
| Nombres | First name | Text |
| Sexo | Gender | M/F |
| Fecha Nac. | Birth date | Excel serial date |
| Nacionalidad | Nationality | Always “PERUANA” |
| Tipo Doc. | Document type | Always “DNI” |
| Numero Doc. | Document number | Text |
| DC | Verification digit | Empty (to be filled) |
| Condición | Employee condition | Always “P” (Permanent) |
| Cargo | Position | Text |
| Moneda Sueldo | Currency | Always “SOLES” |
| Sueldo | Salary | Formatted currency |
| Tasa | Risk rate | Always “ALTO RIESGO” |
| Fecha Ingreso | Entry date | Excel serial date |
| Fecha cese | End date | Excel serial date |
| Cod/Cliente | Client code | Empty (to be filled) |
| Sede | Headquarters | Always “PLAYA” |
Response Headers
Example
Error Responses
Empty Request Body
Too Many Employees
Validation Error
Notes
- The generated file includes centered headers in the first row
- Dates are converted to Excel serial date format for compatibility
- Nationality is always set to “PERUANA”
- Document type is always set to “DNI”
- Currency is always set to “SOLES”
- Condition is always set to “P” (Permanent)
- Risk rate is always set to “ALTO RIESGO” (High Risk)
- Headquarters is always set to “PLAYA”
- DC (verification digit) field is left empty for manual completion
- Client code field is left empty for manual completion
- Salary is formatted with currency symbols (S/.)
- Minimum 1 employee required, maximum 50 employees per batch
- File name is always
FORMATO_SCTR.xlsx