POST api/catNivelEducativos
Request Information
URI Parameters
None.
Body Parameters
catNivelEducativo| Name | Description | Type | Additional information |
|---|---|---|---|
| idNivelEducativo | globally unique identifier |
None. |
|
| codNivelEducativo | string |
None. |
|
| nomNivelEducativo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idNivelEducativo": "da5beef6-339d-49fd-b9f9-85459a8d37ce",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
catNivelEducativo| Name | Description | Type | Additional information |
|---|---|---|---|
| idNivelEducativo | globally unique identifier |
None. |
|
| codNivelEducativo | string |
None. |
|
| nomNivelEducativo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idNivelEducativo": "3c3b8938-b522-4500-8a45-6534e5954c27",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
}