POST api/SubMenus
Request Information
URI Parameters
None.
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:42:18.5311361+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
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. |
Response Formats
application/json, text/json
Sample:
{ "idSubMenu": 1, "subMenu1": "sample string 2", "borrado": "2024-12-22T23:42:18.5623843+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.