GET api/Planes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PlanesVMName | Description | Type | Additional information |
---|---|---|---|
IdPlan | integer |
None. |
|
Nombre | string |
None. |
|
GrupoFliar | boolean |
None. |
|
Relacion | string |
None. |
|
Especial | boolean |
None. |
|
Estandar | boolean |
None. |
|
DiasVence | integer |
None. |
|
Informacion | boolean |
None. |
|
Iosep | boolean |
None. |
|
Anulado | boolean |
None. |
|
OperModif | string |
None. |
|
FechaModif | date |
None. |
|
OperAnula | string |
None. |
|
FechaAnula | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdPlan": 1, "Nombre": "sample string 2", "GrupoFliar": true, "Relacion": "sample string 4", "Especial": true, "Estandar": true, "DiasVence": 1, "Informacion": true, "Iosep": true, "Anulado": true, "OperModif": "sample string 6", "FechaModif": "2024-12-22T13:49:56.9768072-03:00", "OperAnula": "sample string 7", "FechaAnula": "2024-12-22T13:49:56.9778088-03:00" }, { "IdPlan": 1, "Nombre": "sample string 2", "GrupoFliar": true, "Relacion": "sample string 4", "Especial": true, "Estandar": true, "DiasVence": 1, "Informacion": true, "Iosep": true, "Anulado": true, "OperModif": "sample string 6", "FechaModif": "2024-12-22T13:49:56.9768072-03:00", "OperAnula": "sample string 7", "FechaAnula": "2024-12-22T13:49:56.9778088-03:00" } ]
application/xml, text/xml
Sample:
<ArrayOfPlanesVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsIosep.Models.ViewModel"> <PlanesVM> <Anulado>true</Anulado> <DiasVence>1</DiasVence> <Especial>true</Especial> <Estandar>true</Estandar> <FechaAnula>2024-12-22T13:49:56.9778088-03:00</FechaAnula> <FechaModif>2024-12-22T13:49:56.9768072-03:00</FechaModif> <GrupoFliar>true</GrupoFliar> <IdPlan>1</IdPlan> <Informacion>true</Informacion> <Iosep>true</Iosep> <Nombre>sample string 2</Nombre> <OperAnula>sample string 7</OperAnula> <OperModif>sample string 6</OperModif> <Relacion>sample string 4</Relacion> </PlanesVM> <PlanesVM> <Anulado>true</Anulado> <DiasVence>1</DiasVence> <Especial>true</Especial> <Estandar>true</Estandar> <FechaAnula>2024-12-22T13:49:56.9778088-03:00</FechaAnula> <FechaModif>2024-12-22T13:49:56.9768072-03:00</FechaModif> <GrupoFliar>true</GrupoFliar> <IdPlan>1</IdPlan> <Informacion>true</Informacion> <Iosep>true</Iosep> <Nombre>sample string 2</Nombre> <OperAnula>sample string 7</OperAnula> <OperModif>sample string 6</OperModif> <Relacion>sample string 4</Relacion> </PlanesVM> </ArrayOfPlanesVM>