PUT api/Siniestro/Tercero
Request Information
URI Parameters
None.
Body Parameters
Tercero| Name | Description | Type | Additional information |
|---|---|---|---|
| cod_tercero | integer |
None. |
|
| id_persona | integer |
None. |
|
| desc_tipo_doc | string |
None. |
|
| desc_estado_civil | string |
None. |
|
| tipo_persona | string |
None. |
|
| cod_tipo_iva | integer |
None. |
|
| cuidad_nacimiento | string |
None. |
|
| nombre | string |
None. |
|
| apellido1 | string |
None. |
|
| apellido2 | string |
None. |
|
| tipo_doc | integer |
None. |
|
| nro_doc | string |
None. |
|
| digito_verificacion | string |
None. |
|
| direcciones | Collection of Direccion |
None. |
|
| telefonos | Collection of Telefono |
None. |
|
| fec_nacimiento | date |
None. |
|
| cod_pais_nacionalidad | integer |
None. |
|
| sexo | string |
None. |
|
| cod_est_civil | integer |
None. |
|
| formularios_sarlaft | Collection of FormularioSarlaft |
None. |
|
| informacion_sarlaft | Collection of InformacionSarlaft |
None. |
|
| informacion_financiera | Collection of InformacionFinanciera |
None. |
Request Formats
application/json, text/json
Sample:
{
"cod_tercero": 1,
"id_persona": 1,
"desc_tipo_doc": "sample string 2",
"desc_estado_civil": "sample string 5",
"tipo_persona": "sample string 6",
"cod_tipo_iva": 1,
"cuidad_nacimiento": "sample string 7",
"nombre": "sample string 8",
"apellido1": "sample string 9",
"apellido2": "sample string 10",
"tipo_doc": 1,
"nro_doc": "sample string 11",
"digito_verificacion": "sample string 12",
"direcciones": [
{
"cod_tipo_dir": 1,
"cod_pais": 2,
"cod_dpto": 3,
"cod_municipio": 4,
"txt_direccion": "sample string 5",
"sn_direccion_correo": true
},
{
"cod_tipo_dir": 1,
"cod_pais": 2,
"cod_dpto": 3,
"cod_municipio": 4,
"txt_direccion": "sample string 5",
"sn_direccion_correo": true
}
],
"telefonos": [
{
"cod_tipo_telef": 1,
"txt_telefono": "sample string 2"
},
{
"cod_tipo_telef": 1,
"txt_telefono": "sample string 2"
}
],
"fec_nacimiento": "2026-02-03T22:52:19.2221767-05:00",
"cod_pais_nacionalidad": 1,
"sexo": "sample string 13",
"cod_est_civil": 1,
"formularios_sarlaft": [
{
"fec_verificacion": "2026-02-03T22:52:19.2221767-05:00",
"fec_actualiza_sarlaft": "2026-02-03T22:52:19.2221767-05:00",
"fec_formulario_sarlaft": "2026-02-03T22:52:19.2221767-05:00"
},
{
"fec_verificacion": "2026-02-03T22:52:19.2221767-05:00",
"fec_actualiza_sarlaft": "2026-02-03T22:52:19.2221767-05:00",
"fec_formulario_sarlaft": "2026-02-03T22:52:19.2221767-05:00"
}
],
"informacion_sarlaft": [
{
"vinculo_pep": true,
"sn_reconocimiento_publico": true,
"sn_recursos_publicos": true
},
{
"vinculo_pep": true,
"sn_reconocimiento_publico": true,
"sn_recursos_publicos": true
}
],
"informacion_financiera": [
{
"imp_ingreso_mensual": 1.1,
"imp_egreso_mensual": 2.1,
"imp_activos": 3.1,
"imp_pasivos": 4.1,
"imp_patrimonio": 5.1,
"imp_otros_ingresos": 6.1,
"id_origen_ingresos": 7,
"txt_det_otros_ing": "sample string 8",
"tributa_otro_pais": true,
"paises_otro_tributo": "sample string 10"
},
{
"imp_ingreso_mensual": 1.1,
"imp_egreso_mensual": 2.1,
"imp_activos": 3.1,
"imp_pasivos": 4.1,
"imp_patrimonio": 5.1,
"imp_otros_ingresos": 6.1,
"id_origen_ingresos": 7,
"txt_det_otros_ing": "sample string 8",
"tributa_otro_pais": true,
"paises_otro_tributo": "sample string 10"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |