> For the complete documentation index, see [llms.txt](https://docs.milksrota.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milksrota.com.br/espanol/milks-rota.md).

# Milk's Rota

La API del módulo Milk's Rota permite llevar integrados los registros auxiliares del proceso operativo de captación de leche de la quesería.

{% hint style="info" %}
**IMPORTANTE**: La API controla las operaciones **CRUD** en base a la propiedad "código" de los registros enviados en el archivo **"JSON"** de la solicitud, incluso para relacionar las tablas.

Si existe una dependencia entre registros, la tabla que contiene el registro de relación debe **ENVIARSE ANTES** de la tabla que necesita el registro relacionado, de lo contrario, la fila de datos **NO** se importará.

\
**Ejemplo:** Al importar registros de finca, será necesario enviar el código del productor, dueño de la finca. Por lo tanto, el registro de productores **debe enviarse antes** que el registro de fincas.
{% endhint %}

{% content-ref url="/pages/-MRZl774KzgigGmMMxtu" %}
[Análisis de calidad](/espanol/milks-rota/analise-de-qualidade.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCrtWizQPbdF2kRE8Vb" %}
[Fincas](/espanol/milks-rota/fazenda.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDfC3wtIAyyLMEu8THl" %}
[Grupos de rutas](/espanol/milks-rota/grupo-de-rota.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MEs2r3pPgi5m-WrSqVV" %}
[Lineas](/espanol/milks-rota/linha.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MEsFHDM4S57tk5QQJbv" %}
[Motivos de cancelacion](/espanol/milks-rota/motivo-de-cancelamento.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MEwvGIFp7T9\_BzujwU0" %}
[Puntos de recogida](/espanol/milks-rota/ponto-de-coleta.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCXSL67y8lV9WAVa4uz" %}
[Productores](/espanol/milks-rota/produtor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MEth0I1ZyctoXnj4VZO" %}
[Calendario de recogida](/espanol/milks-rota/programacao-de-coleta.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MErxPybV6k3bdFegT7q" %}
[Broken mention](broken://pages/-MErxPybV6k3bdFegT7q)
{% endcontent-ref %}

{% content-ref url="/pages/-MEeAYc4Ui2iS-iFg8EJ" %}
[Tanques (Almacenamiento)](/espanol/milks-rota/tanque.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MRR01ASlUfQnwLJwktK" %}
[Tanques (Colectivo)](/espanol/milks-rota/tanque-coletivo.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MEs8MvNOj0MKJjoo5Yu" %}
[Técnico](/espanol/milks-rota/tecnico.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MErnBYXnO8HCXxHliS\_" %}
[Vehículo](/espanol/milks-rota/veiculos.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MF7iTTud-MVxY7zCi\_A" %}
[Excursiones](/espanol/milks-rota/viagens.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MI5YpUzAnERu7vGnjRN" %}
[Métodos auxiliares](/espanol/milks-rota/metodos-auxiliares.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.milksrota.com.br/espanol/milks-rota.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
