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": "fad7a8bf-9811-4a5e-a9f6-5bed0f7cb7ea",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
},
{
"$ref": "2"
}
]