POST api/User/ListTransferUsers
Documentation for 'ListTransferUsers'.
Request Information
Parameters
| Name | Description | Additional 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",
"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": "3",
"Token": "sample string 1",
"Project": "sample string 2",
"ProjectId": 3,
"Name": "sample string 4",
"Count": 5,
"IsDisplay": true,
"Order": 7
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}