PUT api/ContratoViviendas/PutAjusteCuotaContrato/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AjusteCuotaVivienda| 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 | TipoAjusteCuotaVivienda |
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:
<AjusteCuotaVivienda 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> </AjusteCuotaVivienda>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContratoVivienda| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoContrato | integer |
None. |
|
| Numero | integer |
None. |
|
| FechaContrato | date |
None. |
|
| Estado | string |
None. |
|
| ClienteId | integer |
None. |
|
| ConyugeId | integer |
None. |
|
| ViviendaId | integer |
None. |
|
| VendedorId | integer |
None. |
|
| MontoAlquiler | decimal number |
None. |
|
| Meses | integer |
None. |
|
| Senha | decimal number |
None. |
|
| MontoGarantia | decimal number |
None. |
|
| CuotasGarantia | integer |
None. |
|
| PeriodoGracia | integer |
None. |
|
| PeriodoCuotas | integer |
None. |
|
| Moneda | integer |
None. |
|
| MoratoriaMensual | decimal number |
None. |
|
| MoratoriaValorFijo | decimal number |
None. |
|
| ValorTotal | decimal number |
None. |
|
| Observaciones | string |
None. |
|
| CiudadFirma | string |
None. |
|
| VigenciaContrato | date |
None. |
|
| TipoIVA | integer |
None. |
|
| Retencion | integer |
None. |
|
| PathCarpeta | string |
None. |
|
| Cliente | Persona |
None. |
|
| Vivienda | Vivienda |
None. |
|
| Vendedor | Persona |
None. |
|
| Cuotas | Collection of CuotaContratoVivienda |
None. |
|
| Pagos | Collection of PagoContratoVivienda |
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.