<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" />
  <xs:complexType name="ApiAgentMessageList">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Count" type="xs:int" />
      <xs:element minOccurs="0" name="IncludeDeleted" type="xs:boolean" />
      <xs:element minOccurs="0" name="Offset" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiAgentMessageList" nillable="true" type="tns:ApiAgentMessageList" />
  <xs:complexType name="ApiAgentMessageGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiAgentMessageGet" nillable="true" type="tns:ApiAgentMessageGet" />
  <xs:complexType name="AgentStatusGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusGet" nillable="true" type="tns:AgentStatusGet" />
  <xs:complexType name="AgentStatusSet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StatusId" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusSet" nillable="true" type="tns:AgentStatusSet" />
  <xs:complexType name="CustomerProfile">
    <xs:sequence>
      <xs:element minOccurs="0" name="Mapping" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MasterKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerProfile" nillable="true" type="tns:CustomerProfile" />
  <xs:complexType name="OutboundCampaignCreateCall">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Destination" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OutboundCampaignKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ScheduleDate" nillable="true" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="OutboundCampaignCreateCall" nillable="true" type="tns:OutboundCampaignCreateCall" />
  <xs:complexType name="InteractionCreate">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DisplayBalance" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LeftMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="LeftSeconds" type="xs:int" />
      <xs:element minOccurs="0" name="SiteId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Tokens" type="xs:int" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserNickName" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionCreate" nillable="true" type="tns:InteractionCreate" />
  <xs:complexType name="InteractionAddMediaUser">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Kind" type="tns:ChatAction" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionAddMediaUser" nillable="true" type="tns:InteractionAddMediaUser" />
  <xs:simpleType name="ChatAction">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Message">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="StartTyping">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="StopTyping">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Image">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ChatAction" nillable="true" type="tns:ChatAction" />
  <xs:complexType name="InteractionAddMediaAgent">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Kind" type="tns:ChatAction" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionAddMediaAgent" nillable="true" type="tns:InteractionAddMediaAgent" />
  <xs:complexType name="InteractionMessageAttachments">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MessageKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionMessageAttachments" nillable="true" type="tns:InteractionMessageAttachments" />
  <xs:complexType name="InteractionMessageAttachmentData">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MessageAttachmentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MessageKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionMessageAttachmentData" nillable="true" type="tns:InteractionMessageAttachmentData" />
  <xs:complexType name="InteractionAccept">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionAccept" nillable="true" type="tns:InteractionAccept" />
  <xs:complexType name="InteractionDeny">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionDeny" nillable="true" type="tns:InteractionDeny" />
  <xs:complexType name="InteractionAbort">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionAbort" nillable="true" type="tns:InteractionAbort" />
  <xs:complexType name="InteractionKeepAliveUser">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionKeepAliveUser" nillable="true" type="tns:InteractionKeepAliveUser" />
  <xs:complexType name="InteractionKeepAliveAgent">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionKeepAliveAgent" nillable="true" type="tns:InteractionKeepAliveAgent" />
  <xs:complexType name="InteractionEnd">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionEnd" nillable="true" type="tns:InteractionEnd" />
  <xs:complexType name="InteractionState">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionState" nillable="true" type="tns:InteractionState" />
  <xs:complexType name="InteractionChatAgent">
    <xs:sequence>
      <xs:element minOccurs="0" name="Action" type="tns:ChatAction" />
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Payload" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionChatAgent" nillable="true" type="tns:InteractionChatAgent" />
  <xs:complexType name="InteractionChatUser">
    <xs:sequence>
      <xs:element minOccurs="0" name="Action" type="tns:ChatAction" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Payload" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionChatUser" nillable="true" type="tns:InteractionChatUser" />
  <xs:complexType name="CallRecordingList">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Ani" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DnisId" nillable="true" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CallRecordingList" nillable="true" type="tns:CallRecordingList" />
  <xs:complexType name="CallRecordingAudioGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CallId" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CallRecordingAudioGet" nillable="true" type="tns:CallRecordingAudioGet" />
  <xs:complexType name="CustomerUserList">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerUserList" nillable="true" type="tns:CustomerUserList" />
  <xs:complexType name="UserDetailsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserDetailsGet" nillable="true" type="tns:UserDetailsGet" />
  <xs:complexType name="UserDetailsSet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Balance" type="xs:int" />
      <xs:element minOccurs="0" name="DisplayBalance" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ISO2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Pincode" type="xs:int" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserDetailsSet" nillable="true" type="tns:UserDetailsSet" />
  <xs:complexType name="UserValidate">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="IPAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAgent" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserValidate" nillable="true" type="tns:UserValidate" />
  <xs:complexType name="UserExists">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserExists" nillable="true" type="tns:UserExists" />
  <xs:complexType name="UserChangePassword">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserChangePassword" nillable="true" type="tns:UserChangePassword" />
  <xs:complexType name="UserPaymentOptionsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ISO2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserPaymentOptionsGet" nillable="true" type="tns:UserPaymentOptionsGet" />
  <xs:complexType name="UserConfirm">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ConfirmationKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserConfirm" nillable="true" type="tns:UserConfirm" />
  <xs:complexType name="UserPasswordResetRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserPasswordResetRequest" nillable="true" type="tns:UserPasswordResetRequest" />
  <xs:complexType name="UserPasswordReset">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="NewPassword" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResetToken" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserPasswordReset" nillable="true" type="tns:UserPasswordReset" />
  <xs:complexType name="GeckoBulletRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P1" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P10" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P3" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P4" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P5" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P6" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P7" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P8" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="P9" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TypeId" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GeckoBulletRequest" nillable="true" type="tns:GeckoBulletRequest" />
  <xs:complexType name="APIPaymentRequestCreate">
    <xs:sequence>
      <xs:element minOccurs="0" name="Amount" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PaymentOptionId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ReturnUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Tokens" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="APIPaymentRequestCreate" nillable="true" type="tns:APIPaymentRequestCreate" />
  <xs:complexType name="APIPaymentRequestStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="PaymentRequestKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="APIPaymentRequestStatus" nillable="true" type="tns:APIPaymentRequestStatus" />
  <xs:complexType name="CustomerPincodeCreate">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Width" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeCreate" nillable="true" type="tns:CustomerPincodeCreate" />
  <xs:complexType name="CustomerPincodeActivate">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Pincode" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeActivate" nillable="true" type="tns:CustomerPincodeActivate" />
  <xs:complexType name="CustomerPincodeUpdate">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Pincode" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeUpdate" nillable="true" type="tns:CustomerPincodeUpdate" />
  <xs:complexType name="CustomerPincodeCheckActive">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Pincode" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeCheckActive" nillable="true" type="tns:CustomerPincodeCheckActive" />
  <xs:complexType name="CustomerDomain">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DomainBinding" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerDomain" nillable="true" type="tns:CustomerDomain" />
  <xs:complexType name="AgentStatusGetAll">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Group" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Identifier" nillable="true" type="ser:guid" />
      <xs:element minOccurs="0" name="Skip" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Take" nillable="true" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusGetAll" nillable="true" type="tns:AgentStatusGetAll" />
  <xs:complexType name="AgentStatusGetAllLite">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Group" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusGetAllLite" nillable="true" type="tns:AgentStatusGetAllLite" />
  <xs:complexType name="AgentStatusQueueGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusQueueGet" nillable="true" type="tns:AgentStatusQueueGet" />
  <xs:complexType name="UserCreate">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="emailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="firstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="iso2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="lastName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserCreate" nillable="true" type="tns:UserCreate" />
  <xs:complexType name="UserChangePin">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserChangePin" nillable="true" type="tns:UserChangePin" />
  <xs:complexType name="UserWalletDeposit">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MoneySpent" type="xs:float" />
      <xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Tokens" type="xs:int" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserWalletDeposit" nillable="true" type="tns:UserWalletDeposit" />
  <xs:complexType name="UserWalletTransactionCreate">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Tokens" type="xs:int" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserWalletTransactionCreate" nillable="true" type="tns:UserWalletTransactionCreate" />
  <xs:complexType name="UserWalletBalanceGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserWalletBalanceGet" nillable="true" type="tns:UserWalletBalanceGet" />
  <xs:complexType name="AgentTariffSet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ChannelTypeId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Tariff" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentTariffSet" nillable="true" type="tns:AgentTariffSet" />
  <xs:complexType name="AgentDestinationSet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Destination" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentDestinationSet" nillable="true" type="tns:AgentDestinationSet" />
  <xs:complexType name="CustomerDetailsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerDetailsGet" nillable="true" type="tns:CustomerDetailsGet" />
  <xs:complexType name="CustomerAgentCallHistoryGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Top" nillable="true" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentCallHistoryGet" nillable="true" type="tns:CustomerAgentCallHistoryGet" />
  <xs:complexType name="CustomerAgentCallDetailsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CallId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Top" nillable="true" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentCallDetailsGet" nillable="true" type="tns:CustomerAgentCallDetailsGet" />
  <xs:complexType name="CustomerNumbersGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerNumbersGet" nillable="true" type="tns:CustomerNumbersGet" />
  <xs:complexType name="CustomerCreditOptionsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ISO2" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerCreditOptionsGet" nillable="true" type="tns:CustomerCreditOptionsGet" />
  <xs:complexType name="CustomerPaymentOptionsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ISO2" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPaymentOptionsGet" nillable="true" type="tns:CustomerPaymentOptionsGet" />
  <xs:complexType name="CustomerCdrDetailsGet">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CallId" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerCdrDetailsGet" nillable="true" type="tns:CustomerCdrDetailsGet" />
  <xs:complexType name="CustomerAgentCreate">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentRef" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentCreate" nillable="true" type="tns:CustomerAgentCreate" />
  <xs:complexType name="CustomerAgentStatistics">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatistics" nillable="true" type="tns:CustomerAgentStatistics" />
  <xs:complexType name="CustomerAgentStatisticsDay">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsDay" nillable="true" type="tns:CustomerAgentStatisticsDay" />
  <xs:complexType name="CustomerAgentStatisticsHour">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsHour" nillable="true" type="tns:CustomerAgentStatisticsHour" />
  <xs:complexType name="CustomerAgentStatisticsDetailed">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Number" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsDetailed" nillable="true" type="tns:CustomerAgentStatisticsDetailed" />
  <xs:complexType name="CustomerNumberStatistics">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Number" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerNumberStatistics" nillable="true" type="tns:CustomerNumberStatistics" />
  <xs:complexType name="CustomerNumberStatisticsDetailed">
    <xs:sequence>
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Number" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerNumberStatisticsDetailed" nillable="true" type="tns:CustomerNumberStatisticsDetailed" />
  <xs:complexType name="CustomerAgentLog">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="End" type="xs:dateTime" />
      <xs:element minOccurs="0" name="LogTypeId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Start" type="xs:dateTime" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentLog" nillable="true" type="tns:CustomerAgentLog" />
  <xs:complexType name="CustomerAgentSessionDetails">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentSessionDetails" nillable="true" type="tns:CustomerAgentSessionDetails" />
  <xs:complexType name="ApiResponseOfSiteManagerPageBlockItemsSiteManagerPageBlockItemsResponseCXTB4jrd">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="SiteManagerPageBlockItems" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
          <GenericParameter Name="SiteManagerPageBlockItemsResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" type="q1:SiteManagerPageBlockItemsResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfSiteManagerPageBlockItemsSiteManagerPageBlockItemsResponseCXTB4jrd" nillable="true" type="tns:ApiResponseOfSiteManagerPageBlockItemsSiteManagerPageBlockItemsResponseCXTB4jrd" />
  <xs:complexType name="Error">
    <xs:sequence>
      <xs:element name="_x003C_Code_x003E_k__BackingField" nillable="true" type="xs:string" />
      <xs:element name="_x003C_Message_x003E_k__BackingField" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Error" nillable="true" type="tns:Error" />
  <xs:complexType name="ApiResponseOfApiAgentMessageListApiAgentMessageListResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="ApiAgentMessageList" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="ApiAgentMessageListResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:ApiAgentMessageListResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfApiAgentMessageListApiAgentMessageListResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfApiAgentMessageListApiAgentMessageListResponsetxEhri_SY" />
  <xs:complexType name="ApiAgentMessageListResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q2:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="Messages" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q3:ArrayOfApiAgentMessageListItem" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ApiAgentMessageListResponse" nillable="true" type="tns:ApiAgentMessageListResponse" />
  <xs:complexType name="ApiResponseOfApiAgentMessageGetApiAgentMessageGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="ApiAgentMessageGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="ApiAgentMessageGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:ApiAgentMessageGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfApiAgentMessageGetApiAgentMessageGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfApiAgentMessageGetApiAgentMessageGetResponsetxEhri_SY" />
  <xs:complexType name="ApiAgentMessageGetResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q4="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q4:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="Message" nillable="true" xmlns:q5="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q5:ApiAgentMessage" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ApiAgentMessageGetResponse" nillable="true" type="tns:ApiAgentMessageGetResponse" />
  <xs:complexType name="AgentStatusGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentStatus" nillable="true" xmlns:q6="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q6:ApiAgentStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusGetResponse" nillable="true" type="tns:AgentStatusGetResponse" />
  <xs:complexType name="ApiResponseOfAgentDetailsGetAgentDetailsGetResponseCXTB4jrd">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="AgentDetailsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
          <GenericParameter Name="AgentDetailsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" xmlns:q7="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" type="q7:AgentDetailsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfAgentDetailsGetAgentDetailsGetResponseCXTB4jrd" nillable="true" type="tns:ApiResponseOfAgentDetailsGetAgentDetailsGetResponseCXTB4jrd" />
  <xs:complexType name="ApiResponseOfAgentProfileGetAgentProfileGetResponseCXTB4jrd">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="AgentProfileGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
          <GenericParameter Name="AgentProfileGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" xmlns:q8="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Web.Models" type="q8:AgentProfileGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfAgentProfileGetAgentProfileGetResponseCXTB4jrd" nillable="true" type="tns:ApiResponseOfAgentProfileGetAgentProfileGetResponseCXTB4jrd" />
  <xs:complexType name="ApiResponseOfCustomerProfileCustomerProfileResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerProfile" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerProfileResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerProfileResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerProfileCustomerProfileResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerProfileCustomerProfileResponsetxEhri_SY" />
  <xs:complexType name="CustomerProfileResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Profile" nillable="true" xmlns:q9="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q9:CustomerProfile" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerProfileResponse" nillable="true" type="tns:CustomerProfileResponse" />
  <xs:complexType name="OutboundCampaignCreateCallResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q10="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q10:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="Call" nillable="true" xmlns:q11="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q11:ApiOutboundCampaignCall" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="OutboundCampaignCreateCallResponse" nillable="true" type="tns:OutboundCampaignCreateCallResponse" />
  <xs:complexType name="InteractionCreateResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q12="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q12:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="InteractionUrl" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="KeepAliveSeconds" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="InteractionCreateResponse" nillable="true" type="tns:InteractionCreateResponse" />
  <xs:complexType name="InteractionAddMediaResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Kind" type="tns:ChatAction" />
      <xs:element minOccurs="0" name="MessageKey" type="ser:guid" />
      <xs:element minOccurs="0" name="MimeType" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionAddMediaResponse" nillable="true" type="tns:InteractionAddMediaResponse" />
  <xs:complexType name="InteractionMessageAttachmentsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Attachments" nillable="true" xmlns:q13="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q13:ArrayOfMessageAttachment" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionMessageAttachmentsResponse" nillable="true" type="tns:InteractionMessageAttachmentsResponse" />
  <xs:complexType name="InteractionAcceptResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q14="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q14:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="InteractionUrl" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="KeepAliveSeconds" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="InteractionAcceptResponse" nillable="true" type="tns:InteractionAcceptResponse" />
  <xs:complexType name="InteractionStateResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q15="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q15:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="InteractionStatus" type="tns:InteractionStatus" />
          <xs:element minOccurs="0" name="KeepAliveSeconds" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="InteractionStateResponse" nillable="true" type="tns:InteractionStateResponse" />
  <xs:simpleType name="InteractionStatus">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Created">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Offered">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Accepted">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Denied">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ended">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aborted">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="InteractionStatus" nillable="true" type="tns:InteractionStatus" />
  <xs:complexType name="InteractionKeepAliveUserResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="DisplayBalance" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="KeepAliveSeconds" type="xs:int" />
      <xs:element minOccurs="0" name="LeftMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="LeftSeconds" type="xs:int" />
      <xs:element minOccurs="0" name="Tokens" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionKeepAliveUserResponse" nillable="true" type="tns:InteractionKeepAliveUserResponse" />
  <xs:complexType name="InteractionKeepAliveAgentResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="InteractionKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="KeepAliveSeconds" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InteractionKeepAliveAgentResponse" nillable="true" type="tns:InteractionKeepAliveAgentResponse" />
  <xs:complexType name="ApiResponseOfInteractionChatAgentInteractionStateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="InteractionChatAgent" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="InteractionStateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:InteractionStateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfInteractionChatAgentInteractionStateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfInteractionChatAgentInteractionStateResponsetxEhri_SY" />
  <xs:complexType name="ApiResponseOfInteractionChatUserInteractionStateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="InteractionChatUser" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="InteractionStateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:InteractionStateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfInteractionChatUserInteractionStateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfInteractionChatUserInteractionStateResponsetxEhri_SY" />
  <xs:complexType name="ApiResponseOfCallRecordingListCallRecordingListResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CallRecordingList" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CallRecordingListResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CallRecordingListResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCallRecordingListCallRecordingListResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCallRecordingListCallRecordingListResponsetxEhri_SY" />
  <xs:complexType name="CallRecordingListResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Calls" nillable="true" xmlns:q16="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q16:ArrayOfApiCustomerCallRecording" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CallRecordingListResponse" nillable="true" type="tns:CallRecordingListResponse" />
  <xs:complexType name="ApiResponseOfCustomerUserListCustomerUserListResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerUserList" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerUserListResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerUserListResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerUserListCustomerUserListResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerUserListCustomerUserListResponsetxEhri_SY" />
  <xs:complexType name="CustomerUserListResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Users" nillable="true" xmlns:q17="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q17:ArrayOfApiCustomerUser" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerUserListResponse" nillable="true" type="tns:CustomerUserListResponse" />
  <xs:complexType name="ApiResponseOfUserDetailsGetUserDetailsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserDetailsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserDetailsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserDetailsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserDetailsGetUserDetailsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserDetailsGetUserDetailsGetResponsetxEhri_SY" />
  <xs:complexType name="UserDetailsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="UserDetails" nillable="true" xmlns:q18="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q18:ApiUserDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserDetailsGetResponse" nillable="true" type="tns:UserDetailsGetResponse" />
  <xs:complexType name="UserDetailsSetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="UserDetails" nillable="true" xmlns:q19="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q19:ApiUserDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserDetailsSetResponse" nillable="true" type="tns:UserDetailsSetResponse" />
  <xs:complexType name="ApiResponseOfUserValidateUserValidateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserValidate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserValidateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserValidateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserValidateUserValidateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserValidateUserValidateResponsetxEhri_SY" />
  <xs:complexType name="UserValidateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Data" nillable="true" xmlns:q20="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q20:ApiUserValidate" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserValidateResponse" nillable="true" type="tns:UserValidateResponse" />
  <xs:complexType name="ApiResponseOfUserExistsUserExistsResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserExists" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserExistsResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserExistsResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserExistsUserExistsResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserExistsUserExistsResponsetxEhri_SY" />
  <xs:complexType name="UserExistsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Exists" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserExistsResponse" nillable="true" type="tns:UserExistsResponse" />
  <xs:complexType name="ApiResponseOfUserChangePasswordUserChangePasswordResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserChangePassword" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserChangePasswordResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserChangePasswordResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserChangePasswordUserChangePasswordResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserChangePasswordUserChangePasswordResponsetxEhri_SY" />
  <xs:complexType name="UserChangePasswordResponse">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="UserChangePasswordResponse" nillable="true" type="tns:UserChangePasswordResponse" />
  <xs:complexType name="ApiResponseOfUserPaymentOptionsGetUserPaymentOptionsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserPaymentOptionsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserPaymentOptionsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserPaymentOptionsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserPaymentOptionsGetUserPaymentOptionsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserPaymentOptionsGetUserPaymentOptionsGetResponsetxEhri_SY" />
  <xs:complexType name="UserPaymentOptionsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="PaymentOptions" nillable="true" xmlns:q21="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q21:ArrayOfApiUserPaymentOption" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserPaymentOptionsGetResponse" nillable="true" type="tns:UserPaymentOptionsGetResponse" />
  <xs:complexType name="ApiResponseOfUserConfirmUserConfirmResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserConfirm" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserConfirmResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserConfirmResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserConfirmUserConfirmResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserConfirmUserConfirmResponsetxEhri_SY" />
  <xs:complexType name="UserConfirmResponse">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="UserConfirmResponse" nillable="true" type="tns:UserConfirmResponse" />
  <xs:complexType name="ApiResponseOfUserPasswordResetRequestUserPasswordResetRequestResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserPasswordResetRequest" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserPasswordResetRequestResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserPasswordResetRequestResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserPasswordResetRequestUserPasswordResetRequestResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserPasswordResetRequestUserPasswordResetRequestResponsetxEhri_SY" />
  <xs:complexType name="UserPasswordResetRequestResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="ResetToken" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserPasswordResetRequestResponse" nillable="true" type="tns:UserPasswordResetRequestResponse" />
  <xs:complexType name="ApiResponseOfUserPasswordResetUserPasswordResetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserPasswordReset" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserPasswordResetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserPasswordResetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserPasswordResetUserPasswordResetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserPasswordResetUserPasswordResetResponsetxEhri_SY" />
  <xs:complexType name="UserPasswordResetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Success" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserPasswordResetResponse" nillable="true" type="tns:UserPasswordResetResponse" />
  <xs:complexType name="APIPaymentRequestCreateResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q22="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q22:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="PaymentRequestKey" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="APIPaymentRequestCreateResponse" nillable="true" type="tns:APIPaymentRequestCreateResponse" />
  <xs:complexType name="APIPaymentRequestStatusResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q23="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel" base="q23:ResponseBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="PaymentRequestStatus" nillable="true" xmlns:q24="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q24:ApiPaymentRequestStatusGet" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="APIPaymentRequestStatusResponse" nillable="true" type="tns:APIPaymentRequestStatusResponse" />
  <xs:complexType name="ApiResponseOfCustomerPincodeCreateCustomerPincodeCreateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerPincodeCreate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerPincodeCreateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerPincodeCreateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerPincodeCreateCustomerPincodeCreateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerPincodeCreateCustomerPincodeCreateResponsetxEhri_SY" />
  <xs:complexType name="CustomerPincodeCreateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Pincode" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeCreateResponse" nillable="true" type="tns:CustomerPincodeCreateResponse" />
  <xs:complexType name="ApiResponseOfCustomerPincodeActivateCustomerPincodeActivateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerPincodeActivate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerPincodeActivateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerPincodeActivateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerPincodeActivateCustomerPincodeActivateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerPincodeActivateCustomerPincodeActivateResponsetxEhri_SY" />
  <xs:complexType name="CustomerPincodeActivateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="CallId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CallingNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeActivateResponse" nillable="true" type="tns:CustomerPincodeActivateResponse" />
  <xs:complexType name="ApiResponseOfCustomerPincodeUpdateCustomerPincodeUpdateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerPincodeUpdate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerPincodeUpdateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerPincodeUpdateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerPincodeUpdateCustomerPincodeUpdateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerPincodeUpdateCustomerPincodeUpdateResponsetxEhri_SY" />
  <xs:complexType name="CustomerPincodeUpdateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="CallId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeUpdateResponse" nillable="true" type="tns:CustomerPincodeUpdateResponse" />
  <xs:complexType name="ApiResponseOfCustomerPincodeCheckActiveCustomerPincodeCheckActiveResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerPincodeCheckActive" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerPincodeCheckActiveResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerPincodeCheckActiveResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerPincodeCheckActiveCustomerPincodeCheckActiveResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerPincodeCheckActiveCustomerPincodeCheckActiveResponsetxEhri_SY" />
  <xs:complexType name="CustomerPincodeCheckActiveResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Activated" type="xs:boolean" />
      <xs:element minOccurs="0" name="LastAlive" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPincodeCheckActiveResponse" nillable="true" type="tns:CustomerPincodeCheckActiveResponse" />
  <xs:complexType name="ApiResponseOfCustomerDomainCustomerDomainResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerDomain" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerDomainResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerDomainResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerDomainCustomerDomainResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerDomainCustomerDomainResponsetxEhri_SY" />
  <xs:complexType name="CustomerDomainResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Allowed" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerDomainResponse" nillable="true" type="tns:CustomerDomainResponse" />
  <xs:complexType name="AgentStatusGetAllResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentStatusAll" nillable="true" xmlns:q25="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q25:ArrayOfApiAgentStatus" />
      <xs:element minOccurs="0" name="Identifier" type="ser:guid" />
      <xs:element minOccurs="0" name="TotalCount" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusGetAllResponse" nillable="true" type="tns:AgentStatusGetAllResponse" />
  <xs:complexType name="AgentStatusGetAllLiteResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentStatusAllLite" nillable="true" xmlns:q26="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q26:ArrayOfAgentStatusLite" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusGetAllLiteResponse" nillable="true" type="tns:AgentStatusGetAllLiteResponse" />
  <xs:complexType name="AgentStatusQueueGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentStatusQueue" nillable="true" xmlns:q27="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q27:ArrayOfApiCustomerAgentStatusQueue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentStatusQueueGetResponse" nillable="true" type="tns:AgentStatusQueueGetResponse" />
  <xs:complexType name="ApiResponseOfUserCreateUserCreateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserCreate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserCreateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserCreateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserCreateUserCreateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserCreateUserCreateResponsetxEhri_SY" />
  <xs:complexType name="UserCreateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="User" nillable="true" xmlns:q28="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q28:UserDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserCreateResponse" nillable="true" type="tns:UserCreateResponse" />
  <xs:complexType name="ApiResponseOfUserChangePinUserChangePinResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserChangePin" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserChangePinResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserChangePinResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserChangePinUserChangePinResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserChangePinUserChangePinResponsetxEhri_SY" />
  <xs:complexType name="UserChangePinResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="User" nillable="true" xmlns:q29="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q29:UserDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserChangePinResponse" nillable="true" type="tns:UserChangePinResponse" />
  <xs:complexType name="ApiResponseOfUserWalletDepositUserWalletDepositResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserWalletDeposit" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserWalletDepositResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserWalletDepositResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserWalletDepositUserWalletDepositResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserWalletDepositUserWalletDepositResponsetxEhri_SY" />
  <xs:complexType name="UserWalletDepositResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Wallet" nillable="true" xmlns:q30="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q30:UserWalletDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserWalletDepositResponse" nillable="true" type="tns:UserWalletDepositResponse" />
  <xs:complexType name="ApiResponseOfUserWalletTransactionCreateUserWalletTransactionCreateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserWalletTransactionCreate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserWalletTransactionCreateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserWalletTransactionCreateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserWalletTransactionCreateUserWalletTransactionCreateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserWalletTransactionCreateUserWalletTransactionCreateResponsetxEhri_SY" />
  <xs:complexType name="UserWalletTransactionCreateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Wallet" nillable="true" xmlns:q31="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q31:UserWalletDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserWalletTransactionCreateResponse" nillable="true" type="tns:UserWalletTransactionCreateResponse" />
  <xs:complexType name="ApiResponseOfUserWalletBalanceGetUserWalletBalanceGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="UserWalletBalanceGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="UserWalletBalanceGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:UserWalletBalanceGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfUserWalletBalanceGetUserWalletBalanceGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfUserWalletBalanceGetUserWalletBalanceGetResponsetxEhri_SY" />
  <xs:complexType name="UserWalletBalanceGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Wallet" nillable="true" xmlns:q32="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q32:UserWalletDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UserWalletBalanceGetResponse" nillable="true" type="tns:UserWalletBalanceGetResponse" />
  <xs:complexType name="ApiResponseOfAgentTariffSetAgentTariffSetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="AgentTariffSet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="AgentTariffSetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:AgentTariffSetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfAgentTariffSetAgentTariffSetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfAgentTariffSetAgentTariffSetResponsetxEhri_SY" />
  <xs:complexType name="AgentTariffSetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Tariff" nillable="true" xmlns:q33="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q33:AgentTariff" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentTariffSetResponse" nillable="true" type="tns:AgentTariffSetResponse" />
  <xs:complexType name="ApiResponseOfAgentDestinationSetAgentDestinationSetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="AgentDestinationSet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="AgentDestinationSetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:AgentDestinationSetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfAgentDestinationSetAgentDestinationSetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfAgentDestinationSetAgentDestinationSetResponsetxEhri_SY" />
  <xs:complexType name="AgentDestinationSetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Destination" nillable="true" xmlns:q34="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q34:ApiAgentDestination" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AgentDestinationSetResponse" nillable="true" type="tns:AgentDestinationSetResponse" />
  <xs:complexType name="ApiResponseOfCustomerDetailsGetCustomerDetailsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerDetailsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerDetailsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerDetailsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerDetailsGetCustomerDetailsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerDetailsGetCustomerDetailsGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerDetailsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Details" nillable="true" xmlns:q35="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q35:ApiCustomerDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerDetailsGetResponse" nillable="true" type="tns:CustomerDetailsGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentCallHistoryGetCustomerAgentCallHistoryGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentCallHistoryGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentCallHistoryGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentCallHistoryGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentCallHistoryGetCustomerAgentCallHistoryGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentCallHistoryGetCustomerAgentCallHistoryGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentCallHistoryGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="History" nillable="true" xmlns:q36="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q36:ArrayOfApiAgentCallHistory" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentCallHistoryGetResponse" nillable="true" type="tns:CustomerAgentCallHistoryGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentCallDetailsGetCustomerAgentCallDetailsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentCallDetailsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentCallDetailsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentCallDetailsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentCallDetailsGetCustomerAgentCallDetailsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentCallDetailsGetCustomerAgentCallDetailsGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentCallDetailsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Details" nillable="true" xmlns:q37="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q37:ArrayOfApiAgentCallDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentCallDetailsGetResponse" nillable="true" type="tns:CustomerAgentCallDetailsGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerNumbersGetCustomerNumbersGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerNumbersGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerNumbersGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerNumbersGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerNumbersGetCustomerNumbersGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerNumbersGetCustomerNumbersGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerNumbersGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Numbers" nillable="true" xmlns:q38="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q38:ArrayOfApiCustomerNumber" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerNumbersGetResponse" nillable="true" type="tns:CustomerNumbersGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerCreditOptionsGetCustomerCreditOptionsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerCreditOptionsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerCreditOptionsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerCreditOptionsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerCreditOptionsGetCustomerCreditOptionsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerCreditOptionsGetCustomerCreditOptionsGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerCreditOptionsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="CreditOptions" nillable="true" xmlns:q39="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q39:ArrayOfApiCustomerCreditOption" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerCreditOptionsGetResponse" nillable="true" type="tns:CustomerCreditOptionsGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerPaymentOptionsGetCustomerPaymentOptionsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerPaymentOptionsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerPaymentOptionsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerPaymentOptionsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerPaymentOptionsGetCustomerPaymentOptionsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerPaymentOptionsGetCustomerPaymentOptionsGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerPaymentOptionsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="PaymentOptions" nillable="true" xmlns:q40="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q40:ArrayOfApiCustomerPaymentOption" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerPaymentOptionsGetResponse" nillable="true" type="tns:CustomerPaymentOptionsGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerCdrDetailsGetCustomerCdrDetailsGetResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerCdrDetailsGet" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerCdrDetailsGetResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerCdrDetailsGetResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerCdrDetailsGetCustomerCdrDetailsGetResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerCdrDetailsGetCustomerCdrDetailsGetResponsetxEhri_SY" />
  <xs:complexType name="CustomerCdrDetailsGetResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Details" nillable="true" xmlns:q41="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q41:CdrDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerCdrDetailsGetResponse" nillable="true" type="tns:CustomerCdrDetailsGetResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentCreateCustomerAgentCreateResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentCreate" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentCreateResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentCreateResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentCreateCustomerAgentCreateResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentCreateCustomerAgentCreateResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentCreateResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="CustomerAgentCreate" nillable="true" xmlns:q42="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q42:ApiCustomerAgentCreate" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentCreateResponse" nillable="true" type="tns:CustomerAgentCreateResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentStatisticsCustomerAgentStatisticsResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentStatistics" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentStatisticsResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentStatisticsResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentStatisticsCustomerAgentStatisticsResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentStatisticsCustomerAgentStatisticsResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentStatisticsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Statistics" nillable="true" xmlns:q43="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q43:ArrayOfApiCustomerAgentStatistics" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsResponse" nillable="true" type="tns:CustomerAgentStatisticsResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentStatisticsDayCustomerAgentStatisticsDayResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentStatisticsDay" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentStatisticsDayResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentStatisticsDayResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentStatisticsDayCustomerAgentStatisticsDayResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentStatisticsDayCustomerAgentStatisticsDayResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentStatisticsDayResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Statistics" nillable="true" xmlns:q44="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q44:ArrayOfApiCustomerAgentStatisticsDay" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsDayResponse" nillable="true" type="tns:CustomerAgentStatisticsDayResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentStatisticsHourCustomerAgentStatisticsHourResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentStatisticsHour" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentStatisticsHourResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentStatisticsHourResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentStatisticsHourCustomerAgentStatisticsHourResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentStatisticsHourCustomerAgentStatisticsHourResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentStatisticsHourResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Statistics" nillable="true" xmlns:q45="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q45:ArrayOfApiCustomerAgentStatisticsHour" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsHourResponse" nillable="true" type="tns:CustomerAgentStatisticsHourResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentStatisticsDetailedCustomerAgentStatisticsDetailedResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentStatisticsDetailed" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentStatisticsDetailedResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentStatisticsDetailedResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentStatisticsDetailedCustomerAgentStatisticsDetailedResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentStatisticsDetailedCustomerAgentStatisticsDetailedResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentStatisticsDetailedResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Statistics" nillable="true" xmlns:q46="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q46:ArrayOfApiCustomerAgentStatisticsDetailed" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentStatisticsDetailedResponse" nillable="true" type="tns:CustomerAgentStatisticsDetailedResponse" />
  <xs:complexType name="ApiResponseOfCustomerNumberStatisticsCustomerNumberStatisticsResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerNumberStatistics" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerNumberStatisticsResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerNumberStatisticsResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerNumberStatisticsCustomerNumberStatisticsResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerNumberStatisticsCustomerNumberStatisticsResponsetxEhri_SY" />
  <xs:complexType name="CustomerNumberStatisticsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Statistics" nillable="true" xmlns:q47="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q47:ArrayOfApiCustomerNumberStatistics" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerNumberStatisticsResponse" nillable="true" type="tns:CustomerNumberStatisticsResponse" />
  <xs:complexType name="ApiResponseOfCustomerNumberStatisticsDetailedCustomerNumberStatisticsDetailedResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerNumberStatisticsDetailed" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerNumberStatisticsDetailedResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerNumberStatisticsDetailedResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerNumberStatisticsDetailedCustomerNumberStatisticsDetailedResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerNumberStatisticsDetailedCustomerNumberStatisticsDetailedResponsetxEhri_SY" />
  <xs:complexType name="CustomerNumberStatisticsDetailedResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Statistics" nillable="true" xmlns:q48="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q48:ArrayOfApiCustomerNumberStatisticsDetailed" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerNumberStatisticsDetailedResponse" nillable="true" type="tns:CustomerNumberStatisticsDetailedResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentLogCustomerAgentLogResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentLog" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentLogResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentLogResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentLogCustomerAgentLogResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentLogCustomerAgentLogResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentLogResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Logs" nillable="true" xmlns:q49="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q49:ArrayOfApiCustomerAgentLog" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentLogResponse" nillable="true" type="tns:CustomerAgentLogResponse" />
  <xs:complexType name="ApiResponseOfCustomerAgentSessionDetailsCustomerAgentSessionDetailsResponsetxEhri_SY">
    <xs:annotation>
      <xs:appinfo>
        <GenericType Name="ApiResponseOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
          <GenericParameter Name="CustomerAgentSessionDetails" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
          <GenericParameter Name="CustomerAgentSessionDetailsResponse" Namespace="http://schemas.datacontract.org/2004/07/Systematix.ExternalAPI.Model" />
        </GenericType>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" name="Error" nillable="true" type="tns:Error" />
      <xs:element minOccurs="0" name="Result" nillable="true" type="tns:CustomerAgentSessionDetailsResponse" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ApiResponseOfCustomerAgentSessionDetailsCustomerAgentSessionDetailsResponsetxEhri_SY" nillable="true" type="tns:ApiResponseOfCustomerAgentSessionDetailsCustomerAgentSessionDetailsResponsetxEhri_SY" />
  <xs:complexType name="CustomerAgentSessionDetailsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AgentSessionDetails" nillable="true" xmlns:q50="http://schemas.datacontract.org/2004/07/Systematix.Portal.ServiceModel.DTO" type="q50:ArrayOfApiAgentSessionDetails" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CustomerAgentSessionDetailsResponse" nillable="true" type="tns:CustomerAgentSessionDetailsResponse" />
</xs:schema>