POST api/Siniestro/v{version}/Creacion/Validar
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
CreacionStroRequestModelName | Description | Type | Additional information |
---|---|---|---|
id_transaccion_provider | string |
None. |
|
detalleCoberturas | Collection of Cobertura |
None. |
|
detalleVictimas | Collection of SiniestroVictima |
None. |
|
fec_aviso_siniestro | date |
None. |
|
aaaa_ejercicio | integer |
None. |
|
nombre_reporta | string |
None. |
|
cod_causa_siniestro | integer |
None. |
|
detalle_sinistro | string |
None. |
|
cod_municipio | integer |
None. |
|
direccion_ocurrencia | string |
None. |
|
nroCertificadoSise | integer |
None. |
|
cod_suc | integer |
None. |
|
cod_ramo | integer |
None. |
|
nro_pol | decimal number |
None. |
|
cod_suc_stro | integer |
None. |
|
fec_ocurrencia | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id_transaccion_provider": "sample string 1", "detalleCoberturas": [ { "imp_tope_maximo_cobertura": 1.1, "cod_ramo": 2, "cod_cobertura": 3, "cod_sub_ramo": 4 }, { "imp_tope_maximo_cobertura": 1.1, "cod_ramo": 2, "cod_cobertura": 3, "cod_sub_ramo": 4 } ], "detalleVictimas": [ { "cod_tipo_doc": 1, "nro_doc": "sample string 2", "txt_nombre1": "sample string 3", "txt_nombre2": "sample string 4", "txt_apellido1": "sample string 5", "txt_apellido2": "sample string 6" }, { "cod_tipo_doc": 1, "nro_doc": "sample string 2", "txt_nombre1": "sample string 3", "txt_nombre2": "sample string 4", "txt_apellido1": "sample string 5", "txt_apellido2": "sample string 6" } ], "fec_aviso_siniestro": "2025-06-30T11:01:21.4155523-05:00", "aaaa_ejercicio": 2, "nombre_reporta": "sample string 3", "cod_causa_siniestro": 1, "detalle_sinistro": "sample string 4", "cod_municipio": 1, "direccion_ocurrencia": "sample string 5", "nroCertificadoSise": 1, "cod_suc": 1, "cod_ramo": 1, "nro_pol": 1.0, "cod_suc_stro": 1, "fec_ocurrencia": "2025-06-30T11:01:21.4155523-05:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |