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://qevalpro.com/api/ManageUser/UpdateAgentSupervisor
- Method– Post
- Json Formats-
1. Code snippet for Web Service Use–
[
{
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJDbGllbnRJZCI6IjQ1IiwiVXNlcklEIjoiMzk5MSIsImV4cCI6MTUwNzI0NDEzNX0.gQ4mqSZln1lRXaMC4jUGWenz2XeVTptbxoz7P1YA-8k”,
“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