GET DesfazerRemessa/BuscaRecibo?SEQ_GERACAO={SEQ_GERACAO}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SEQ_GERACAO | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListaDetalheRemessaReciboName | Description | Type | Additional information |
---|---|---|---|
rows | Collection of DetalheRemessaRecibo |
None. |
Response Formats
application/json, text/json
Sample:
{ "rows": [ { "IDPLANILHA": 1, "SEQUENCIA": 2, "DTVENCIMENTO": 1, "DTPAGAMENTO": 1, "CODLOCACAO": "sample string 3", "COBRAR_DE": "sample string 4", "TOTAL_LANCAMENTOS": 1.0, "IDPESSOA_CONDOMINIO": 1, "CODBLOCO": "sample string 5", "CODUNIDADE": "sample string 6", "ENDERECO_COMPLETO": "sample string 7" }, { "IDPLANILHA": 1, "SEQUENCIA": 2, "DTVENCIMENTO": 1, "DTPAGAMENTO": 1, "CODLOCACAO": "sample string 3", "COBRAR_DE": "sample string 4", "TOTAL_LANCAMENTOS": 1.0, "IDPESSOA_CONDOMINIO": 1, "CODBLOCO": "sample string 5", "CODUNIDADE": "sample string 6", "ENDERECO_COMPLETO": "sample string 7" } ] }