post https://app.fracttal.com/api/hourly_rates
Through this web service you can create a new record of the ordinary hours that the different human resources have.
Input parameters
Parameter | Type | Description |
---|---|---|
value | Real | Hourly rate |
description | Text | Description of the time (Max 50 characters) |
Output parameters
Parameter | Type | Description |
---|---|---|
id | Integer | Id del registro |
value | Real | Valor de la hora |
description | Text | Descripción de la hora |
Example
Request: (POST) https://app.fracttal.com/api/hourly_rates
{
"description": "MECÁNICO-ELÉCTRICO",
"value":400392
}
PROBAR CONEXION