Class CallCenter.UserCallCenterGetAvailableCallCenterListRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<CallCenter.UserCallCenterGetAvailableCallCenterListResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.UserCallCenterGetAvailableCallCenterListRequest
Enclosing class:
CallCenter

public static class CallCenter.UserCallCenterGetAvailableCallCenterListRequest extends Request<CallCenter.UserCallCenterGetAvailableCallCenterListResponse>
This request gets a list of all call centers which the user can be assigned to as an agent. Some of the call centers may already have the user as an agent. It is the clients responsibility to discard the call centers that the user is already an agent of. The response is either a UserCallCenterGetAvailableCallCenterListResponse or an ErrorResponse.
Author:
AlpacaGenerator