POST api/BackendGroupMaster/Save_Update_BackendGroupMaster

Request Information

URI Parameters

None.

Body Parameters

BackendGroupMasterModel
NameDescriptionTypeAdditional information
SEQ

integer

None.

Id

integer

None.

GroupName

string

None.

Description

string

None.

IsActive

integer

None.

TotalCount

integer

None.

BGRlst

Collection of BackendGroupRightsModel

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SEQ": 1,
  "Id": 2,
  "GroupName": "sample string 3",
  "Description": "sample string 4",
  "IsActive": 5,
  "TotalCount": 6,
  "BGRlst": [
    {
      "Id": 1,
      "GroupId": 2,
      "PageName": "sample string 3",
      "FeatureId": 4,
      "PageId": 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",
      "FeatureId": 4,
      "PageId": 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.