Odkaz - https://api.k2ol.cz/EShop/basket/prepareitems

Returns goods data for e-shop by identifiers from quick order

URL: https://api.k2ol.cz/EShop/basket/prepareitems

Metoda HTTP: POST

Směrování zprávy Formát Tělo
Požadavek Xml Příklad,Schéma
Požadavek Json Příklad
Odpověď Xml Příklad,Schéma
Odpověď Json Příklad

Následuje příklad těla XML žádosti:

<ESBasketItemsData xmlns="K2.Data">
  <BasketItems>
    <ESOrderBasketItem>
      <AdditionalInformation>Obsah řetězce</AdditionalInformation>
      <ChangedElement>255</ChangedElement>
      <Fields>Obsah řetězce</Fields>
      <GoodsId>2147483647</GoodsId>
      <ItemRID>9223372036854775807</ItemRID>
      <PercentageReduction>true</PercentageReduction>
      <PriceBruto>12678967.543233</PriceBruto>
      <PriceNetto>12678967.543233</PriceNetto>
      <Quantity>1.26743233E+15</Quantity>
      <QuickOrderErr>Obsah řetězce</QuickOrderErr>
      <QuickOrderIdentifier>Obsah řetězce</QuickOrderIdentifier>
      <Reduction>12678967.543233</Reduction>
      <ReturnAllItems>true</ReturnAllItems>
      <TaxGroup>2147483647</TaxGroup>
    </ESOrderBasketItem>
    <ESOrderBasketItem>
      <AdditionalInformation>Obsah řetězce</AdditionalInformation>
      <ChangedElement>255</ChangedElement>
      <Fields>Obsah řetězce</Fields>
      <GoodsId>2147483647</GoodsId>
      <ItemRID>9223372036854775807</ItemRID>
      <PercentageReduction>true</PercentageReduction>
      <PriceBruto>12678967.543233</PriceBruto>
      <PriceNetto>12678967.543233</PriceNetto>
      <Quantity>1.26743233E+15</Quantity>
      <QuickOrderErr>Obsah řetězce</QuickOrderErr>
      <QuickOrderIdentifier>Obsah řetězce</QuickOrderIdentifier>
      <Reduction>12678967.543233</Reduction>
      <ReturnAllItems>true</ReturnAllItems>
      <TaxGroup>2147483647</TaxGroup>
    </ESOrderBasketItem>
  </BasketItems>
  <BasketRID>9223372036854775807</BasketRID>
  <CouponCode>Obsah řetězce</CouponCode>
  <CouponError>Obsah řetězce</CouponError>
  <CouponPriceGross>12678967.543233</CouponPriceGross>
  <CouponPriceNet>12678967.543233</CouponPriceNet>
  <CouponRID>9223372036854775807</CouponRID>
  <Fields>Obsah řetězce</Fields>
  <PriceGross>12678967.543233</PriceGross>
  <PriceNet>12678967.543233</PriceNet>
</ESBasketItemsData>

Následuje příklad těla žádosti Json:

{
	"BasketItems":[{
		"AdditionalInformation":"Obsah řetězce",
		"ChangedElement":255,
		"Fields":"Obsah řetězce",
		"GoodsId":2147483647,
		"ItemRID":9223372036854775807,
		"PercentageReduction":true,
		"PriceBruto":12678967.543233,
		"PriceNetto":12678967.543233,
		"Quantity":1.26743233E+15,
		"QuickOrderErr":"Obsah řetězce",
		"QuickOrderIdentifier":"Obsah řetězce",
		"Reduction":12678967.543233,
		"ReturnAllItems":true,
		"TaxGroup":2147483647
	}],
	"BasketRID":9223372036854775807,
	"CouponCode":"Obsah řetězce",
	"CouponError":"Obsah řetězce",
	"CouponPriceGross":12678967.543233,
	"CouponPriceNet":12678967.543233,
	"CouponRID":9223372036854775807,
	"Fields":"Obsah řetězce",
	"PriceGross":12678967.543233,
	"PriceNet":12678967.543233
}

Následuje příklad těla XML odpovědi:

<ESBasketItemsData xmlns="K2.Data">
  <BasketItems>
    <ESOrderBasketItem>
      <AdditionalInformation>Obsah řetězce</AdditionalInformation>
      <ChangedElement>255</ChangedElement>
      <Fields>Obsah řetězce</Fields>
      <GoodsId>2147483647</GoodsId>
      <ItemRID>9223372036854775807</ItemRID>
      <PercentageReduction>true</PercentageReduction>
      <PriceBruto>12678967.543233</PriceBruto>
      <PriceNetto>12678967.543233</PriceNetto>
      <Quantity>1.26743233E+15</Quantity>
      <QuickOrderErr>Obsah řetězce</QuickOrderErr>
      <QuickOrderIdentifier>Obsah řetězce</QuickOrderIdentifier>
      <Reduction>12678967.543233</Reduction>
      <ReturnAllItems>true</ReturnAllItems>
      <TaxGroup>2147483647</TaxGroup>
    </ESOrderBasketItem>
    <ESOrderBasketItem>
      <AdditionalInformation>Obsah řetězce</AdditionalInformation>
      <ChangedElement>255</ChangedElement>
      <Fields>Obsah řetězce</Fields>
      <GoodsId>2147483647</GoodsId>
      <ItemRID>9223372036854775807</ItemRID>
      <PercentageReduction>true</PercentageReduction>
      <PriceBruto>12678967.543233</PriceBruto>
      <PriceNetto>12678967.543233</PriceNetto>
      <Quantity>1.26743233E+15</Quantity>
      <QuickOrderErr>Obsah řetězce</QuickOrderErr>
      <QuickOrderIdentifier>Obsah řetězce</QuickOrderIdentifier>
      <Reduction>12678967.543233</Reduction>
      <ReturnAllItems>true</ReturnAllItems>
      <TaxGroup>2147483647</TaxGroup>
    </ESOrderBasketItem>
  </BasketItems>
  <BasketRID>9223372036854775807</BasketRID>
  <CouponCode>Obsah řetězce</CouponCode>
  <CouponError>Obsah řetězce</CouponError>
  <CouponPriceGross>12678967.543233</CouponPriceGross>
  <CouponPriceNet>12678967.543233</CouponPriceNet>
  <CouponRID>9223372036854775807</CouponRID>
  <Fields>Obsah řetězce</Fields>
  <PriceGross>12678967.543233</PriceGross>
  <PriceNet>12678967.543233</PriceNet>
</ESBasketItemsData>

Následuje příklad těla odpovědi Json:

{
	"BasketItems":[{
		"AdditionalInformation":"Obsah řetězce",
		"ChangedElement":255,
		"Fields":"Obsah řetězce",
		"GoodsId":2147483647,
		"ItemRID":9223372036854775807,
		"PercentageReduction":true,
		"PriceBruto":12678967.543233,
		"PriceNetto":12678967.543233,
		"Quantity":1.26743233E+15,
		"QuickOrderErr":"Obsah řetězce",
		"QuickOrderIdentifier":"Obsah řetězce",
		"Reduction":12678967.543233,
		"ReturnAllItems":true,
		"TaxGroup":2147483647
	}],
	"BasketRID":9223372036854775807,
	"CouponCode":"Obsah řetězce",
	"CouponError":"Obsah řetězce",
	"CouponPriceGross":12678967.543233,
	"CouponPriceNet":12678967.543233,
	"CouponRID":9223372036854775807,
	"Fields":"Obsah řetězce",
	"PriceGross":12678967.543233,
	"PriceNet":12678967.543233
}

Následuje schéma XML žádosti:

<xs:schema xmlns:tns="K2.Data" elementFormDefault="qualified" targetNamespace="K2.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="DataObjectWrapper">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:DataContractBase">
        <xs:sequence>
          <xs:element name="DOClassName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Deleted" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="FieldValues" nillable="true" type="tns:ArrayOfNameValue" />
          <xs:element minOccurs="0" name="ItemURL" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="DataObjectWrapper" nillable="true" type="tns:DataObjectWrapper" />
  <xs:complexType name="DataContractBase">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="DataContractBase" nillable="true" type="tns:DataContractBase" />
  <xs:complexType name="ArrayOfNameValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="NameValue" nillable="true" type="tns:NameValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfNameValue" nillable="true" type="tns:ArrayOfNameValue" />
  <xs:complexType name="NameValue">
    <xs:sequence>
      <xs:element minOccurs="0" name="Changed" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="NoPermission" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NameValue" nillable="true" type="tns:NameValue" />
  <xs:complexType name="DataObjectCollectionWrapper">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:DataObjectWrapper" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DataObjectCollectionWrapper" nillable="true" type="tns:DataObjectCollectionWrapper" />
  <xs:complexType name="ChildDataObjectWrapper">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:DataContractBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="Items" nillable="true" type="tns:DataObjectCollectionWrapper" />
          <xs:element minOccurs="0" name="Selection" nillable="true" type="tns:Selection">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ChildDataObjectWrapper" nillable="true" type="tns:ChildDataObjectWrapper" />
  <xs:complexType name="Selection">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q1:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="SelectionId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="TopCount" type="xs:int" />
          <xs:element minOccurs="0" name="conditions" nillable="true" type="tns:NodeCondition" />
          <xs:element minOccurs="0" name="parameters" nillable="true" type="tns:ArrayOfSelectionParameter" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="Selection" nillable="true" type="tns:Selection" />
  <xs:complexType name="NodeCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="OperatorOR" type="xs:boolean" />
          <xs:element minOccurs="0" name="conditions" nillable="true" type="tns:ArrayOfBaseCondition" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="NodeCondition" nillable="true" type="tns:NodeCondition" />
  <xs:complexType name="BaseCondition">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q2:ClientServerObject">
        <xs:sequence />
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="BaseCondition" nillable="true" type="tns:BaseCondition" />
  <xs:complexType name="CurrentCompanyCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="Book" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="SetBooks" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="CurrentCompanyCondition" nillable="true" type="tns:CurrentCompanyCondition" />
  <xs:complexType name="FieldCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="Field" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="IsRemovable" type="xs:boolean" />
          <xs:element minOccurs="0" name="LikeStyle" xmlns:q3="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q3:LikeStyle" />
          <xs:element minOccurs="0" name="Negation" type="xs:boolean" />
          <xs:element minOccurs="0" name="Operator" xmlns:q4="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q4:ConditionOperator" />
          <xs:element minOccurs="0" name="Options" type="xs:unsignedShort" />
          <xs:element minOccurs="0" name="ValueType" xmlns:q5="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q5:ValueType" />
          <xs:element minOccurs="0" name="Values" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfanyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="FieldCondition" nillable="true" type="tns:FieldCondition" />
  <xs:complexType name="MasterCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:FieldCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="MasterField" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="MasterCondition" nillable="true" type="tns:MasterCondition" />
  <xs:complexType name="JunctionCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:MasterCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="TableNo" type="xs:int" />
          <xs:element minOccurs="0" name="junctionItems" nillable="true" type="tns:ArrayOfJunctionItem" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="JunctionCondition" nillable="true" type="tns:JunctionCondition" />
  <xs:complexType name="ArrayOfJunctionItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="JunctionItem" nillable="true" type="tns:JunctionItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfJunctionItem" nillable="true" type="tns:ArrayOfJunctionItem" />
  <xs:complexType name="JunctionItem">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q7="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q7:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="JunctionNo" type="xs:int" />
          <xs:element minOccurs="0" name="Side" type="q7:JunctionSide" />
          <xs:element minOccurs="0" name="Type" type="q7:JunctionType" />
          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="JunctionItem" nillable="true" type="tns:JunctionItem" />
  <xs:complexType name="ChildCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="ProgName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Where" nillable="true" type="tns:Selection" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ChildCondition" nillable="true" type="tns:ChildCondition" />
  <xs:complexType name="FullTextCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="EnumFields" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="LinkPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Options" xmlns:q8="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q8:FullTextOptions" />
          <xs:element minOccurs="0" name="Params" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="FullTextCondition" nillable="true" type="tns:FullTextCondition" />
  <xs:complexType name="ArrayOfBaseCondition">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="BaseCondition" nillable="true" type="tns:BaseCondition" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfBaseCondition" nillable="true" type="tns:ArrayOfBaseCondition" />
  <xs:complexType name="ArrayOfSelectionParameter">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SelectionParameter" nillable="true" type="tns:SelectionParameter" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfSelectionParameter" nillable="true" type="tns:ArrayOfSelectionParameter" />
  <xs:complexType name="SelectionParameter">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q9="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q9:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="Enabled" type="xs:boolean" />
          <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Values" nillable="true" xmlns:q10="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q10:ArrayOfanyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="SelectionParameter" nillable="true" type="tns:SelectionParameter" />
  <xs:complexType name="SelectionPrompt">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:SelectionParameter">
        <xs:sequence>
          <xs:element minOccurs="0" name="ChildPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FieldPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FieldVarType" type="xs:unsignedShort" />
          <xs:element minOccurs="0" name="Operator" xmlns:q11="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q11:ConditionOperator" />
          <xs:element minOccurs="0" name="ParamCount" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="SelectionPrompt" nillable="true" type="tns:SelectionPrompt" />
  <xs:complexType name="ESBasketItemsData">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q12="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q12:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="BasketItems" nillable="true" type="tns:ArrayOfESOrderBasketItem" />
          <xs:element minOccurs="0" name="BasketRID" type="xs:long" />
          <xs:element minOccurs="0" name="CouponCode" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="CouponError" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="CouponPriceGross" type="xs:decimal" />
          <xs:element minOccurs="0" name="CouponPriceNet" type="xs:decimal" />
          <xs:element minOccurs="0" name="CouponRID" type="xs:long" />
          <xs:element minOccurs="0" name="Fields" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceGross" type="xs:decimal" />
          <xs:element minOccurs="0" name="PriceNet" type="xs:decimal" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ESBasketItemsData" nillable="true" type="tns:ESBasketItemsData" />
  <xs:complexType name="ArrayOfESOrderBasketItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ESOrderBasketItem" nillable="true" type="tns:ESOrderBasketItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfESOrderBasketItem" nillable="true" type="tns:ArrayOfESOrderBasketItem" />
  <xs:complexType name="ESOrderBasketItem">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q13="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q13:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="AdditionalInformation" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ChangedElement" type="xs:unsignedByte">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Fields" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="GoodsId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ItemRID" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PercentageReduction" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceBruto" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceNetto" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Quantity" type="xs:double">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="QuickOrderErr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="QuickOrderIdentifier" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Reduction" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ReturnAllItems" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="TaxGroup" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ESOrderBasketItem" nillable="true" type="tns:ESOrderBasketItem" />
</xs:schema>

Schémata XML další žádosti:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ClientServerObject">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="ClientServerObject" nillable="true" type="tns:ClientServerObject" />
  <xs:simpleType name="LikeStyle">
    <xs:restriction base="xs:string">
      <xs:enumeration value="lAnyWhere" />
      <xs:enumeration value="lBeginning" />
      <xs:enumeration value="lStrict" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="LikeStyle" nillable="true" type="tns:LikeStyle" />
  <xs:simpleType name="ConditionOperator">
    <xs:restriction base="xs:string">
      <xs:enumeration value="oUnknown" />
      <xs:enumeration value="oLess" />
      <xs:enumeration value="oLessOrEqual" />
      <xs:enumeration value="oEqual" />
      <xs:enumeration value="oNotEqual" />
      <xs:enumeration value="oGreaterOrEqual" />
      <xs:enumeration value="oGreater" />
      <xs:enumeration value="oLike" />
      <xs:enumeration value="oBetween" />
      <xs:enumeration value="oIn" />
      <xs:enumeration value="oEmpty" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ConditionOperator" nillable="true" type="tns:ConditionOperator" />
  <xs:simpleType name="ValueType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="vConstant" />
      <xs:enumeration value="vExpression" />
      <xs:enumeration value="vDataField" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ValueType" nillable="true" type="tns:ValueType" />
  <xs:simpleType name="JunctionSide">
    <xs:restriction base="xs:string">
      <xs:enumeration value="jnsLeft" />
      <xs:enumeration value="jnsRight" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="JunctionSide" nillable="true" type="tns:JunctionSide" />
  <xs:simpleType name="JunctionType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="jntConst" />
      <xs:enumeration value="jntField" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="JunctionType" nillable="true" type="tns:JunctionType" />
  <xs:simpleType name="FullTextOptions">
    <xs:restriction base="xs:string">
      <xs:enumeration value="RawParams" />
      <xs:enumeration value="EnumFields" />
      <xs:enumeration value="LinkPath" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="FullTextOptions" nillable="true" type="tns:FullTextOptions" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfanyType">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>

Následuje schéma XML odpovědi:

<xs:schema xmlns:tns="K2.Data" elementFormDefault="qualified" targetNamespace="K2.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="DataObjectWrapper">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:DataContractBase">
        <xs:sequence>
          <xs:element name="DOClassName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Deleted" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="FieldValues" nillable="true" type="tns:ArrayOfNameValue" />
          <xs:element minOccurs="0" name="ItemURL" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="DataObjectWrapper" nillable="true" type="tns:DataObjectWrapper" />
  <xs:complexType name="DataContractBase">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="DataContractBase" nillable="true" type="tns:DataContractBase" />
  <xs:complexType name="ArrayOfNameValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="NameValue" nillable="true" type="tns:NameValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfNameValue" nillable="true" type="tns:ArrayOfNameValue" />
  <xs:complexType name="NameValue">
    <xs:sequence>
      <xs:element minOccurs="0" name="Changed" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="NoPermission" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NameValue" nillable="true" type="tns:NameValue" />
  <xs:complexType name="DataObjectCollectionWrapper">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:DataObjectWrapper" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DataObjectCollectionWrapper" nillable="true" type="tns:DataObjectCollectionWrapper" />
  <xs:complexType name="ChildDataObjectWrapper">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:DataContractBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="Items" nillable="true" type="tns:DataObjectCollectionWrapper" />
          <xs:element minOccurs="0" name="Selection" nillable="true" type="tns:Selection">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ChildDataObjectWrapper" nillable="true" type="tns:ChildDataObjectWrapper" />
  <xs:complexType name="Selection">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q1:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="SelectionId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="TopCount" type="xs:int" />
          <xs:element minOccurs="0" name="conditions" nillable="true" type="tns:NodeCondition" />
          <xs:element minOccurs="0" name="parameters" nillable="true" type="tns:ArrayOfSelectionParameter" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="Selection" nillable="true" type="tns:Selection" />
  <xs:complexType name="NodeCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="OperatorOR" type="xs:boolean" />
          <xs:element minOccurs="0" name="conditions" nillable="true" type="tns:ArrayOfBaseCondition" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="NodeCondition" nillable="true" type="tns:NodeCondition" />
  <xs:complexType name="BaseCondition">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q2:ClientServerObject">
        <xs:sequence />
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="BaseCondition" nillable="true" type="tns:BaseCondition" />
  <xs:complexType name="CurrentCompanyCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="Book" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="SetBooks" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="CurrentCompanyCondition" nillable="true" type="tns:CurrentCompanyCondition" />
  <xs:complexType name="FieldCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="Field" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="IsRemovable" type="xs:boolean" />
          <xs:element minOccurs="0" name="LikeStyle" xmlns:q3="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q3:LikeStyle" />
          <xs:element minOccurs="0" name="Negation" type="xs:boolean" />
          <xs:element minOccurs="0" name="Operator" xmlns:q4="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q4:ConditionOperator" />
          <xs:element minOccurs="0" name="Options" type="xs:unsignedShort" />
          <xs:element minOccurs="0" name="ValueType" xmlns:q5="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q5:ValueType" />
          <xs:element minOccurs="0" name="Values" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfanyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="FieldCondition" nillable="true" type="tns:FieldCondition" />
  <xs:complexType name="MasterCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:FieldCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="MasterField" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="MasterCondition" nillable="true" type="tns:MasterCondition" />
  <xs:complexType name="JunctionCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:MasterCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="TableNo" type="xs:int" />
          <xs:element minOccurs="0" name="junctionItems" nillable="true" type="tns:ArrayOfJunctionItem" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="JunctionCondition" nillable="true" type="tns:JunctionCondition" />
  <xs:complexType name="ArrayOfJunctionItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="JunctionItem" nillable="true" type="tns:JunctionItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfJunctionItem" nillable="true" type="tns:ArrayOfJunctionItem" />
  <xs:complexType name="JunctionItem">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q7="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q7:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="JunctionNo" type="xs:int" />
          <xs:element minOccurs="0" name="Side" type="q7:JunctionSide" />
          <xs:element minOccurs="0" name="Type" type="q7:JunctionType" />
          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="JunctionItem" nillable="true" type="tns:JunctionItem" />
  <xs:complexType name="ChildCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="ProgName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Where" nillable="true" type="tns:Selection" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ChildCondition" nillable="true" type="tns:ChildCondition" />
  <xs:complexType name="FullTextCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="EnumFields" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="LinkPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Options" xmlns:q8="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q8:FullTextOptions" />
          <xs:element minOccurs="0" name="Params" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="FullTextCondition" nillable="true" type="tns:FullTextCondition" />
  <xs:complexType name="ArrayOfBaseCondition">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="BaseCondition" nillable="true" type="tns:BaseCondition" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfBaseCondition" nillable="true" type="tns:ArrayOfBaseCondition" />
  <xs:complexType name="ArrayOfSelectionParameter">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SelectionParameter" nillable="true" type="tns:SelectionParameter" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfSelectionParameter" nillable="true" type="tns:ArrayOfSelectionParameter" />
  <xs:complexType name="SelectionParameter">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q9="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q9:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="Enabled" type="xs:boolean" />
          <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Values" nillable="true" xmlns:q10="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q10:ArrayOfanyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="SelectionParameter" nillable="true" type="tns:SelectionParameter" />
  <xs:complexType name="SelectionPrompt">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:SelectionParameter">
        <xs:sequence>
          <xs:element minOccurs="0" name="ChildPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FieldPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FieldVarType" type="xs:unsignedShort" />
          <xs:element minOccurs="0" name="Operator" xmlns:q11="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q11:ConditionOperator" />
          <xs:element minOccurs="0" name="ParamCount" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="SelectionPrompt" nillable="true" type="tns:SelectionPrompt" />
  <xs:complexType name="ESBasketItemsData">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q12="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q12:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="BasketItems" nillable="true" type="tns:ArrayOfESOrderBasketItem" />
          <xs:element minOccurs="0" name="BasketRID" type="xs:long" />
          <xs:element minOccurs="0" name="CouponCode" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="CouponError" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="CouponPriceGross" type="xs:decimal" />
          <xs:element minOccurs="0" name="CouponPriceNet" type="xs:decimal" />
          <xs:element minOccurs="0" name="CouponRID" type="xs:long" />
          <xs:element minOccurs="0" name="Fields" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceGross" type="xs:decimal" />
          <xs:element minOccurs="0" name="PriceNet" type="xs:decimal" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ESBasketItemsData" nillable="true" type="tns:ESBasketItemsData" />
  <xs:complexType name="ArrayOfESOrderBasketItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ESOrderBasketItem" nillable="true" type="tns:ESOrderBasketItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfESOrderBasketItem" nillable="true" type="tns:ArrayOfESOrderBasketItem" />
  <xs:complexType name="ESOrderBasketItem">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q13="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q13:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="AdditionalInformation" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ChangedElement" type="xs:unsignedByte">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Fields" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="GoodsId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ItemRID" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PercentageReduction" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceBruto" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceNetto" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Quantity" type="xs:double">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="QuickOrderErr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="QuickOrderIdentifier" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Reduction" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ReturnAllItems" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="TaxGroup" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ESOrderBasketItem" nillable="true" type="tns:ESOrderBasketItem" />
</xs:schema>

Schémata XML další odpovědi:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ClientServerObject">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="ClientServerObject" nillable="true" type="tns:ClientServerObject" />
  <xs:simpleType name="LikeStyle">
    <xs:restriction base="xs:string">
      <xs:enumeration value="lAnyWhere" />
      <xs:enumeration value="lBeginning" />
      <xs:enumeration value="lStrict" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="LikeStyle" nillable="true" type="tns:LikeStyle" />
  <xs:simpleType name="ConditionOperator">
    <xs:restriction base="xs:string">
      <xs:enumeration value="oUnknown" />
      <xs:enumeration value="oLess" />
      <xs:enumeration value="oLessOrEqual" />
      <xs:enumeration value="oEqual" />
      <xs:enumeration value="oNotEqual" />
      <xs:enumeration value="oGreaterOrEqual" />
      <xs:enumeration value="oGreater" />
      <xs:enumeration value="oLike" />
      <xs:enumeration value="oBetween" />
      <xs:enumeration value="oIn" />
      <xs:enumeration value="oEmpty" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ConditionOperator" nillable="true" type="tns:ConditionOperator" />
  <xs:simpleType name="ValueType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="vConstant" />
      <xs:enumeration value="vExpression" />
      <xs:enumeration value="vDataField" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ValueType" nillable="true" type="tns:ValueType" />
  <xs:simpleType name="JunctionSide">
    <xs:restriction base="xs:string">
      <xs:enumeration value="jnsLeft" />
      <xs:enumeration value="jnsRight" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="JunctionSide" nillable="true" type="tns:JunctionSide" />
  <xs:simpleType name="JunctionType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="jntConst" />
      <xs:enumeration value="jntField" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="JunctionType" nillable="true" type="tns:JunctionType" />
  <xs:simpleType name="FullTextOptions">
    <xs:restriction base="xs:string">
      <xs:enumeration value="RawParams" />
      <xs:enumeration value="EnumFields" />
      <xs:enumeration value="LinkPath" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="FullTextOptions" nillable="true" type="tns:FullTextOptions" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfanyType">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>