POST api/Polizas/segurisimo/ConsultarTiposDatosDeclaraciones
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TipoDatoDeclaracionesPharosResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cod_tipo_dato | integer |
None. |
|
| txt_nombre | string |
None. |
|
| txt_desc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cod_tipo_dato": 1,
"txt_nombre": "sample string 2",
"txt_desc": "sample string 3"
},
{
"cod_tipo_dato": 1,
"txt_nombre": "sample string 2",
"txt_desc": "sample string 3"
}
]