GET api/GetGenero
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GetGenero_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idGenero | globally unique identifier |
None. |
|
| codigo | string |
None. |
|
| Genero | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idGenero": "de6a4aa8-bddb-4688-bbdf-936326685446",
"codigo": "sample string 2",
"Genero": "sample string 3"
},
{
"$ref": "2"
}
]