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": "e7d8d339-c855-4f5b-b575-587abb4ac51f",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
},
{
"$ref": "2"
}
]