Reference for https://pos.me-retail.com/iVendAPI/iVendAPI.svc/WebAPI/GetEnterprise/
Url: https://pos.me-retail.com/iVendAPI/iVendAPI.svc/WebAPI/GetEnterprise/
HTTP Method: GET
This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.
Message direction | Format | Body |
---|---|---|
Request | N/A | The Request body is empty. |
Response | Xml | Example,Schema |
Response | Json | Example |
The following is an example response Xml body:
<Enterprise xmlns="http://www.iVend.com/IIntegrationService/2010/12"> <Message>String content</Message> <GenerateIntegrationEvent>true</GenerateIntegrationEvent> <EnterpriseName>String content</EnterpriseName> <UserFieldsList> <UserFields> <FieldName>String content</FieldName> <FieldValue>String content</FieldValue> <FieldType>String</FieldType> </UserFields> <UserFields> <FieldName>String content</FieldName> <FieldValue>String content</FieldValue> <FieldType>String</FieldType> </UserFields> </UserFieldsList> <Key>String content</Key> <AddressKey>String content</AddressKey> <AllowBackDateAtEndOfDay>true</AllowBackDateAtEndOfDay> <AllowGiftCertificateSaleRedemption>true</AllowGiftCertificateSaleRedemption> <AllowMultipleSalesPersonOnItem>true</AllowMultipleSalesPersonOnItem> <AllowMultipleTransactionMode>true</AllowMultipleTransactionMode> <AllowNegativeInventory>true</AllowNegativeInventory> <AllowOverReceivingInGRPO>true</AllowOverReceivingInGRPO> <AllowOverReceivingInStockTransfer>true</AllowOverReceivingInStockTransfer> <AllowPartialReceivingOfInventory>true</AllowPartialReceivingOfInventory> <ApplyLayawayOnSale>true</ApplyLayawayOnSale> <AssignCustomersToAllSubsidiary>true</AssignCustomersToAllSubsidiary> <CanDeliverFromGeneralWarehouse>true</CanDeliverFromGeneralWarehouse> <CheckCustomerCreditLimit>true</CheckCustomerCreditLimit> <CollectSaleOrderAdvance>true</CollectSaleOrderAdvance> <CompanyName>String content</CompanyName> <ERPSystemType>None</ERPSystemType> <EnableLocation>true</EnableLocation> <FederalTaxId>String content</FederalTaxId> <IgnoreDiscountItemsForSaleDiscount>true</IgnoreDiscountItemsForSaleDiscount> <IsLoyaltyEnabled>true</IsLoyaltyEnabled> <IsMultipleSubsidiaryEnabled>true</IsMultipleSubsidiaryEnabled> <IsPassbookIntegrated>true</IsPassbookIntegrated> <IsTrxServerIntegrated>true</IsTrxServerIntegrated> <LocalizationType>None</LocalizationType> <LoyaltyServiceEndPoint>String content</LoyaltyServiceEndPoint> <OpenSalesAttributeAutomatically>true</OpenSalesAttributeAutomatically> <ParticipateInUserExperience>true</ParticipateInUserExperience> <PricingResolution>None</PricingResolution> <PurchaseTaxCodeId>String content</PurchaseTaxCodeId> <PurchaseTaxCodeKey>String content</PurchaseTaxCodeKey> <RetailProfileId>String content</RetailProfileId> <RetailProfileKey>String content</RetailProfileKey> <RollupInterval>2147483647</RollupInterval> <RollupIntervalType>None</RollupIntervalType> <RollupOnlyCashCustomerInvoices>true</RollupOnlyCashCustomerInvoices> <RoundAmountInInvoice>true</RoundAmountInInvoice> <RoundingType>RoundUp</RoundingType> <SaleDiscountAfterTax>true</SaleDiscountAfterTax> <SellTaxCodeId>String content</SellTaxCodeId> <SellTaxCodeKey>String content</SellTaxCodeKey> <ShowProductListByVendor>true</ShowProductListByVendor> <UseCashCustomerForConsolidation>true</UseCashCustomerForConsolidation> <UseInterstoreTransaction>true</UseInterstoreTransaction> <UseSerialBasedPricing>true</UseSerialBasedPricing> <UseTransactionConsolidation>true</UseTransactionConsolidation> <UseTransactionConsolidationOriginal>true</UseTransactionConsolidationOriginal> <Id>String content</Id> </Enterprise>
The following is an example response Json body:
{ "Message":"String content", "GenerateIntegrationEvent":true, "EnterpriseName":"String content", "UserFieldsList":[{ "FieldName":"String content", "FieldValue":"String content", "FieldType":0 }], "Key":"String content", "AddressKey":"String content", "AllowBackDateAtEndOfDay":true, "AllowGiftCertificateSaleRedemption":true, "AllowMultipleSalesPersonOnItem":true, "AllowMultipleTransactionMode":true, "AllowNegativeInventory":true, "AllowOverReceivingInGRPO":true, "AllowOverReceivingInStockTransfer":true, "AllowPartialReceivingOfInventory":true, "ApplyLayawayOnSale":true, "AssignCustomersToAllSubsidiary":true, "CanDeliverFromGeneralWarehouse":true, "CheckCustomerCreditLimit":true, "CollectSaleOrderAdvance":true, "CompanyName":"String content", "ERPSystemType":0, "EnableLocation":true, "FederalTaxId":"String content", "IgnoreDiscountItemsForSaleDiscount":true, "IsLoyaltyEnabled":true, "IsMultipleSubsidiaryEnabled":true, "IsPassbookIntegrated":true, "IsTrxServerIntegrated":true, "LocalizationType":0, "LoyaltyServiceEndPoint":"String content", "OpenSalesAttributeAutomatically":true, "ParticipateInUserExperience":true, "PricingResolution":0, "PurchaseTaxCodeId":"String content", "PurchaseTaxCodeKey":"String content", "RetailProfileId":"String content", "RetailProfileKey":"String content", "RollupInterval":2147483647, "RollupIntervalType":0, "RollupOnlyCashCustomerInvoices":true, "RoundAmountInInvoice":true, "RoundingType":0, "SaleDiscountAfterTax":true, "SellTaxCodeId":"String content", "SellTaxCodeKey":"String content", "ShowProductListByVendor":true, "UseCashCustomerForConsolidation":true, "UseInterstoreTransaction":true, "UseSerialBasedPricing":true, "UseTransactionConsolidation":true, "UseTransactionConsolidationOriginal":true, "Id":"String content" }
The following is the response Xml Schema:
<xs:schema xmlns:tns="http://www.iVend.com/IIntegrationService/2010/12" elementFormDefault="qualified" targetNamespace="http://www.iVend.com/IIntegrationService/2010/12" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" /> <xs:import namespace="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" /> <xs:import namespace="http://schemas.datacontract.org/2004/07/CXS.Platform.DomainObjects" /> <xs:import namespace="http://schemas.datacontract.org/2004/07/CXS.Framework.Core" /> <xs:complexType name="Enterprise"> <xs:complexContent mixed="false"> <xs:extension base="tns:BaseWrapper"> <xs:sequence> <xs:element minOccurs="0" name="AddressKey" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="AllowBackDateAtEndOfDay" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowGiftCertificateSaleRedemption" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowMultipleSalesPersonOnItem" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowMultipleTransactionMode" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowNegativeInventory" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowOverReceivingInGRPO" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowOverReceivingInStockTransfer" type="xs:boolean" /> <xs:element minOccurs="0" name="AllowPartialReceivingOfInventory" type="xs:boolean" /> <xs:element minOccurs="0" name="ApplyLayawayOnSale" type="xs:boolean" /> <xs:element minOccurs="0" name="AssignCustomersToAllSubsidiary" type="xs:boolean" /> <xs:element minOccurs="0" name="CanDeliverFromGeneralWarehouse" type="xs:boolean" /> <xs:element minOccurs="0" name="CheckCustomerCreditLimit" type="xs:boolean" /> <xs:element minOccurs="0" name="CollectSaleOrderAdvance" type="xs:boolean" /> <xs:element minOccurs="0" name="CompanyName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ERPSystemType" xmlns:q1="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" type="q1:ERPSystemType" /> <xs:element minOccurs="0" name="EnableLocation" type="xs:boolean" /> <xs:element minOccurs="0" name="FederalTaxId" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="IgnoreDiscountItemsForSaleDiscount" type="xs:boolean" /> <xs:element minOccurs="0" name="IsLoyaltyEnabled" type="xs:boolean" /> <xs:element minOccurs="0" name="IsMultipleSubsidiaryEnabled" type="xs:boolean" /> <xs:element minOccurs="0" name="IsPassbookIntegrated" type="xs:boolean" /> <xs:element minOccurs="0" name="IsTrxServerIntegrated" type="xs:boolean" /> <xs:element minOccurs="0" name="LocalizationType" xmlns:q2="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" type="q2:LocalizationType" /> <xs:element minOccurs="0" name="LoyaltyServiceEndPoint" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OpenSalesAttributeAutomatically" type="xs:boolean" /> <xs:element minOccurs="0" name="ParticipateInUserExperience" type="xs:boolean" /> <xs:element minOccurs="0" name="PricingResolution" xmlns:q3="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" type="q3:PricingResolution" /> <xs:element minOccurs="0" name="PurchaseTaxCodeId" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PurchaseTaxCodeKey" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="RetailProfileId" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="RetailProfileKey" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="RollupInterval" type="xs:int" /> <xs:element minOccurs="0" name="RollupIntervalType" xmlns:q4="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" type="q4:RollupIntervalType" /> <xs:element minOccurs="0" name="RollupOnlyCashCustomerInvoices" type="xs:boolean" /> <xs:element minOccurs="0" name="RoundAmountInInvoice" type="xs:boolean" /> <xs:element minOccurs="0" name="RoundingType" xmlns:q5="http://schemas.datacontract.org/2004/07/CXS.Platform.DomainObjects" type="q5:RoundingType" /> <xs:element minOccurs="0" name="SaleDiscountAfterTax" type="xs:boolean" /> <xs:element minOccurs="0" name="SellTaxCodeId" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SellTaxCodeKey" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ShowProductListByVendor" type="xs:boolean" /> <xs:element minOccurs="0" name="UseCashCustomerForConsolidation" type="xs:boolean" /> <xs:element minOccurs="0" name="UseInterstoreTransaction" type="xs:boolean" /> <xs:element minOccurs="0" name="UseSerialBasedPricing" type="xs:boolean" /> <xs:element minOccurs="0" name="UseTransactionConsolidation" type="xs:boolean" /> <xs:element minOccurs="0" name="UseTransactionConsolidationOriginal" nillable="true" type="xs:boolean" /> <xs:element name="Id" nillable="true" type="xs:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="Enterprise" nillable="true" type="tns:Enterprise" /> <xs:complexType name="BaseWrapper"> <xs:sequence> <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="GenerateIntegrationEvent" type="xs:boolean" /> <xs:element minOccurs="0" name="EnterpriseName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserFieldsList" nillable="true" type="tns:ArrayOfUserFields" /> <xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="BaseWrapper" nillable="true" type="tns:BaseWrapper" /> <xs:complexType name="ArrayOfUserFields"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="UserFields" nillable="true" type="tns:UserFields" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfUserFields" nillable="true" type="tns:ArrayOfUserFields" /> <xs:complexType name="UserFields"> <xs:sequence> <xs:element name="FieldName" nillable="true" type="xs:string" /> <xs:element name="FieldValue" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="FieldType" xmlns:q6="http://schemas.datacontract.org/2004/07/CXS.Framework.Core" type="q6:UserDefinedFieldDataType" /> </xs:sequence> </xs:complexType> <xs:element name="UserFields" nillable="true" type="tns:UserFields" /> </xs:schema>
Additional response Xml Schemas:
<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/CXS.Framework.Core" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CXS.Framework.Core" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:simpleType name="UserDefinedFieldDataType"> <xs:restriction base="xs:string"> <xs:enumeration value="String"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Int32"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Currency"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Decimal"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="DateTime"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ValidValues"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Int64"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Boolean"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Image"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="UserDefinedFieldDataType" nillable="true" type="tns:UserDefinedFieldDataType" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:simpleType name="ERPSystemType"> <xs:restriction base="xs:string"> <xs:enumeration value="None"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="iVendUnplugged"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SAPBusinessOne_90_91"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="OthersWithAPI"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SAPBusinessOneStartPack_90_91"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Business_Central"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SAPBusinessOne_92AndAbove"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="ERPSystemType" nillable="true" type="tns:ERPSystemType" /> <xs:simpleType name="LocalizationType"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="AUSTRALIA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="AUSTRIA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="BELGIUM"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="BRAZIL"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">38</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CANADA" /> <xs:enumeration value="CHILE"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CHINA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">27</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="COSTARICA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CYPRUS"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="CZECHREPUBLIC"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="DENMARK"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="DOMINICAN_REPUBLIC"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">35</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ECUADOR"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">37</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="FINLAND" /> <xs:enumeration value="FRANCE" /> <xs:enumeration value="GERMANY" /> <xs:enumeration value="GUATEMALA" /> <xs:enumeration value="HUNGARY" /> <xs:enumeration value="INDIA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ISRAEL"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">36</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ITALY"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">34</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="JAPAN"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">19</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="KOREA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="MEXICO"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">21</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NETHERLANDS"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">22</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NEWZEALAND"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">23</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NORWAY"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">24</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PANAMA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">25</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="POLAND"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">26</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="RUSSIA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">28</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SINGAPORE"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SLOVAKIA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">29</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SOUTHAFRICA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SPAIN"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">31</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SWEDEN"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="SWITZERLAND"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">33</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="UK"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="USA"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="PHILIPPINES" /> </xs:restriction> </xs:simpleType> <xs:element name="LocalizationType" nillable="true" type="tns:LocalizationType" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:simpleType name="PricingResolution"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="ResolvedToLowest" /> <xs:enumeration value="ResolvedToHighest" /> </xs:restriction> </xs:simpleType> <xs:element name="PricingResolution" nillable="true" type="tns:PricingResolution" /> <xs:simpleType name="RollupIntervalType"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="RollupEveryDayAt" /> <xs:enumeration value="RollupAfterHours" /> </xs:restriction> </xs:simpleType> <xs:element name="RollupIntervalType" nillable="true" type="tns:RollupIntervalType" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/CXS.Platform.DomainObjects" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CXS.Platform.DomainObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:simpleType name="RoundingType"> <xs:restriction base="xs:string"> <xs:enumeration value="RoundUp" /> <xs:enumeration value="RoundDown" /> <xs:enumeration value="RoundToNearest" /> <xs:enumeration value="ToEven" /> <xs:enumeration value="None" /> </xs:restriction> </xs:simpleType> <xs:element name="RoundingType" nillable="true" type="tns:RoundingType" /> </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>