POST UserRolePermission/CreateUserRolePermission

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lDto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserLoginId": "sample string 1",
  "UserPassword": "sample string 2",
  "ApprovalUserFlag": true,
  "UserIsActive": true,
  "UserTypeId": "04b126e6-e896-4704-9ec2-5dd077edd14b",
  "CompanyId": "742f86d0-5fca-4f20-8e37-d482e5fdb029",
  "OfferTypeIdList": [
    "c5f53673-78e7-4a41-9211-ec90db5408f9",
    "77a558fc-ea27-4782-b02c-fbd40f33f457",
    "da695cc5-1d78-4952-96d2-f8a9ec930665"
  ],
  "ProductGroupIdList": [
    "b3ad99a1-c714-4ae4-aa1b-ed4012ed1d17",
    "23421bf7-08cd-40ff-acf1-3b9400e49b71",
    "35298e64-c030-437d-a000-19470a342e37"
  ],
  "MenuAccessRightsCreateList": [
    {
      "$id": "2",
      "MenuId": "cc6839cf-dbce-4cff-adbe-03b5345a3dff",
      "AddFlag": true,
      "UpdateFlag": true,
      "DeleteFlag": true,
      "UnDeleteFlag": true,
      "ViewFlag": true,
      "PrintFlag": true,
      "ExportFlag": true,
      "ImportFlag": true,
      "SubMenuAccessRightsCreateList": [
        {
          "$id": "3",
          "SubMenuId": "efbfdee3-2efc-47c5-abba-c1d3c252f193",
          "AddFlag": true,
          "UpdateFlag": true,
          "DeleteFlag": true,
          "UnDeleteFlag": true,
          "ViewFlag": true,
          "PrintFlag": true,
          "ExportFlag": true,
          "ImportFlag": true
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "CreatedUserId": "sample string 7",
  "FirstName": "sample string 8",
  "MiddleName": "sample string 9",
  "LastName": "sample string 10",
  "MobileNumber": "sample string 11",
  "EmailId": "sample string 12",
  "UserPhoto": "sample string 13",
  "OperatorName": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.