POST api/GetGeneros_x_cod?cod={cod}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cod | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetGenero_x_cod_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": "8fb50e27-d661-4f67-bd51-19b99c770319",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
},
{
"$ref": "2"
}
]