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": "0248d57f-e353-49ea-ae21-ee178d81b335",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
},
{
"$ref": "2"
}
]