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
| Field | Type | Description | Validations |
|---|---|---|---|
name | String | Cost center name | Cannot be empty |
cost_center_erp_id | String | Cost center ID in ERP | Cannot be empty |
Optional Fields
| Field | Type | Description | Validations | Default |
|---|---|---|---|---|
erp_cost_center_parent_erp_id | String | Parent cost center ID | Parent must exist if provided | null |
Example CSV
name,cost_center_erp_id,erp_cost_center_parent_erp_id
Ventas,CC001,
Marketing,CC002,CC001
Ventas Norte,CC003,CC001