POST api/GetNivelEducativo_x_nom?nom={nom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nom | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetNivelEducativo_x_nom_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": "a1ef25e7-6cb4-4d01-b680-f1d9fe06ebf2",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
},
{
"$ref": "2"
}
]