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": "51d26613-a11f-498f-b199-3de1c9256c46",
    "codGenero": "sample string 2",
    "nomGenero": "sample string 3"
  },
  {
    "$ref": "2"
  }
]