# Models

## The Erro object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"Erro":{"type":"object","properties":{"mensagem":{"type":"string"}}}}}}
```

## The Belluno object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"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"}}}}}}
```

## The Transaction object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"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"}}}}}}
```

## The Payments object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"Payments":{"type":"object","required":["type"],"properties":{"type":{"type":"string","description":"Meio de pagamento. Card"}}}}}}
```

## The DadosPagamentosBelluno object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"DadosPagamentosBelluno":{"type":"object","properties":{"pagamentos":{"type":"array","items":{"$ref":"#/components/schemas/PagamentoBelluno"}},"dadosCustomizados":{"type":"array","items":{"$ref":"#/components/schemas/DadosCustomizados"}}}},"PagamentoBelluno":{"type":"object","required":["transactionId","formaPagamento","valorPagamento","situacao","email"],"properties":{"transactionId":{"type":"integer","description":"Id da Transação"},"formaPagamento":{"type":"integer","description":"Forma de pagamento (1 - Cartão de crédito, 2 - Pix, 3 - Pix ou Cartão de crédito)"},"valorPagamento":{"type":"number","multipleOf":0.01,"description":"Valor do Pagamento"},"bandeiraOperadora":{"type":"integer","description":"Bandeira da operadora (1 - MASTERCARD, 2 - VISA, 3 - ELO, 4 - HIPERCARD, 5 - CABAL, 6 - HIPER, 7 - AMEX)"},"numeroParcelas":{"type":"integer","maximum":21,"description":"Número das parcelas"},"situacao":{"type":"integer","description":"Situação (1 - Aberto, 2 - Pago, 3 - Cancelado e 4 - Processamento)"},"email":{"type":"string","description":"Email do cliente"}}},"DadosCustomizados":{"required":["campo","valor"],"type":"object","properties":{"campo":{"type":"string"},"valor":{"type":"string"}}}}}}
```

## The PagamentoBelluno object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"PagamentoBelluno":{"type":"object","required":["transactionId","formaPagamento","valorPagamento","situacao","email"],"properties":{"transactionId":{"type":"integer","description":"Id da Transação"},"formaPagamento":{"type":"integer","description":"Forma de pagamento (1 - Cartão de crédito, 2 - Pix, 3 - Pix ou Cartão de crédito)"},"valorPagamento":{"type":"number","multipleOf":0.01,"description":"Valor do Pagamento"},"bandeiraOperadora":{"type":"integer","description":"Bandeira da operadora (1 - MASTERCARD, 2 - VISA, 3 - ELO, 4 - HIPERCARD, 5 - CABAL, 6 - HIPER, 7 - AMEX)"},"numeroParcelas":{"type":"integer","maximum":21,"description":"Número das parcelas"},"situacao":{"type":"integer","description":"Situação (1 - Aberto, 2 - Pago, 3 - Cancelado e 4 - Processamento)"},"email":{"type":"string","description":"Email do cliente"}}}}}}
```

## The DadosEnviadosPagamentoBelluno object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"DadosEnviadosPagamentoBelluno":{"type":"object","properties":{"mensagem":{"type":"string"}}}}}}
```

## The DadosCustomizados object

```json
{"openapi":"3.0.1","info":{"title":"Integração Belluno","version":"1.0"},"components":{"schemas":{"DadosCustomizados":{"required":["campo","valor"],"type":"object","properties":{"campo":{"type":"string"},"valor":{"type":"string"}}}}}}
```


---

# 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/models.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.
