# Service Orders

Service orders and operational work orders.

## Retrieve a Service Order

 - [GET /serviceorders/{code}](https://developer.auvo.com.br/en/openapi/api-reference/service-orders/retrieve-a-service-order.md): Returns the details of a Service Orders record identified by its unique identifier.

## Edit a Service Order

 - [PATCH /serviceorders/{code}](https://developer.auvo.com.br/en/openapi/api-reference/service-orders/edit-a-service-order.md): Updates the editable fields of an existing Service Orders record. Only properties present in the request body are modified.

## Add a new Service Order

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

## Retrieve a list of Service Orders

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

