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": "f9a194a2-7407-48ac-8f40-b1a0f6d32c07",
"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": "cdd9e7df-b907-4bf5-9988-b9f3a15c6b8c",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
}