PUT api/GroupMenu/UpdateGroupMenu

Request Information

URI Parameters

None.

Body Parameters

GroupMenu
NameDescriptionTypeAdditional information
GROUPMENU_ID

integer

None.

GROUP_ID

integer

None.

MENU_ID

integer

None.

R_EDIT

integer

None.

R_DEL

integer

None.

R_ADD

integer

None.

R_PUB

integer

None.

DATECREATED

date

None.

DATEMODIFY

date

None.

Request Formats

application/json, text/json

Sample:
{
  "GROUPMENU_ID": 1,
  "GROUP_ID": 2,
  "MENU_ID": 3,
  "R_EDIT": 4,
  "R_DEL": 5,
  "R_ADD": 6,
  "R_PUB": 7,
  "DATECREATED": "2026-03-19T00:17:30.2594014+07:00",
  "DATEMODIFY": "2026-03-19T00:17:30.2594014+07:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GroupMenu'.

Response Information

Resource Description

ReponseEntity
NameDescriptionTypeAdditional information
SumRecord

string

None.

Code

string

None.

Message

string

None.

Value

Object

None.

ListValue

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "SumRecord": "sample string 1",
  "Code": "sample string 2",
  "Message": "sample string 3",
  "Value": {},
  "ListValue": [
    {},
    {}
  ]
}