Fracttal →

Update regular hour value

Through this web service, you can update the values of the ordinary hours that the different human resources have.

Id = Id of the item within Fracttal

Input parameters

(Send only the parameters that you want to update)

ParameterTypeDescription
valueRealHourly rate
descriptionTextoDescription of the time

Parámetros de salida

ParameterTypeDescription
idIntegerRegistration ID
valueRealHourly value
descriptionTextDescription of the time

Example:

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

{ "value":"5420" }

TEST IT

{
    "success": true,
    "message": "200",
    "data": {
        "
        "code": "EQM028",
        "description": null,
        "id_type_item": 2,
        "notes": null,
        "min_stock_warning": null,
        "weight": null,
        "id_unit": null,
        "is_serial_control": false,
        "is_tool": false,
        "active": true,
        "barcode": "123987123AAC",
        "field_1": "REFRIGERADOR DE VACUNAS",
        "field_2": "SAMSUNG",
        "lead_time": null,
        "path_image": null,
        "field_3": "C13 D",
        "field_4": "001827",
        "is_changed": false,
        "field_5": "02 RACKS",
        "field_6": "750X580X390",
        "import_code": null,
        "total_replacement_cost": null,
        "salvage_value": null,
        "purchase_date": "2015-10-27",
        "total_cost": null,
        "anual_depreciation": null,
        "startup_date": null,
        "latitude": null,
        "longitud": null,
        "visible_to_all": false,
        "hours_average_daily_use": null
    },
    "total": 0
}

TEST IT

Language