GET api/PagamentosIntegradosEventos?Processado={Processado}&CdConfigPagamentoIntegrado={CdConfigPagamentoIntegrado}&QtdRegistros={QtdRegistros}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Processado

string

None.

CdConfigPagamentoIntegrado

string

None.

QtdRegistros

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PagamentoIntegradoEventoQR
NameDescriptionTypeAdditional information
Id

string

None.

DtInc

date

None.

DtProcessamento

date

None.

CdConfigPagamentoIntegrado

string

None.

IdExterno

string

None.

IdPagamentosIntegrados

string

None.

Dados

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "DtInc": "2025-10-28T03:50:12.7560286-03:00",
    "DtProcessamento": "2025-10-28T03:50:12.7560286-03:00",
    "CdConfigPagamentoIntegrado": "sample string 3",
    "IdExterno": "sample string 4",
    "IdPagamentosIntegrados": "sample string 5",
    "Dados": "sample string 6"
  },
  {
    "Id": "sample string 1",
    "DtInc": "2025-10-28T03:50:12.7560286-03:00",
    "DtProcessamento": "2025-10-28T03:50:12.7560286-03:00",
    "CdConfigPagamentoIntegrado": "sample string 3",
    "IdExterno": "sample string 4",
    "IdPagamentosIntegrados": "sample string 5",
    "Dados": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPagamentoIntegradoEventoQR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VanRooy.TopTherm.Shared.QueryResults">
  <PagamentoIntegradoEventoQR>
    <CdConfigPagamentoIntegrado>sample string 3</CdConfigPagamentoIntegrado>
    <Dados>sample string 6</Dados>
    <DtInc>2025-10-28T03:50:12.7560286-03:00</DtInc>
    <DtProcessamento>2025-10-28T03:50:12.7560286-03:00</DtProcessamento>
    <Id>sample string 1</Id>
    <IdExterno>sample string 4</IdExterno>
    <IdPagamentosIntegrados>sample string 5</IdPagamentosIntegrados>
  </PagamentoIntegradoEventoQR>
  <PagamentoIntegradoEventoQR>
    <CdConfigPagamentoIntegrado>sample string 3</CdConfigPagamentoIntegrado>
    <Dados>sample string 6</Dados>
    <DtInc>2025-10-28T03:50:12.7560286-03:00</DtInc>
    <DtProcessamento>2025-10-28T03:50:12.7560286-03:00</DtProcessamento>
    <Id>sample string 1</Id>
    <IdExterno>sample string 4</IdExterno>
    <IdPagamentosIntegrados>sample string 5</IdPagamentosIntegrados>
  </PagamentoIntegradoEventoQR>
</ArrayOfPagamentoIntegradoEventoQR>