# Webhook Belluno

webhookBelluno

## POST /atualizar-link

> Atualização do Link da Belluno.

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"tags":[{"name":"Webhook Belluno","description":"webhookBelluno"}],"servers":[{"url":"https://localhost/belluno/v10"},{"url":"http://localhost/belluno/v10"}],"security":[{"csw_auth":[]}],"components":{"securitySchemes":{"csw_auth":{"type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"Belluno":{"type":"object","required":["transation"],"properties":{"transaction":{"type":"array","items":{"$ref":"#/components/schemas/Transaction"}}}},"Transaction":{"type":"object","required":["transaction_id","status"],"properties":{"transaction_id":{"type":"integer","description":"ID da Transação."},"status":{"type":"string","description":"Open, Paid, Refused, Manual Analysis, Expired, Inactivated, Client Manual Analysis, Expired User Analysis, Cancelled."},"payments":{"type":"array","items":{"$ref":"#/components/schemas/Payments"}}}},"Payments":{"type":"object","required":["type"],"properties":{"type":{"type":"string","description":"Meio de pagamento. Card"}}},"Erro":{"type":"object","properties":{"mensagem":{"type":"string"}}}}},"paths":{"/atualizar-link":{"post":{"tags":["Webhook Belluno"],"summary":"Atualização do Link da Belluno.","operationId":"AtualizarLinkBelluno","requestBody":{"description":"Dados do Link","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Belluno"}}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Erro"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Erro"}}}},"429":{"description":"Too Many Requests"},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Erro"}}}}}}}}}
```


---

# 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://ajuda.consistem.com.br/consistem-api/consistem-erp-api/financeiro/integracao-belluno-v1.0/webhook-belluno.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.
