This module has been developed to update agent’s supervisor in the system. The Service URL of this module is given by the following link-
https://{domain}.qevalpro.com/api/ManageUser/UpdateAgentSupervisor
The domain can be: “app” or “ai”.
- Method– Post
 - JSON Formats-
 
1. Code snippet for Web Service Use–
[
{
Headers
Every API call must include two-factor authentication by providing the following headers:
- Authorization: Bearer <Generated_Token>
- The Bearer Token is generated upon a successful login.
 
 - X-API-KEY: <Your_Unique_API_Key>
- Note: This key is assigned by the QEval team. If not available, you can request it via email at Qeval@etechtexas.com
 
 
“EmpId”:”samuelEtech”,
“SupervisorId”:”ET01″
}
2. Description for Request Parameters-
| 
 S.No  | 
 Name  | 
 Type  | 
 Description  | 
| 
 1  | 
 Token  | 
 String  | 
 Authentication Token  | 
| 
 2  | 
 EmpId  | 
 String  | 
 Agent employee ID  | 
| 
 3  | 
 SupervisorId  | 
 String  | 
 Supervisor employee ID  | 
3. Response Example-
Success
{
“Message”:”Updated Agent Supervisor successfully”.
)
Video