POST api/GetNivelEducativo?RowsPerPage={RowsPerPage}&PageNumber={PageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RowsPerPage | integer |
Required |
|
| PageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetNivelEducativo_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": "0075f92f-7817-4753-bf1a-44a26acf6458",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
},
{
"$ref": "2"
}
]