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": "b18e0f3b-510e-4aec-a4e6-64991d14007e",
"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": "8c8026fb-1a92-4dbd-96ed-560cfcf43e91",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}