POST api/GetGeneros?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 spGetGenero_Result
NameDescriptionTypeAdditional information
idGenero

globally unique identifier

None.

codGenero

string

None.

nomGenero

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idGenero": "3d4fae9d-a705-4c39-ba46-6757e9695d11",
    "codGenero": "sample string 2",
    "nomGenero": "sample string 3"
  },
  {
    "$ref": "2"
  }
]