Update cost centers

Through this API you can update a cost center that you have created in your company.

Output parameters

Parameter

Type

Description

value

Text

Cost center value

description

Text

Description of the cost center

Example:

Petition: (GET)https://app.fracttal.com/api/costs_center/

{
    "success": true,
    "message": "200",
    "data": [
        {
            "value": "CX09",
            "description": "MATERNIDAD"
        },
        {
            "value": "RR",
            "description": "REPARACION REACTIVA"
        },
        {
            "value": "EA",
            "description": "EQUIPO ASERCOP"
        }
  "total": 3
}

CONECTION TEST

TEST IT

Language