POST api/GetNivelEducativo_CB
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of spGetNivelEducativo_CB_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": "a232c938-0404-4085-9a05-aac58d2080e4",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
},
{
"$ref": "2"
}
]