POST api/run/add/BitacoraPagosMAI
Request Information
URI Parameters
None.
Body Parameters
BitacoraPagosMAI| Name | Description | Type | Additional information |
|---|---|---|---|
| idOfertaVivienda | string |
None. |
|
| idSolicitud | decimal number |
None. |
|
| fecha | date |
None. |
|
| monto | decimal number |
None. |
|
| resultado | string |
None. |
|
| tipoOperacion | decimal number |
None. |
|
| otroPago | boolean |
None. |
|
| numeroCheque | string |
None. |
|
| fechaVigencia | date |
None. |
|
| referenciaBancaria | string |
None. |
|
| fechaPago | date |
None. |
|
| fechaRealPago | date |
None. |
|
| numeroDocumento | string |
None. |
|
| idVivienda | integer |
None. |
|
| idGrupo | integer |
None. |
|
| idPagoAdelantado | integer |
None. |
|
| numeroViviendas | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idOfertaVivienda": "sample string 1",
"idSolicitud": 1.0,
"fecha": "2026-02-24T10:30:40.7873109+00:00",
"monto": 1.0,
"resultado": "sample string 2",
"tipoOperacion": 1.0,
"otroPago": true,
"numeroCheque": "sample string 3",
"fechaVigencia": "2026-02-24T10:30:40.7873109+00:00",
"referenciaBancaria": "sample string 4",
"fechaPago": "2026-02-24T10:30:40.7873109+00:00",
"fechaRealPago": "2026-02-24T10:30:40.7873109+00:00",
"numeroDocumento": "sample string 5",
"idVivienda": 1,
"idGrupo": 1,
"idPagoAdelantado": 1,
"numeroViviendas": 1
}
application/xml, text/xml
Sample:
<BitacoraPagosMAI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.Autoproduccion.Data"> <fecha>2026-02-24T10:30:40.7873109+00:00</fecha> <fechaPago>2026-02-24T10:30:40.7873109+00:00</fechaPago> <fechaRealPago>2026-02-24T10:30:40.7873109+00:00</fechaRealPago> <fechaVigencia>2026-02-24T10:30:40.7873109+00:00</fechaVigencia> <idGrupo>1</idGrupo> <idOfertaVivienda>sample string 1</idOfertaVivienda> <idPagoAdelantado>1</idPagoAdelantado> <idSolicitud>1</idSolicitud> <idVivienda>1</idVivienda> <monto>1</monto> <numeroCheque>sample string 3</numeroCheque> <numeroDocumento>sample string 5</numeroDocumento> <numeroViviendas>1</numeroViviendas> <otroPago>true</otroPago> <referenciaBancaria>sample string 4</referenciaBancaria> <resultado>sample string 2</resultado> <tipoOperacion>1</tipoOperacion> </BitacoraPagosMAI>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| model | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"model": {}
}
application/xml, text/xml
Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.Util.Data"> <code>1</code> <message>sample string 2</message> <model /> </JsonResponse>