POST api/Menus
Request Information
URI Parameters
None.
Body Parameters
Menu| Name | Description | Type | Additional information |
|---|---|---|---|
| idMenu | integer |
None. |
|
| menu1 | string |
Required String length: inclusive between 0 and 100 |
|
| fechaModificacion | date |
Data type: DateTime |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 50 |
|
| borrado | date |
Data type: DateTime |
|
| Path | Collection of Path |
None. |
Request Formats
application/json, text/json
Sample:
{
"idMenu": 1,
"menu1": "sample string 2",
"fechaModificacion": "2025-10-30T02:40:04.2739798+00:00",
"usuarioModificacion": "sample string 3",
"borrado": "2025-10-30T02:40:04.2739798+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
Menu| Name | Description | Type | Additional information |
|---|---|---|---|
| idMenu | integer |
None. |
|
| menu1 | string |
Required String length: inclusive between 0 and 100 |
|
| fechaModificacion | date |
Data type: DateTime |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 50 |
|
| borrado | date |
Data type: DateTime |
|
| Path | Collection of Path |
None. |
Response Formats
application/json, text/json
Sample:
{
"idMenu": 1,
"menu1": "sample string 2",
"fechaModificacion": "2025-10-30T02:40:04.883361+00:00",
"usuarioModificacion": "sample string 3",
"borrado": "2025-10-30T02:40:04.883361+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.