GET api/Venta/ListarCobroxMovimientoCaja/{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",
    "idVentaCuota": 1,
    "cuota": 2,
    "importe": 3.0,
    "fechaPago": "2025-10-29T04:34:41.5146502-03:00",
    "importeCuota": 5.0
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarCobroxMovimientoCaja_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarCobroxMovimientoCaja_Result>
    <cuota>2</cuota>
    <fechaPago>2025-10-29T04:34:41.5146502-03:00</fechaPago>
    <idVentaCuota>1</idVentaCuota>
    <importe>3</importe>
    <importeCuota>5</importeCuota>
  </sp_ListarCobroxMovimientoCaja_Result>
  <sp_ListarCobroxMovimientoCaja_Result>
    <cuota>2</cuota>
    <fechaPago>2025-10-29T04:34:41.5146502-03:00</fechaPago>
    <idVentaCuota>1</idVentaCuota>
    <importe>3</importe>
    <importeCuota>5</importeCuota>
  </sp_ListarCobroxMovimientoCaja_Result>
  <sp_ListarCobroxMovimientoCaja_Result>
    <cuota>2</cuota>
    <fechaPago>2025-10-29T04:34:41.5146502-03:00</fechaPago>
    <idVentaCuota>1</idVentaCuota>
    <importe>3</importe>
    <importeCuota>5</importeCuota>
  </sp_ListarCobroxMovimientoCaja_Result>
</ArrayOfsp_ListarCobroxMovimientoCaja_Result>