# Additional Costs

Additional costs linked to tasks, quotations and financial flows.

## Retrieve a list of Additional Costs

 - [GET /additionalcosts](https://developer.auvo.com.br/en/openapi/api-reference/additional-costs/retrieve-a-list-of-additional-costs.md): Returns a paginated list of Additional Costs registered in your account. Use query parameters to filter, sort and paginate results.

## Add a new Additional Cost

 - [POST /additionalcosts](https://developer.auvo.com.br/en/openapi/api-reference/additional-costs/add-a-new-additional-cost.md): Creates a Additional Costs record in your account using the data provided in the request body.

## Update an Additional Cost

 - [PUT /additionalcosts/{id}](https://developer.auvo.com.br/en/openapi/api-reference/additional-costs/update-an-additional-cost.md): Updates or replaces Additional Costs data using the payload provided in the request body.

