DELETE api/catGeneros/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
catGenero| Name | Description | Type | Additional information |
|---|---|---|---|
| idGenero | globally unique identifier |
None. |
|
| codGenero | string |
None. |
|
| nomGenero | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idGenero": "ed6c26fa-ae5a-4571-9b0f-98e51f3fed76",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}