PUT api/SubMenus/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
SubMenuName | Description | Type | Additional information |
---|---|---|---|
idSubMenu | integer |
None. |
|
subMenu1 | string |
Required String length: inclusive between 0 and 200 |
|
borrado | date |
Data type: DateTime |
|
Path | Collection of Path |
None. |
Request Formats
application/json, text/json
Sample:
{ "idSubMenu": 1, "subMenu1": "sample string 2", "borrado": "2024-12-22T23:17:53.1794986+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.