Through this web service you can create a new record of ordinary hours that the different inhouse perssonel have.
EndPoint
https://app.fracttal.com/api/hourly_rates
Method
POST
Input Parameters in the Body
Parameter | Type of field | Description |
value | Real | Cost of the hour |
description | Text | Time description (Max 50 characters) |
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
Body:
{
"description": "MECÁNICO-ELÉCTRICO",
"value":400392
}
Response Example:
{
"success": true,
"message": "200",
"data": {
"id": 12,
"id_company": 69,
"description": "MECÁNICO-ELÉCTRICO",
"value": 400392,
"is_changed": false
},
"total": 1