POST api/catGeneros
Request Information
URI Parameters
None.
Body Parameters
catGenero| Name | Description | Type | Additional information |
|---|---|---|---|
| idGenero | globally unique identifier |
None. |
|
| codGenero | string |
None. |
|
| nomGenero | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idGenero": "3528e36c-00ee-4060-a9bd-9ba8b2de7f48",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "d6cd3e03-ceba-4036-bc46-b69d4242949b",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}