GET api/Enquiry/GetTransferUsers?Token={Token}

Documentation for 'GetTransferUsers'.

Request Information

Parameters

NameDescriptionAdditional information
dtUser
Documentation for 'dtUser'.

Define this parameter in the request body.

Token
Documentation for 'Token'.

Define this parameter in the request URI.

Request body formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "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"
      }
    ]
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]