POST api/SubMenu/Add/{idMenu}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idMenu | integer |
Required |
Body Parameters
SubMenu| Name | 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": "2025-10-30T07:50:15.7019559+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.