| ... | ... | @@ -166,9 +166,9 @@ Response: |
|
|
|
"TITULO": "Cotizacion para automotores Livianos",
|
|
|
|
"MONEDA": "Dolares Americanos",
|
|
|
|
"VALOR_ASEGURADO": 25000,
|
|
|
|
"PRIMA": 25000,
|
|
|
|
"PRIMA_NETA": 25000,
|
|
|
|
"COMISION": 25000,
|
|
|
|
"PRIMA": 250,
|
|
|
|
"PRIMA_NETA": 186,
|
|
|
|
"COMISION": 80,
|
|
|
|
"FRANQUICIA": 150
|
|
|
|
},
|
|
|
|
"ip": "0:0:0:0:0:0:0:1"
|
| ... | ... | @@ -181,7 +181,7 @@ Response: |
|
|
|
Request:
|
|
|
|
```shel
|
|
|
|
POST
|
|
|
|
https://demo.ibrokers.cloud/APICIA/getCotizacion
|
|
|
|
https://demo.ibrokers.cloud/APICIA/setEmision
|
|
|
|
|
|
|
|
RAW
|
|
|
|
{
|
| ... | ... | @@ -191,7 +191,8 @@ RAW |
|
|
|
"vigencia_final": "09/04/2024",
|
|
|
|
"codigo_ramo": 449,
|
|
|
|
"codigo_sucursal": 265,
|
|
|
|
"codigo_cliente": 902
|
|
|
|
"codigo_cliente": 902,
|
|
|
|
"cantidad_cuotas": 3
|
|
|
|
}
|
|
|
|
```
|
|
|
|
Response:
|
| ... | ... | @@ -205,14 +206,18 @@ Response: |
|
|
|
"codigo_ramo": 449,
|
|
|
|
"codigo_sucursal": 265,
|
|
|
|
"codigo_cliente": 902,
|
|
|
|
"codigo_subrogado": 902,
|
|
|
|
"cantidad_cuotas": 3,
|
|
|
|
"data": {
|
|
|
|
"TITULO": "Cotizacion para automotores Livianos",
|
|
|
|
"MONEDA": "Dolares Americanos",
|
|
|
|
"VALOR_ASEGURADO": 25000,
|
|
|
|
"PRIMA": 25000,
|
|
|
|
"PRIMA_NETA": 25000,
|
|
|
|
"COMISION": 25000,
|
|
|
|
"FRANQUICIA": 150
|
|
|
|
"certificado": "CER-EX-0056",
|
|
|
|
"codigo": "0056",
|
|
|
|
"urls":[
|
|
|
|
{"nombre":"https://<url a su documento>/nombre.pdf"},
|
|
|
|
{"nombre":"https://<url a su documento>/nombre.pdf"},
|
|
|
|
]
|
|
|
|
"documento": ,
|
|
|
|
"subrogacion": "https://<url a su documento>/nombre.pdf",
|
|
|
|
"pagos": "https://<url a su documento>/nombre.pdf",
|
|
|
|
},
|
|
|
|
"ip": "0:0:0:0:0:0:0:1"
|
|
|
|
}
|
| ... | ... | |