GET api/Planes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:51:56.0661654-03:00", "OperAnula": "sample string 7", "FechaAnula": "2024-12-22T13:51:56.0661654-03:00" }
application/xml, text/xml
Sample:
<PlanesVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsIosep.Models.ViewModel"> <Anulado>true</Anulado> <DiasVence>1</DiasVence> <Especial>true</Especial> <Estandar>true</Estandar> <FechaAnula>2024-12-22T13:51:56.0661654-03:00</FechaAnula> <FechaModif>2024-12-22T13:51:56.0661654-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>