Hi,
When I try to login agent using SetAgentState I'm getting Validation error from server side.
Payload:
Response from server side:
{
}
Ref:

What is causing this error?
When I try to login agent using SetAgentState I'm getting Validation error from server side.
Payload:
{
"requestedAgentState": "loggedOn",
"agentID": "2016",
"password": "1234"
}
Response from server side:
{
"header" : {
"headerType" : "request",
"request" : "SetAgentState",
"version" : "v2",
"invokeId" : 4
},
"payload" : {
"privateErrorCode" : "validationError"
},
"payloadType" : "ObjectNode"
}
Ref:
What is causing this error?
Comment