POST api/MenuItemsIcone/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MenuItem| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuItemID | integer |
None. |
|
| MenuID | integer |
Required |
|
| MenuItemIDPai | integer |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 |
|
| UrlIcone | string |
String length: inclusive between 0 and 512 |
|
| UrlImagem | string |
String length: inclusive between 0 and 512 |
|
| UrlLink | string |
String length: inclusive between 0 and 512 |
|
| SeoHtmA | string |
String length: inclusive between 0 and 256 |
|
| Ordem | integer |
None. |
|
| DatHorCadastro | date |
None. |
|
| DatHorAtualizacao | date |
None. |
|
| Usuario | string |
String length: inclusive between 0 and 256 |
Response Formats
application/json, text/json
Sample:
{
"MenuItemID": 1,
"MenuID": 2,
"MenuItemIDPai": 1,
"Nome": "sample string 3",
"UrlIcone": "sample string 4",
"UrlImagem": "sample string 5",
"UrlLink": "sample string 6",
"SeoHtmA": "sample string 7",
"Ordem": 8,
"DatHorCadastro": "2026-02-19T08:33:04.8941738+00:00",
"DatHorAtualizacao": "2026-02-19T08:33:04.8941738+00:00",
"Usuario": "sample string 11"
}