GET api/Venta/ListarVentaCuotas/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idVenta": 1,
    "comprobante": "sample string 2",
    "totalImporte": 3.0,
    "idPersona": 4,
    "cliente": "sample string 5",
    "nroIdentidad": "sample string 6",
    "pagado": 1.0,
    "totalCuotas": 1,
    "fechaUltimaCuotaPagada": "2025-10-29T10:32:29.6304164-03:00",
    "cuotasPagadas": 1,
    "diasRetraso": 1,
    "fechaUltimaCuotaPagadaStr": "sample string 7"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarVentaCuotas_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarVentaCuotas_Result>
    <cliente>sample string 5</cliente>
    <comprobante>sample string 2</comprobante>
    <cuotasPagadas>1</cuotasPagadas>
    <diasRetraso>1</diasRetraso>
    <fechaUltimaCuotaPagada>2025-10-29T10:32:29.6304164-03:00</fechaUltimaCuotaPagada>
    <fechaUltimaCuotaPagadaStr>sample string 7</fechaUltimaCuotaPagadaStr>
    <idPersona>4</idPersona>
    <idVenta>1</idVenta>
    <nroIdentidad>sample string 6</nroIdentidad>
    <pagado>1</pagado>
    <totalCuotas>1</totalCuotas>
    <totalImporte>3</totalImporte>
  </sp_ListarVentaCuotas_Result>
  <sp_ListarVentaCuotas_Result>
    <cliente>sample string 5</cliente>
    <comprobante>sample string 2</comprobante>
    <cuotasPagadas>1</cuotasPagadas>
    <diasRetraso>1</diasRetraso>
    <fechaUltimaCuotaPagada>2025-10-29T10:32:29.6304164-03:00</fechaUltimaCuotaPagada>
    <fechaUltimaCuotaPagadaStr>sample string 7</fechaUltimaCuotaPagadaStr>
    <idPersona>4</idPersona>
    <idVenta>1</idVenta>
    <nroIdentidad>sample string 6</nroIdentidad>
    <pagado>1</pagado>
    <totalCuotas>1</totalCuotas>
    <totalImporte>3</totalImporte>
  </sp_ListarVentaCuotas_Result>
  <sp_ListarVentaCuotas_Result>
    <cliente>sample string 5</cliente>
    <comprobante>sample string 2</comprobante>
    <cuotasPagadas>1</cuotasPagadas>
    <diasRetraso>1</diasRetraso>
    <fechaUltimaCuotaPagada>2025-10-29T10:32:29.6304164-03:00</fechaUltimaCuotaPagada>
    <fechaUltimaCuotaPagadaStr>sample string 7</fechaUltimaCuotaPagadaStr>
    <idPersona>4</idPersona>
    <idVenta>1</idVenta>
    <nroIdentidad>sample string 6</nroIdentidad>
    <pagado>1</pagado>
    <totalCuotas>1</totalCuotas>
    <totalImporte>3</totalImporte>
  </sp_ListarVentaCuotas_Result>
</ArrayOfsp_ListarVentaCuotas_Result>