POST api/UberArrendo/pagos/uber/confirmarpagos
Request Information
URI Parameters
None.
Body Parameters
PagoUberConfirmarRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Fecha | date |
None. |
|
| IdBanco | integer |
None. |
|
| ReferenciaConfirmacion | string |
None. |
|
| Importe | decimal number |
None. |
|
| ListaIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fecha": "2026-06-28T11:59:34.4084665-06:00",
"IdBanco": 2,
"ReferenciaConfirmacion": "sample string 3",
"Importe": 4.0,
"ListaIds": [
1,
2
]
}
application/xml, text/xml
Sample:
<PagoUberConfirmarRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVA_ArrendoUber.DTO.Request">
<Fecha>2026-06-28T11:59:34.4084665-06:00</Fecha>
<IdBanco>2</IdBanco>
<Importe>4</Importe>
<ListaIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ListaIds>
<ReferenciaConfirmacion>sample string 3</ReferenciaConfirmacion>
</PagoUberConfirmarRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.