PUT api/ContratoLotes/PutAjusteCuotaContrato/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AjusteCuotaLote| Name | Description | Type | Additional information |
|---|---|---|---|
| PorcPropietario | decimal number |
None. |
|
| PorcVendedor | decimal number |
None. |
|
| PorcInmobiliaria | decimal number |
None. |
|
| MontoFijo | decimal number |
None. |
|
| AplicarDesde | integer |
None. |
|
| AplicarA | string |
None. |
|
| TipoAjuste | TipoAjusteCuotaLote |
None. |
Request Formats
application/json, text/json
Sample:
{
"PorcPropietario": 1.0,
"PorcVendedor": 2.0,
"PorcInmobiliaria": 3.0,
"MontoFijo": 4.0,
"AplicarDesde": 5,
"AplicarA": "sample string 6",
"TipoAjuste": 0
}
application/xml, text/xml
Sample:
<AjusteCuotaLote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HouseCore.Models"> <AplicarA>sample string 6</AplicarA> <AplicarDesde>5</AplicarDesde> <MontoFijo>4</MontoFijo> <PorcInmobiliaria>3</PorcInmobiliaria> <PorcPropietario>1</PorcPropietario> <PorcVendedor>2</PorcVendedor> <TipoAjuste>Par</TipoAjuste> </AjusteCuotaLote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContratoLote| Name | Description | Type | Additional information |
|---|---|---|---|
| Numero | integer |
None. |
|
| FechaContrato | date |
None. |
|
| Estado | string |
None. |
|
| ClienteId | integer |
None. |
|
| ConyugeId | integer |
None. |
|
| LoteId | integer |
None. |
|
| VendedorId | integer |
None. |
|
| MontoCuota | decimal number |
None. |
|
| CantidadCuotas | integer |
None. |
|
| MontoRefuerzo | decimal number |
None. |
|
| CantidadRefuerzos | integer |
None. |
|
| RefuerzoDesde | date |
None. |
|
| IntervaloRefuerzos | integer |
None. |
|
| ValorTotal | decimal number |
None. |
|
| Observaciones | string |
None. |
|
| CiudadFirma | string |
None. |
|
| VigenciaContrato | date |
None. |
|
| RetencionIVA | decimal number |
None. |
|
| RetencionRenta | decimal number |
None. |
|
| VendedorInterno | boolean |
None. |
|
| Retencion | integer |
None. |
|
| Transpasado | boolean |
None. |
|
| FechaUltimoPago | date |
None. |
|
| SaldoContrato | decimal number |
None. |
|
| UltimaCuotaPagada | string |
None. |
|
| Cliente | Persona |
None. |
|
| Lote | Lote |
None. |
|
| Vendedor | Persona |
None. |
|
| Cuotas | Collection of CuotaContratoLote |
None. |
|
| Pagos | Collection of PagoContratoLote |
None. |
|
| Transferencias | Collection of TransferenciaContratoLote |
None. |
|
| Id | integer |
None. |
|
| CreadoPor | string |
None. |
|
| ModificadoPor | string |
None. |
|
| FechaCreacion | date |
None. |
|
| FechaModificacion | date |
None. |
|
| Borrado | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.