GET api/PrestacionConsu/GetPrestacionesConsu
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PrestacionConsu| Name | Description | Type | Additional information |
|---|---|---|---|
| PrestacionConsuID | integer |
None. |
|
| Prestacion | string |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PrestacionConsuID": 1,
"Prestacion": "sample string 2",
"Descripcion": "sample string 3"
},
{
"PrestacionConsuID": 1,
"Prestacion": "sample string 2",
"Descripcion": "sample string 3"
}
]