# Quotations

Commercial quotations and their items.

## Retrieve a Quotation

 - [GET /quotations/{id}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/retrieve-a-quotation.md): Returns the details of a Quotations record identified by its unique identifier.

## Edit a Quotation

 - [PATCH /quotations/{id}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/edit-a-quotation.md): Updates the editable fields of an existing Quotations record. Only properties present in the request body are modified.

## Add a new Quotation

 - [POST /quotations](https://developer.auvo.com.br/en/openapi/api-reference/quotations/add-a-new-quotation.md): Creates a Quotations record in your account using the data provided in the request body.

## Retrieve a list of Quotations

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

## Add Service to Quotation

 - [POST /quotations/{id}/services/{idService}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/add-service-to-quotation.md): Creates a Quotations record in your account using the data provided in the request body.

## Update Service in Quotation

 - [PUT /quotations/{id}/services/{idService}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/update-service-in-quotation.md): Updates or replaces Quotations data using the payload provided in the request body.

## Delete Service from Quotation

 - [DELETE /quotations/{id}/services/{idService}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/delete-service-from-quotation.md): Removes the relationship or Quotations record from your account. This operation cannot be undone.

## Add Product to Quotation

 - [POST /quotations/{id}/products](https://developer.auvo.com.br/en/openapi/api-reference/quotations/add-product-to-quotation.md): Creates a Quotations record in your account using the data provided in the request body.

## Update Product in Quotation

 - [PUT /quotations/{id}/products/{idProduct}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/update-product-in-quotation.md): Updates or replaces Quotations data using the payload provided in the request body.

## Delete Product from Quotation

 - [DELETE /quotations/{id}/products/{idProduct}](https://developer.auvo.com.br/en/openapi/api-reference/quotations/delete-product-from-quotation.md): Removes the relationship or Quotations record from your account. This operation cannot be undone.

## Upsert Additional Cost in Quotation

 - [PUT /quotations/{id}/adicost](https://developer.auvo.com.br/en/openapi/api-reference/quotations/upsert-additional-cost-in-quotation.md): Updates or replaces Quotations data using the payload provided in the request body.

## Delete Additional Cost from Quotation

 - [DELETE /quotations/{id}/adicost](https://developer.auvo.com.br/en/openapi/api-reference/quotations/delete-additional-cost-from-quotation.md): Removes the relationship or Quotations record from your account. This operation cannot be undone.

