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": "d8ccd805-f5d9-43b6-a03d-c1ec3d525d4b",
"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": "f7d09bd1-5011-46d0-b5f7-db89b61b2116",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}