GET api/GetPlanes_Historico
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TB_PolizaCardif| Name | Description | Type | Additional information |
|---|---|---|---|
| idPoliza | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| NumPoliza | string |
None. |
|
| Certificado | string |
None. |
|
| VigenciaIni | date |
None. |
|
| VigenciaFin | date |
None. |
|
| Status | integer |
None. |
|
| Plan | integer |
None. |
|
| FecAlta | date |
None. |
|
| Genero | string |
None. |
|
| q | string |
None. |
|
| Quinq | string |
None. |
|
| num | integer |
None. |
|
| nomPlan | string |
None. |
|
| numPlan | integer |
None. |
|
| CostoPlan | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPoliza": "98f58ded-0588-45c2-8ab7-83ef0e6665b6",
"idPersona": "8871ff8f-65a9-4a2c-996b-31db40adff0d",
"NumPoliza": "sample string 3",
"Certificado": "sample string 4",
"VigenciaIni": "2026-05-08T14:14:33.1461439+00:00",
"VigenciaFin": "2026-05-08T14:14:33.1461439+00:00",
"Status": 7,
"Plan": 8,
"FecAlta": "2026-05-08T14:14:33.1461439+00:00",
"Genero": "sample string 10",
"q": "sample string 11",
"Quinq": "sample string 12",
"num": 13,
"nomPlan": "sample string 14",
"numPlan": 15,
"CostoPlan": 16.1
}