POST api/GetEstado?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 spGetEstado_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idEstado | globally unique identifier |
None. |
|
| numEstado | string |
None. |
|
| codEstado | string |
None. |
|
| nomEstado | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idEstado": "19944b65-bde5-40f5-aa82-44f0fab9460f",
"numEstado": "sample string 2",
"codEstado": "sample string 3",
"nomEstado": "sample string 4"
},
{
"$ref": "2"
}
]