Fracttal →

Create regular hour value

Through this web service you can create a new record of the ordinary hours that the different human resources have.

Input parameters

ParameterTypeDescription
valueRealHourly rate
descriptionTextDescription of the time (Max 50 characters)

Output parameters

ParameterTypeDescription
idIntegerId del registro
valueRealValor de la hora
descriptionTextDescripción de la hora

Example

Request: (POST) https://app.fracttal.com/api/hourly_rates

{
  "description": "MECÁNICO-ELÉCTRICO",
  "value":400392
}

PROBAR CONEXION

Language