# POST

Neste método podemos enviar de duas formas as informações para o KPI Runtime. Uma que atue somente no KPI Runtime e outra que atue no KPI Machine.

No KPI Runtime a informação não é gravado no banco de dados, ficando somente em memória.

A configuração é assim:

<table data-full-width="true"><thead><tr><th width="107.33333333333331">Método</th><th>API</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>POST</strong></td><td>componentes/KPI/Runtime</td><td></td></tr></tbody></table>

## KPI Runtime

```json
{
  "Evento": "Teste",
  "Valor": "Teste"
}
```

A chave Evento e Valor são obrigatórias neste modo de envio. O Valor poderá ser qualquer informações JSON.

## KPI Machine

```json
{
  "ParMod": "Prensa01",
  "ParTag": "Sensor01",
  "VlrMov": "150",
  ...
}
```

Os valores do ParMod (Parâmetro do Módulo) e ParTag (Parâmetros da Tag) estão configurados no [KPI Machine](/doc/arquitetura/apis/runtime/kpi-machine.md)


---

# Agent Instructions: 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:

```
GET https://docs-kpi-software.gitbook.io/doc/arquitetura/apis/runtime/post.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
