POST api/GetGeneros_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetGenero_x_id_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": "39c2f7b9-a361-484c-aaae-031796a1803f",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
},
{
"$ref": "2"
}
]