PUT api/Siniestro/Apertura
Request Information
URI Parameters
None.
Body Parameters
SiniestroAperturaName | Description | Type | Additional information |
---|---|---|---|
id_stro | integer |
None. |
|
cod_tipo_doc | integer |
None. |
|
nro_doc | string |
None. |
|
fec_formalizacion | date |
None. |
|
ciudadOcurr | integer |
None. |
|
dirOcurr | string |
None. |
|
amparo | integer |
None. |
|
vlrConstReserva | decimal number |
None. |
|
vlrPretension | decimal number |
None. |
|
vlrTopeAmparo | decimal number |
None. |
|
txt_bien_strado | string |
None. |
|
cod_estim | integer |
None. |
|
sn_inicial | integer |
None. |
|
vlrIndemnizacion | decimal number |
None. |
|
vlrGastosIndemnizacion | decimal number |
None. |
|
vlrGastosHonorarios | decimal number |
None. |
|
vlrRecobro | decimal number |
None. |
|
vlrGastosRecobro | decimal number |
None. |
|
cod_tercero | integer |
None. |
|
sn_asegurado | integer |
None. |
|
sn_crea_header | integer |
None. |
|
cod_item | integer |
None. |
|
cod_moneda | integer |
None. |
|
nro_subreclamo | integer |
None. |
|
fec_muerte | string |
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_stro": 1, "cod_tipo_doc": 2, "nro_doc": "sample string 3", "fec_formalizacion": "2025-06-30T09:38:26.4301893-05:00", "ciudadOcurr": 5, "dirOcurr": "sample string 6", "amparo": 7, "vlrConstReserva": 8.1, "vlrPretension": 9.1, "vlrTopeAmparo": 10.1, "txt_bien_strado": "sample string 11", "cod_estim": 12, "sn_inicial": 13, "vlrIndemnizacion": 14.1, "vlrGastosIndemnizacion": 15.1, "vlrGastosHonorarios": 16.1, "vlrRecobro": 17.1, "vlrGastosRecobro": 18.1, "cod_tercero": 19, "sn_asegurado": 20, "sn_crea_header": 21, "cod_item": 22, "cod_moneda": 23, "nro_subreclamo": 24, "fec_muerte": "sample string 25", "cod_suc": 1, "cod_ramo": 1, "nro_pol": 1.0, "cod_suc_stro": 1, "fec_ocurrencia": "2025-06-30T09:38:26.4321756-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. |