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": "11fde9c1-c3e7-4a73-a3df-da96f06dff57",
    "codNivelSocioEconomico": "sample string 2",
    "nomNivelSocioEconomico": "sample string 3"
  },
  {
    "$ref": "2"
  }
]