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": "d52b1ba2-313d-4a94-bdfb-d9ffd2159cd9",
"codigo": "sample string 2",
"Genero": "sample string 3"
},
{
"$ref": "2"
}
]