API Endpoints
Fracttal →

Query center costs

Through this API you can consult all the cost centers you have created in your company.

Output parameters

ParameterTypeDescription
valueTextCost center value
descriptionTextDescription 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!