Query center costs

Through this API you can consult all the cost centers 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

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!