Incentives can be claimed by agents through the website. This iVectorConnect call will be used to mark the incentive as claimed in iVector.Â
The structure of the XML will be:
The structure of the XML will be:
<ClaimAgentIncentiveRequest>
<LoginDetails>
<Login>Test</Login>
<Password>Test</Password>
</LoginDetails>
<AgentIncentiveID>0</AgentIncentiveID>
<AgentContactID>0</AgentContactID>
</ClaimAgentIncentiveRequest>
<ClaimAgentIncentiveResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
</ClaimAgentIncentiveResponse>