POST api/GetNivelSocioEconomico?RowsPerPage={RowsPerPage}&PageNumber={PageNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RowsPerPage

integer

Required

PageNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of spGetNivelSocioEconomico_Result
NameDescriptionTypeAdditional information
idNivelSocioEconomico

globally unique identifier

None.

codNivelSocioEconomico

string

None.

nomNivelSocioEconomico

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idNivelSocioEconomico": "5460b07b-6414-496a-a12f-639e9fc020c1",
    "codNivelSocioEconomico": "sample string 2",
    "nomNivelSocioEconomico": "sample string 3"
  },
  {
    "$ref": "2"
  }
]