Preferred Agent Assignment Controller

PreferredAgentAssignmentController APIs

assignPreferredAgent

  • HTTP Method: POST
  • Path: /core2/alg/cc/preferred-agent-assignment
  • Description: Handles POST requests for assignPreferredAgent.
  • Request Body: ConversationRequest (JSON)
  • Request Parameters: HttpServletRequest
  • Response: Streaming response body, typically JSON with relevant data. Possible responses: 200 OK, 400 Bad Request, 401 Unauthorized, 404 Not Found.

assignPreferredAgentBackOfficeEP

  • HTTP Method: POST
  • Path: /core2/alg/cc/preferred-agent-assignment/backoffice-ep
  • Description: Handles POST requests for assignPreferredAgentBackOfficeEP.
  • Request Body: ConversationRequest (JSON)
  • Request Parameters: HttpServletRequest
  • Response: Streaming response body, typically JSON with relevant data. Possible responses: 200 OK, 400 Bad Request, 401 Unauthorized, 404 Not Found.

assignPreferredAgentEtlEP

  • HTTP Method: POST
  • Path: /core2/alg/cc/preferred-agent-assignment/etl-ep
  • Description: Handles POST requests for assignPreferredAgentEtlEP.
  • Request Body: ConversationRequest (JSON)
  • Request Parameters: HttpServletRequest
  • Response: Streaming response body, typically JSON with relevant data. Possible responses: 200 OK, 400 Bad Request, 401 Unauthorized, 404 Not Found.

assignPreferredAgentLoginEntityEP

  • HTTP Method: POST
  • Path: /core2/alg/cc/preferred-agent-assignment/login-entity-ep
  • Description: Handles POST requests for assignPreferredAgentLoginEntityEP.
  • Request Body: ConversationRequest (JSON)
  • Request Parameters: HttpServletRequest
  • Response: Streaming response body, typically JSON with relevant data. Possible responses: 200 OK, 400 Bad Request, 401 Unauthorized, 404 Not Found.