POST api/Client/DashboardIcons

Documentation for 'DashboardIcons'.

Request Information

Parameters

NameDescriptionAdditional information
objuser
Documentation for 'objuser'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Login_ID": 2,
  "User_Name": "sample string 3",
  "Emp_ID": 4,
  "LoginID": "sample string 5",
  "UID": "sample string 6",
  "BookingApproval": "sample string 8",
  "Lead": "sample string 9",
  "EmpName": "sample string 10",
  "DisplayCallMenu": true,
  "CanDump": true,
  "CanSuccess": true,
  "CanTransfer": true,
  "TransferType": "sample string 15",
  "DisplayHRMenu": true,
  "EnableRecording": true,
  "EnableLocation": true,
  "ProcessList": [
    {
      "$id": "2",
      "Token": "sample string 1",
      "Project": "sample string 2",
      "ProjectId": 3,
      "Name": "sample string 4",
      "Count": 5,
      "IsDisplay": true,
      "Order": 7
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "FilterList": [
        {
          "$id": "3",
          "Category": "sample string 1",
          "Category_Id": 2,
          "HeadName": "sample string 3",
          "HeadValue": "sample string 4",
          "lstIcons": [
            {
              "$id": "4",
              "Category_Id": 1,
              "IconName": "sample string 2",
              "IconPath": "sample string 3",
              "IconColor": "sample string 4",
              "IconUrl": "sample string 5"
            },
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ]
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "TabList": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}