POST api/GetNivelEducativo_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetNivelEducativo_x_id_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idNivelEducativo | globally unique identifier |
None. |
|
| codNivelEducativo | string |
None. |
|
| nomNivelEducativo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idNivelEducativo": "7eea9ca7-4aa9-4c8f-93df-a3eafb1af9f4",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
},
{
"$ref": "2"
}
]