CostCenter
| Verbo | Nome | Path |
|---|---|---|
| PUT | Resource to update a existing CostCenter | /api/cost-center/v1 |
| POST | Resource to create a new CostCenter | /api/cost-center/v1 |
| GET | Resource to find a CostCenter by Id | /api/cost-center/v1/{id} |
| DELETE | Resource to delete a cost center | /api/cost-center/v1/{id} |
Updated 3 days ago