get https://app.fracttal.com/api/hourly_rates
Through this web service you can consult the list of the values of the ordinary hours that the different human resources have.
Output parameters
Parameter | Type | Description |
---|---|---|
id | Integer | Registration ID |
value | Real | Hourly value |
description | Text | Description of the time |
Example:
Petition: (GET) https://app.fracttal.com/api/hourly_rates/
{
"success": true,
"message": "200",
"data": [
{
"id": 47,
"id_company": 133,
"description": "ASISTENTE DE MECANICO",
"value": 1200
},
{
"id": 45,
"id_company": 133,
"description": "Tecnico",
"value": 23
},
{
"id": 108,
"id_company": 133,
"description": "TECNICO",
"value": 1
},
{
"id": 42,
"id_company": 133,
"description": "SUPERVISOR DE COMPRAS",
"value": 10000
},
{
"id": 85,
"id_company": 133,
"description": "Personal de IT",
"value": 20000
}
"total": 5
}
CONECTION TEST