post https://app.fracttal.com/api/costs_center
Using this API you can create a cost center within your company.
Input parameters
Parameter | Type | Description |
---|---|---|
value | Text | Cost center value |
description | Text | Description of the cost center |
Output parameters
Parameter | Type | Description |
---|---|---|
value | Text | Cost center value |
description | Text | Description of the cost center |
Example:
Request: (POST) https://app.fracttal.com/api/costs_center
{ "value": "CX09",
"description":"EQUIPO ASERCOP"
}
TEST IT