POST api/UberArrendo/pagos/uber/registro-pago-bo
Request Information
URI Parameters
None.
Body Parameters
PagoUberBORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Archivo | string |
None. |
|
| Detalle | Collection of DetallePagoUberBORequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"Archivo": "sample string 1",
"Detalle": [
{
"Monto": 1.0,
"Descripcion": "sample string 2",
"IdTerminoUber": "sample string 3",
"IdContrato": 4,
"IdTerminoUberFecha": "2026-08-27T11:52:54.0849906-06:00"
},
{
"Monto": 1.0,
"Descripcion": "sample string 2",
"IdTerminoUber": "sample string 3",
"IdContrato": 4,
"IdTerminoUberFecha": "2026-08-27T11:52:54.0849906-06:00"
}
]
}
application/xml, text/xml
Sample:
<PagoUberBORequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVA_ArrendoUber.DTO.Request">
<Archivo>sample string 1</Archivo>
<Detalle>
<DetallePagoUberBORequest>
<Descripcion>sample string 2</Descripcion>
<IdContrato>4</IdContrato>
<IdTerminoUber>sample string 3</IdTerminoUber>
<IdTerminoUberFecha>2026-08-27T11:52:54.0849906-06:00</IdTerminoUberFecha>
<Monto>1</Monto>
</DetallePagoUberBORequest>
<DetallePagoUberBORequest>
<Descripcion>sample string 2</Descripcion>
<IdContrato>4</IdContrato>
<IdTerminoUber>sample string 3</IdTerminoUber>
<IdTerminoUberFecha>2026-08-27T11:52:54.0849906-06:00</IdTerminoUberFecha>
<Monto>1</Monto>
</DetallePagoUberBORequest>
</Detalle>
</PagoUberBORequest>
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.