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": "14eb0487-6c65-4d80-a085-e3dc06ca0d77",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
},
{
"$ref": "2"
}
]