Fracttal →

Create cost centers

Using this API you can create a cost center within your company.

Input parameters

ParameterTypeDescription
valueTextCost center value
descriptionTextDescription of the cost center

Output parameters

ParameterTypeDescription
valueTextCost center value
descriptionTextDescription of the cost center

Example:

Request: (POST) https://app.fracttal.com/api/costs_center

{ "value": "CX09",
"description":"EQUIPO ASERCOP"
}

TEST IT

Language