GET api/Menus/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Menu
NameDescriptionTypeAdditional 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-22T23:26:42.6544269+00:00",
  "usuarioModificacion": "sample string 3",
  "borrado": "2024-12-22T23:26:42.6544269+00:00"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.