POST UserRolePermission/UpdateUserRolePermission

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:
{
  "UserId": "9da08552-35c0-4bb4-89e6-0cb5ff1d16e4",
  "UserLoginId": "sample string 2",
  "UserPassword": "sample string 3",
  "ApprovalUserFlag": true,
  "UserIsActive": true,
  "UserTypeId": "b7f7eec2-96e1-4529-ba3a-ce665cffcb68",
  "CompanyId": "ca5ddd88-3822-445c-ab7b-b3ce4d3f899a",
  "OfferTypeIdList": [
    "1c789b30-460a-4812-a1ab-c9621c0b944b",
    "4743aaa9-735a-4d33-a823-68d1b7613ccb",
    "3a31f624-5098-4f74-b514-c5fec495ce48"
  ],
  "ProductGroupIdList": [
    "55315211-00c0-4926-be4b-8e9bf652c0a3",
    "f63c4426-44f5-4f8b-9139-b63de66e044b",
    "ce17acf7-ad53-4b5d-ac50-9120c5d4f2bd"
  ],
  "MenuAccessRightsUpdateList": [
    {
      "$id": "2",
      "MenuId": "45fc104c-2c7c-4e2a-b041-8e1c486eb24c",
      "AddFlag": true,
      "UpdateFlag": true,
      "DeleteFlag": true,
      "UnDeleteFlag": true,
      "ViewFlag": true,
      "PrintFlag": true,
      "ExportFlag": true,
      "ImportFlag": true,
      "SubMenuAccessRightsUpdateList": [
        {
          "$id": "3",
          "SubMenuId": "f200c743-9c39-4cc0-ad91-19cf61734a8b",
          "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 8",
  "FirstName": "sample string 9",
  "MiddleName": "sample string 10",
  "LastName": "sample string 11",
  "MobileNumber": "sample string 12",
  "EmailId": "sample string 13",
  "UserPhoto": "sample string 14",
  "OperatorName": "sample string 15"
}

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.