Package | Description |
---|---|
com.genesyslab.wfm7.API.service.scheduleTrade712 |
Modifier and Type | Method and Description |
---|---|
SchTradeProposalStatus |
WFMScheduleTradeService712Soap.acceptTradeResponse(int siteID,
int agentID,
int proposalID,
int responseID,
java.lang.String comments)
A response to proposal should be accepted by proposing agent in order to schedule trade to be submitted for approval.
|
SchTradeProposalStatus |
WFMScheduleTradeService712Soap.cancelTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
A proposal can be canceled by proposing agent at any time while proposal is in "Open" or "In Review" status.
|
SchTradeProposalStatus |
WFMScheduleTradeService712Soap.declinePersonalTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
Responding agent may select to decline personal trade proposal.
|
SchTradeProposalStatus |
WFMScheduleTradeService712Soap.postTradeProposal(int siteID,
int agentID,
double[] dateArray,
java.lang.String comments)
A trade proposal is posted to community and is available to all qualifying agents.
|
SchTradeProposalStatus |
WFMScheduleTradeService712Soap.sendPersonalTradeProposal(int siteID,
int agentID,
int directToAgentID,
int handshake,
double[] dateArray,
java.lang.String comments)
A trade proposal is sent directly to specified agent.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.