Cancel supplementary hours
⚠️
Add test=1 to run tests without real effects. In production, omit this parameter.
Parameters
- test (number (1)) : For testing, add the test=1 parameter. It must be omitted in production.
- id (string) : Contract identifier at SEPE, format E-99-9999-9999999-1; specify the "1" or the number corresponding to the supplementary hours notification.
DELETE /horas-complementarias
{
"test": 1,
"id": "E-28-2023-9999999-1"
}Response
Respuesta
{
"success": true,
"message": "OK"
}