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": "9b669b7c-3a51-4362-90a5-a4fbb85d3660",
"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": "d8b96dcc-86af-4266-a8e6-b552f45f7407",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}