Cost Centers

Manage cost allocation centers.


Cost allocation centers for invoices and payments. No dependencies.

Endpoint

POST /full-csv-integration/upload-cost-centers

  • Form Field: costCentersFile

Required Fields

FieldTypeDescriptionValidations
nameStringCost center nameCannot be empty
cost_center_erp_idStringCost center ID in ERPCannot be empty

Optional Fields

FieldTypeDescriptionValidationsDefault
erp_cost_center_parent_erp_idStringParent cost center IDIf the parent does not exist the cost center is still created, with no parent assigned — this is not an errornull

Example CSV

name,cost_center_erp_id,erp_cost_center_parent_erp_id
Ventas,CC001,
Marketing,CC002,CC001
Ventas Norte,CC003,CC001