GET api/BackendMaster/SaveBackendMaster

Request Information

URI Parameters

None.

Body Parameters

BackendMasterModel
NameDescriptionTypeAdditional information
SEQ

integer

None.

Id

integer

None.

GroupId

integer

None.

GroupName

string

None.

Name

string

None.

DOJ

string

None.

DOB

string

None.

Salary

integer

None.

ReferBy

string

None.

Password

string

None.

Address

string

None.

CityId

integer

None.

CityName

string

None.

StateId

integer

None.

StateName

string

None.

CountryId

integer

None.

CountryName

string

None.

Pincode

string

None.

PhoneNo

string

None.

Mobile

string

None.

EmailId

string

None.

Remarks

string

None.

IsActive

integer

None.

CreatedBY

integer

None.

TotalCount

integer

None.

BPRlst

Collection of BackendPeopleRightsModel

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SEQ": 1,
  "Id": 2,
  "GroupId": 3,
  "GroupName": "sample string 4",
  "Name": "sample string 5",
  "DOJ": "sample string 6",
  "DOB": "sample string 7",
  "Salary": 8,
  "ReferBy": "sample string 9",
  "Password": "sample string 10",
  "Address": "sample string 11",
  "CityId": 12,
  "CityName": "sample string 13",
  "StateId": 14,
  "StateName": "sample string 15",
  "CountryId": 16,
  "CountryName": "sample string 17",
  "Pincode": "sample string 18",
  "PhoneNo": "sample string 19",
  "Mobile": "sample string 20",
  "EmailId": "sample string 21",
  "Remarks": "sample string 22",
  "IsActive": 23,
  "CreatedBY": 24,
  "TotalCount": 25,
  "BPRlst": [
    {
      "Id": 1,
      "PageId": 2,
      "FeatureId": 3,
      "PageName": "sample string 4",
      "FeatureName": "sample string 5",
      "SaveR": 6,
      "UpdateR": 7,
      "DeleteR": 8,
      "ShowR": 9,
      "PrintR": 10,
      "ExportR": 11,
      "WhatsAppR": 12,
      "EmailR": 13,
      "ChannelIds": "sample string 14",
      "IsActive": 15
    },
    {
      "Id": 1,
      "PageId": 2,
      "FeatureId": 3,
      "PageName": "sample string 4",
      "FeatureName": "sample string 5",
      "SaveR": 6,
      "UpdateR": 7,
      "DeleteR": 8,
      "ShowR": 9,
      "PrintR": 10,
      "ExportR": 11,
      "WhatsAppR": 12,
      "EmailR": 13,
      "ChannelIds": "sample string 14",
      "IsActive": 15
    }
  ]
}

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.