POST api/GetGeneros_x_nom?nom={nom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nom | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetGenero_x_nom_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idGenero | globally unique identifier |
None. |
|
| codGenero | string |
None. |
|
| nomGenero | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idGenero": "e4c360fa-4a44-4f84-9f96-1354ee495b6c",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
},
{
"$ref": "2"
}
]