POST api/WebUserGroupMaster/SaveUpdate_WebUserGroupMaster

Request Information

URI Parameters

None.

Body Parameters

WebUserGroupMasterModel
NameDescriptionTypeAdditional information
SEQ

integer

None.

id

integer

None.

text

string

None.

Description

string

None.

TotalCount

integer

None.

WURlst

Collection of WebUserGroupRightsModel

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SEQ": 1,
  "id": 2,
  "text": "sample string 3",
  "Description": "sample string 4",
  "TotalCount": 5,
  "WURlst": [
    {
      "Id": 1,
      "GroupId": 2,
      "PageName": "sample string 3",
      "PageId": 4,
      "FeatureId": 5,
      "SaveR": 6,
      "UpdateR": 7,
      "DeleteR": 8,
      "ShowR": 9,
      "PrintR": 10,
      "ExportR": 11,
      "WhatsAppR": 12,
      "EmailR": 13,
      "IsActive": 14
    },
    {
      "Id": 1,
      "GroupId": 2,
      "PageName": "sample string 3",
      "PageId": 4,
      "FeatureId": 5,
      "SaveR": 6,
      "UpdateR": 7,
      "DeleteR": 8,
      "ShowR": 9,
      "PrintR": 10,
      "ExportR": 11,
      "WhatsAppR": 12,
      "EmailR": 13,
      "IsActive": 14
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.