Through this web service you can consult the list of the values of the ordinary hours that the different inhouse perssonel have.
EndPoint
https://app.fracttal.com/api/hourly_rates
Method
GET
Output parameters
Parameter | Type of field | Description |
id | Entire | Record id |
value | Real | Hour value |
description | Text | Hour description |
Example:
Petition: https://app.fracttal.com/api/hourly_rates
Example Response:
{
"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
}