GET api/Reservas/PagamentoExtraReserva/{codSlip}
Consulta os pagamentos da reserva
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
codSlip | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lista com os pagamentos dos extra de reservas
ResponseBaseOfListOfPagamentoExtraReservaName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | FuzzyResponse |
None. |
|
Data | Collection of Collection of PagamentoExtraReserva |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": 0, "data": [ [ { "codCliente": 1, "codParcela": 2, "numeroParcela": 3, "codSlip": 4, "mesAnoReferencia": "2022-06-30T10:44:07.3173176-03:00", "dataVencimento": "2022-06-30T10:44:07.3173176-03:00", "valorReceber": 7.0, "formaPagto": "sample string 8", "statusPagto": "sample string 9", "dataRecebimento": "2022-06-30T10:44:07.3173176-03:00" }, { "codCliente": 1, "codParcela": 2, "numeroParcela": 3, "codSlip": 4, "mesAnoReferencia": "2022-06-30T10:44:07.3173176-03:00", "dataVencimento": "2022-06-30T10:44:07.3173176-03:00", "valorReceber": 7.0, "formaPagto": "sample string 8", "statusPagto": "sample string 9", "dataRecebimento": "2022-06-30T10:44:07.3173176-03:00" } ], [ { "codCliente": 1, "codParcela": 2, "numeroParcela": 3, "codSlip": 4, "mesAnoReferencia": "2022-06-30T10:44:07.3173176-03:00", "dataVencimento": "2022-06-30T10:44:07.3173176-03:00", "valorReceber": 7.0, "formaPagto": "sample string 8", "statusPagto": "sample string 9", "dataRecebimento": "2022-06-30T10:44:07.3173176-03:00" }, { "codCliente": 1, "codParcela": 2, "numeroParcela": 3, "codSlip": 4, "mesAnoReferencia": "2022-06-30T10:44:07.3173176-03:00", "dataVencimento": "2022-06-30T10:44:07.3173176-03:00", "valorReceber": 7.0, "formaPagto": "sample string 8", "statusPagto": "sample string 9", "dataRecebimento": "2022-06-30T10:44:07.3173176-03:00" } ] ] }