CallBiz2ADWS


Click here for a complete list of operations.

SetTeamLeaderStatistic

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /CallBiz2ADWS/CallBiz2ADWS.asmx HTTP/1.1
Host: app2025-cb.callbiz.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://callbiz.co.il/SetTeamLeaderStatistic"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SetTeamLeaderStatistic xmlns="http://callbiz.co.il/">
      <TeamLeaderID>int</TeamLeaderID>
      <UserID>int</UserID>
      <Year>int</Year>
      <Month>int</Month>
      <Listen1>float</Listen1>
      <Listen1Comment>string</Listen1Comment>
      <Listen2>float</Listen2>
      <Listen2Comment>string</Listen2Comment>
      <Listen3>float</Listen3>
      <Listen3Comment>string</Listen3Comment>
      <Listen4>float</Listen4>
      <Listen4Comment>string</Listen4Comment>
      <Listen5>float</Listen5>
      <Listen5Comment>string</Listen5Comment>
      <Listen6>float</Listen6>
      <Listen6Comment>string</Listen6Comment>
      <AverageCurrent>float</AverageCurrent>
      <AverageTarget>float</AverageTarget>
      <PercentCallDustributedTarget>float</PercentCallDustributedTarget>
      <PercentFillQuestionsTarget>float</PercentFillQuestionsTarget>
      <AverageCallDurationTarget>float</AverageCallDurationTarget>
      <PercentTalk>float</PercentTalk>
      <PercentTalkTarget>float</PercentTalkTarget>
      <EvaluationManager>string</EvaluationManager>
      <UserIDEdited>int</UserIDEdited>
    </SetTeamLeaderStatistic>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SetTeamLeaderStatisticResponse xmlns="http://callbiz.co.il/">
      <SetTeamLeaderStatisticResult>int</SetTeamLeaderStatisticResult>
    </SetTeamLeaderStatisticResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /CallBiz2ADWS/CallBiz2ADWS.asmx HTTP/1.1
Host: app2025-cb.callbiz.co.il
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SetTeamLeaderStatistic xmlns="http://callbiz.co.il/">
      <TeamLeaderID>int</TeamLeaderID>
      <UserID>int</UserID>
      <Year>int</Year>
      <Month>int</Month>
      <Listen1>float</Listen1>
      <Listen1Comment>string</Listen1Comment>
      <Listen2>float</Listen2>
      <Listen2Comment>string</Listen2Comment>
      <Listen3>float</Listen3>
      <Listen3Comment>string</Listen3Comment>
      <Listen4>float</Listen4>
      <Listen4Comment>string</Listen4Comment>
      <Listen5>float</Listen5>
      <Listen5Comment>string</Listen5Comment>
      <Listen6>float</Listen6>
      <Listen6Comment>string</Listen6Comment>
      <AverageCurrent>float</AverageCurrent>
      <AverageTarget>float</AverageTarget>
      <PercentCallDustributedTarget>float</PercentCallDustributedTarget>
      <PercentFillQuestionsTarget>float</PercentFillQuestionsTarget>
      <AverageCallDurationTarget>float</AverageCallDurationTarget>
      <PercentTalk>float</PercentTalk>
      <PercentTalkTarget>float</PercentTalkTarget>
      <EvaluationManager>string</EvaluationManager>
      <UserIDEdited>int</UserIDEdited>
    </SetTeamLeaderStatistic>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SetTeamLeaderStatisticResponse xmlns="http://callbiz.co.il/">
      <SetTeamLeaderStatisticResult>int</SetTeamLeaderStatisticResult>
    </SetTeamLeaderStatisticResponse>
  </soap12:Body>
</soap12:Envelope>