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": "e016906b-9e20-430f-984c-2a1234d59c72",
"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": "b229fd62-5a4d-4dab-9395-2407772dbfba",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}