POST api/Menus
Request Information
URI Parameters
None.
Body Parameters
MenuName | 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": "2024-12-23T00:01:04.9277349+00:00", "usuarioModificacion": "sample string 3", "borrado": "2024-12-23T00:01:04.9277349+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
MenuName | 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": "2024-12-23T00:01:04.9589841+00:00", "usuarioModificacion": "sample string 3", "borrado": "2024-12-23T00:01:04.9589841+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.