# Receivables

Accounts receivable records.

## Retrieve a Receivable

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

## Update a Receivable

 - [PUT /receivables/{id}](https://developer.auvo.com.br/en/openapi/api-reference/receivables/update-a-receivable.md): Updates or replaces Receivables data using the payload provided in the request body.

## Add a new Receivable

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

## Retrieve a list of Receivables

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

