# Serviços

Catálogo de serviços que podem ser executados em tarefas e orçamentos, incluindo descrição, valor e demais atributos comerciais.

## Consultar serviço

 - [GET /services/{id}](https://developer.auvo.com.br/openapi/api-reference/servicos/retrieve-a-service.md): Returns the details of a single Service identified by its unique identifier.

## Editar serviço

 - [PATCH /services/{id}](https://developer.auvo.com.br/openapi/api-reference/servicos/edit-a-service.md): Updates the editable fields of an existing Service identified by its unique identifier. Only the properties present in the request body are modified.

## Excluir serviço

 - [DELETE /services/{id}](https://developer.auvo.com.br/openapi/api-reference/servicos/delete-a-service.md): Removes a Service from your account by its unique identifier. This operation cannot be undone.

## Adicionar novo serviço

 - [POST /services](https://developer.auvo.com.br/openapi/api-reference/servicos/add-a-new-service.md): Creates a new Service in your account using the data provided in the request body.

## Criar ou atualizar serviço

 - [PUT /services](https://developer.auvo.com.br/openapi/api-reference/servicos/upsert-a-service.md): Uses id or externalCode as identifier.

## Listar serviços

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

## Listar todos os serviços (legado)

 - [GET /services/obterListaServicos](https://developer.auvo.com.br/openapi/api-reference/servicos/retrieve-all-services-legacy.md): Returns all services for the authenticated user without pagination.

