POST api/UberArrendo/pagos/uber/deposito-banco

Request Information

URI Parameters

None.

Body Parameters

DepositoBancoRequestDTO
NameDescriptionTypeAdditional information
LineaCaptura

string

None.

FechaPago

date

None.

Importe

decimal number

None.

NumeroTransaccion

string

None.

IdBanco

integer

None.

IdCliente

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LineaCaptura": "sample string 1",
  "FechaPago": "2026-06-28T12:00:58.1612009-06:00",
  "Importe": 3.0,
  "NumeroTransaccion": "sample string 4",
  "IdBanco": 5,
  "IdCliente": 6
}

application/xml, text/xml

Sample:
<DepositoBancoRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVA_ArrendoUber.DTO.Request">
  <FechaPago>2026-06-28T12:00:58.1612009-06:00</FechaPago>
  <IdBanco>5</IdBanco>
  <IdCliente>6</IdCliente>
  <Importe>3</Importe>
  <LineaCaptura>sample string 1</LineaCaptura>
  <NumeroTransaccion>sample string 4</NumeroTransaccion>
</DepositoBancoRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.