Through this API you can create a cost centers within your company.
EndPoint
https://app.fracttal.com/api/costs_center
Method
POST
Input Parameters in the Body
Parameter | Type of field | Description |
value | Text | Value of the cost center |
description | Text | Description of the cost center |
Output Parameters
Parameter | Type of field | Description |
value | Text | Cost center value |
description | Text | Cost center description |
Example:
Petition: (POST) https://app.fracttal.com/api/costs_center
Body
{ "value": "CX09",
"description":"EQUIPO ASERCOP"
}
Example Response:
{
"success": true,
"message": "200",
"data": {
"value": "CX09",
"description": "EQUIPO ASERCOP"
},
"total": 0