POST api/PrestamoNoBanco/ActualizarVoucher

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pago
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "idPrestamoNoBancoPago": 1,
  "idPrestamoNoBanco": 2,
  "importe": 1.0,
  "fechaPago": "2026-07-01T08:56:44.3294804-05:00",
  "nroOperacion": "sample string 3",
  "adjunto": "sample string 4",
  "idEstado": 5,
  "nroCuota": 6,
  "fechaPagoSt": "sample string 7",
  "operacion": "sample string 8",
  "extension": "sample string 9",
  "idPrestamoNoBancoSocio": 1,
  "inTipoPago": 1,
  "nroPago": 1
}

application/xml, text/xml

Sample:
<PrestamoNoBancoPagos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <adjunto>sample string 4</adjunto>
  <extension>sample string 9</extension>
  <fechaPago>2026-07-01T08:56:44.3294804-05:00</fechaPago>
  <fechaPagoSt>sample string 7</fechaPagoSt>
  <idEstado>5</idEstado>
  <idPrestamoNoBanco>2</idPrestamoNoBanco>
  <idPrestamoNoBancoPago>1</idPrestamoNoBancoPago>
  <idPrestamoNoBancoSocio>1</idPrestamoNoBancoSocio>
  <importe>1</importe>
  <inTipoPago>1</inTipoPago>
  <nroCuota>6</nroCuota>
  <nroOperacion>sample string 3</nroOperacion>
  <nroPago>1</nroPago>
  <operacion>sample string 8</operacion>
</PrestamoNoBancoPagos>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "codigo": 1,
  "mensaje": "sample string 2",
  "data": "QEBA",
  "resultado": true
}

application/xml, text/xml

Sample:
<ResultadoTransaccion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Poco">
  <codigo>1</codigo>
  <data>QEBA</data>
  <mensaje>sample string 2</mensaje>
  <resultado>true</resultado>
</ResultadoTransaccion>