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": "39c4dc3a-78b6-4983-b961-77c872085a14",
"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": "8632fdb1-9ac5-4dad-a3da-b6f5f17de48e",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
}