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