Reference for https://pos.me-retail.com/iVendAPI/iVendAPI.svc/WebAPI/SaveStore/
Url: https://pos.me-retail.com/iVendAPI/iVendAPI.svc/WebAPI/SaveStore/
HTTP Method: POST
| Message direction | Format | Body |
|---|---|---|
| Request | Xml | Example,Schema |
| Request | Json | Example |
| Response | Xml | Example,Schema |
| Response | Json | Example |
The following is an example request Xml body:
<Store 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>
<Id>String content</Id>
<Description>String content</Description>
<RetailProfileId>String content</RetailProfileId>
<CashCustomerId>String content</CashCustomerId>
<PurchaseTaxCodeId>String content</PurchaseTaxCodeId>
<SalesTaxCodeId>String content</SalesTaxCodeId>
<WarehouseId>String content</WarehouseId>
<Email>String content</Email>
<BankAccount>String content</BankAccount>
<Bank>String content</Bank>
<FulfillmentPlanId>String content</FulfillmentPlanId>
<Address1>String content</Address1>
<Address2>String content</Address2>
<Address3>String content</Address3>
<City>String content</City>
<ZipCode>String content</ZipCode>
<PhoneNumber>String content</PhoneNumber>
<CustomerLength>2147483647</CustomerLength>
<CustomerPrefix>String content</CustomerPrefix>
<CustomerStartNumber>2147483647</CustomerStartNumber>
<VendorLength>2147483647</VendorLength>
<VendorPrefix>String content</VendorPrefix>
<VendorStartNumber>2147483647</VendorStartNumber>
<ProductLength>2147483647</ProductLength>
<ProductPrefix>String content</ProductPrefix>
<ProductStartNumber>2147483647</ProductStartNumber>
<LayawayPlanId>String content</LayawayPlanId>
<SalesPersonId>String content</SalesPersonId>
<PricingStoreGroupId>String content</PricingStoreGroupId>
<PriceListId>String content</PriceListId>
<DefaultNumberSeriesId>String content</DefaultNumberSeriesId>
<SiteId>2147483647</SiteId>
<StoreType>RetailStore</StoreType>
<BusinessDate>1999-05-31T11:20:00</BusinessDate>
<TaxationStoreGroupKey>String content</TaxationStoreGroupKey>
<LayawayFulfillmentPlanId>String content</LayawayFulfillmentPlanId>
<BaseCurrencyKey>String content</BaseCurrencyKey>
<StateId>String content</StateId>
<CounrtyId>String content</CounrtyId>
<SubsidiaryId>String content</SubsidiaryId>
<CustomerPriceGroupId>String content</CustomerPriceGroupId>
<StorePriceListCollection>
<StorePriceList>
<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>
<FromEffectiveDate>1999-05-31T11:20:00</FromEffectiveDate>
<PriceListId>String content</PriceListId>
<SourceId>String content</SourceId>
<SourceType>Store</SourceType>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SubsidiaryId>String content</SubsidiaryId>
</StorePriceList>
<StorePriceList>
<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>
<FromEffectiveDate>1999-05-31T11:20:00</FromEffectiveDate>
<PriceListId>String content</PriceListId>
<SourceId>String content</SourceId>
<SourceType>Store</SourceType>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SubsidiaryId>String content</SubsidiaryId>
</StorePriceList>
</StorePriceListCollection>
<TaxNumber>String content</TaxNumber>
<RetailProfileKey>String content</RetailProfileKey>
<CashCustomerKey>String content</CashCustomerKey>
<SalesTaxCodeKey>String content</SalesTaxCodeKey>
<PurchaseTaxCodeKey>String content</PurchaseTaxCodeKey>
<WarehouseKey>String content</WarehouseKey>
<RetailPriceListKey>String content</RetailPriceListKey>
<LayawayPlanKey>String content</LayawayPlanKey>
<FulfillmentPlanKey>String content</FulfillmentPlanKey>
<LayawayFulfillmentPlanKey>String content</LayawayFulfillmentPlanKey>
<AddressKey>String content</AddressKey>
<HardwareProfileKey>String content</HardwareProfileKey>
<StateKey>String content</StateKey>
<CountryKey>String content</CountryKey>
<SubsidiaryKey>String content</SubsidiaryKey>
<CustomerPriceGroupKey>String content</CustomerPriceGroupKey>
<PricingStoreGroupKey>String content</PricingStoreGroupKey>
<SalesPersonKey>String content</SalesPersonKey>
<BusinessDateInString>String content</BusinessDateInString>
</Store>
The following is an example request Json body:
{
"Message":"String content",
"GenerateIntegrationEvent":true,
"EnterpriseName":"String content",
"UserFieldsList":[{
"FieldName":"String content",
"FieldValue":"String content",
"FieldType":0
}],
"Key":"String content",
"Id":"String content",
"Description":"String content",
"RetailProfileId":"String content",
"CashCustomerId":"String content",
"PurchaseTaxCodeId":"String content",
"SalesTaxCodeId":"String content",
"WarehouseId":"String content",
"Email":"String content",
"BankAccount":"String content",
"Bank":"String content",
"FulfillmentPlanId":"String content",
"Address1":"String content",
"Address2":"String content",
"Address3":"String content",
"City":"String content",
"ZipCode":"String content",
"PhoneNumber":"String content",
"CustomerLength":2147483647,
"CustomerPrefix":"String content",
"CustomerStartNumber":2147483647,
"VendorLength":2147483647,
"VendorPrefix":"String content",
"VendorStartNumber":2147483647,
"ProductLength":2147483647,
"ProductPrefix":"String content",
"ProductStartNumber":2147483647,
"LayawayPlanId":"String content",
"SalesPersonId":"String content",
"PricingStoreGroupId":"String content",
"PriceListId":"String content",
"DefaultNumberSeriesId":"String content",
"SiteId":2147483647,
"StoreType":0,
"BusinessDate":"\/Date(928138800000+0300)\/",
"TaxationStoreGroupKey":"String content",
"LayawayFulfillmentPlanId":"String content",
"BaseCurrencyKey":"String content",
"StateId":"String content",
"CounrtyId":"String content",
"SubsidiaryId":"String content",
"CustomerPriceGroupId":"String content",
"StorePriceListCollection":[{
"Message":"String content",
"GenerateIntegrationEvent":true,
"EnterpriseName":"String content",
"UserFieldsList":[{
"FieldName":"String content",
"FieldValue":"String content",
"FieldType":0
}],
"Key":"String content",
"FromEffectiveDate":"\/Date(928138800000+0300)\/",
"PriceListId":"String content",
"SourceId":"String content",
"SourceType":0,
"IsActive":true,
"IsDeleted":true,
"SubsidiaryId":"String content"
}],
"TaxNumber":"String content",
"RetailProfileKey":"String content",
"CashCustomerKey":"String content",
"SalesTaxCodeKey":"String content",
"PurchaseTaxCodeKey":"String content",
"WarehouseKey":"String content",
"RetailPriceListKey":"String content",
"LayawayPlanKey":"String content",
"FulfillmentPlanKey":"String content",
"LayawayFulfillmentPlanKey":"String content",
"AddressKey":"String content",
"HardwareProfileKey":"String content",
"StateKey":"String content",
"CountryKey":"String content",
"SubsidiaryKey":"String content",
"CustomerPriceGroupKey":"String content",
"PricingStoreGroupKey":"String content",
"SalesPersonKey":"String content",
"BusinessDateInString":"String content"
}
The following is an example response Xml body:
<Store 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>
<Id>String content</Id>
<Description>String content</Description>
<RetailProfileId>String content</RetailProfileId>
<CashCustomerId>String content</CashCustomerId>
<PurchaseTaxCodeId>String content</PurchaseTaxCodeId>
<SalesTaxCodeId>String content</SalesTaxCodeId>
<WarehouseId>String content</WarehouseId>
<Email>String content</Email>
<BankAccount>String content</BankAccount>
<Bank>String content</Bank>
<FulfillmentPlanId>String content</FulfillmentPlanId>
<Address1>String content</Address1>
<Address2>String content</Address2>
<Address3>String content</Address3>
<City>String content</City>
<ZipCode>String content</ZipCode>
<PhoneNumber>String content</PhoneNumber>
<CustomerLength>2147483647</CustomerLength>
<CustomerPrefix>String content</CustomerPrefix>
<CustomerStartNumber>2147483647</CustomerStartNumber>
<VendorLength>2147483647</VendorLength>
<VendorPrefix>String content</VendorPrefix>
<VendorStartNumber>2147483647</VendorStartNumber>
<ProductLength>2147483647</ProductLength>
<ProductPrefix>String content</ProductPrefix>
<ProductStartNumber>2147483647</ProductStartNumber>
<LayawayPlanId>String content</LayawayPlanId>
<SalesPersonId>String content</SalesPersonId>
<PricingStoreGroupId>String content</PricingStoreGroupId>
<PriceListId>String content</PriceListId>
<DefaultNumberSeriesId>String content</DefaultNumberSeriesId>
<SiteId>2147483647</SiteId>
<StoreType>RetailStore</StoreType>
<BusinessDate>1999-05-31T11:20:00</BusinessDate>
<TaxationStoreGroupKey>String content</TaxationStoreGroupKey>
<LayawayFulfillmentPlanId>String content</LayawayFulfillmentPlanId>
<BaseCurrencyKey>String content</BaseCurrencyKey>
<StateId>String content</StateId>
<CounrtyId>String content</CounrtyId>
<SubsidiaryId>String content</SubsidiaryId>
<CustomerPriceGroupId>String content</CustomerPriceGroupId>
<StorePriceListCollection>
<StorePriceList>
<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>
<FromEffectiveDate>1999-05-31T11:20:00</FromEffectiveDate>
<PriceListId>String content</PriceListId>
<SourceId>String content</SourceId>
<SourceType>Store</SourceType>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SubsidiaryId>String content</SubsidiaryId>
</StorePriceList>
<StorePriceList>
<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>
<FromEffectiveDate>1999-05-31T11:20:00</FromEffectiveDate>
<PriceListId>String content</PriceListId>
<SourceId>String content</SourceId>
<SourceType>Store</SourceType>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SubsidiaryId>String content</SubsidiaryId>
</StorePriceList>
</StorePriceListCollection>
<TaxNumber>String content</TaxNumber>
<RetailProfileKey>String content</RetailProfileKey>
<CashCustomerKey>String content</CashCustomerKey>
<SalesTaxCodeKey>String content</SalesTaxCodeKey>
<PurchaseTaxCodeKey>String content</PurchaseTaxCodeKey>
<WarehouseKey>String content</WarehouseKey>
<RetailPriceListKey>String content</RetailPriceListKey>
<LayawayPlanKey>String content</LayawayPlanKey>
<FulfillmentPlanKey>String content</FulfillmentPlanKey>
<LayawayFulfillmentPlanKey>String content</LayawayFulfillmentPlanKey>
<AddressKey>String content</AddressKey>
<HardwareProfileKey>String content</HardwareProfileKey>
<StateKey>String content</StateKey>
<CountryKey>String content</CountryKey>
<SubsidiaryKey>String content</SubsidiaryKey>
<CustomerPriceGroupKey>String content</CustomerPriceGroupKey>
<PricingStoreGroupKey>String content</PricingStoreGroupKey>
<SalesPersonKey>String content</SalesPersonKey>
<BusinessDateInString>String content</BusinessDateInString>
</Store>
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",
"Id":"String content",
"Description":"String content",
"RetailProfileId":"String content",
"CashCustomerId":"String content",
"PurchaseTaxCodeId":"String content",
"SalesTaxCodeId":"String content",
"WarehouseId":"String content",
"Email":"String content",
"BankAccount":"String content",
"Bank":"String content",
"FulfillmentPlanId":"String content",
"Address1":"String content",
"Address2":"String content",
"Address3":"String content",
"City":"String content",
"ZipCode":"String content",
"PhoneNumber":"String content",
"CustomerLength":2147483647,
"CustomerPrefix":"String content",
"CustomerStartNumber":2147483647,
"VendorLength":2147483647,
"VendorPrefix":"String content",
"VendorStartNumber":2147483647,
"ProductLength":2147483647,
"ProductPrefix":"String content",
"ProductStartNumber":2147483647,
"LayawayPlanId":"String content",
"SalesPersonId":"String content",
"PricingStoreGroupId":"String content",
"PriceListId":"String content",
"DefaultNumberSeriesId":"String content",
"SiteId":2147483647,
"StoreType":0,
"BusinessDate":"\/Date(928138800000+0300)\/",
"TaxationStoreGroupKey":"String content",
"LayawayFulfillmentPlanId":"String content",
"BaseCurrencyKey":"String content",
"StateId":"String content",
"CounrtyId":"String content",
"SubsidiaryId":"String content",
"CustomerPriceGroupId":"String content",
"StorePriceListCollection":[{
"Message":"String content",
"GenerateIntegrationEvent":true,
"EnterpriseName":"String content",
"UserFieldsList":[{
"FieldName":"String content",
"FieldValue":"String content",
"FieldType":0
}],
"Key":"String content",
"FromEffectiveDate":"\/Date(928138800000+0300)\/",
"PriceListId":"String content",
"SourceId":"String content",
"SourceType":0,
"IsActive":true,
"IsDeleted":true,
"SubsidiaryId":"String content"
}],
"TaxNumber":"String content",
"RetailProfileKey":"String content",
"CashCustomerKey":"String content",
"SalesTaxCodeKey":"String content",
"PurchaseTaxCodeKey":"String content",
"WarehouseKey":"String content",
"RetailPriceListKey":"String content",
"LayawayPlanKey":"String content",
"FulfillmentPlanKey":"String content",
"LayawayFulfillmentPlanKey":"String content",
"AddressKey":"String content",
"HardwareProfileKey":"String content",
"StateKey":"String content",
"CountryKey":"String content",
"SubsidiaryKey":"String content",
"CustomerPriceGroupKey":"String content",
"PricingStoreGroupKey":"String content",
"SalesPersonKey":"String content",
"BusinessDateInString":"String content"
}
The following is the request 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.Framework.Core" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" />
<xs:complexType name="Store">
<xs:complexContent mixed="false">
<xs:extension base="tns:BaseWrapper">
<xs:sequence>
<xs:element name="Id" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RetailProfileId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CashCustomerId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PurchaseTaxCodeId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesTaxCodeId" nillable="true" type="xs:string" />
<xs:element name="WarehouseId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BankAccount" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Bank" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FulfillmentPlanId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address3" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
<xs:element name="CustomerLength" type="xs:int" />
<xs:element name="CustomerPrefix" nillable="true" type="xs:string" />
<xs:element name="CustomerStartNumber" type="xs:int" />
<xs:element name="VendorLength" type="xs:int" />
<xs:element name="VendorPrefix" nillable="true" type="xs:string" />
<xs:element name="VendorStartNumber" type="xs:int" />
<xs:element name="ProductLength" type="xs:int" />
<xs:element name="ProductPrefix" nillable="true" type="xs:string" />
<xs:element name="ProductStartNumber" type="xs:int" />
<xs:element minOccurs="0" name="LayawayPlanId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesPersonId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PricingStoreGroupId" nillable="true" type="xs:string" />
<xs:element name="PriceListId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DefaultNumberSeriesId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SiteId" type="xs:int" />
<xs:element name="StoreType" xmlns:q1="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" type="q1:StoreType" />
<xs:element name="BusinessDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="TaxationStoreGroupKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LayawayFulfillmentPlanId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BaseCurrencyKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StateId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CounrtyId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubsidiaryId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CustomerPriceGroupId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StorePriceListCollection" nillable="true" type="tns:ArrayOfStorePriceList" />
<xs:element minOccurs="0" name="TaxNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RetailProfileKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CashCustomerKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesTaxCodeKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PurchaseTaxCodeKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="WarehouseKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RetailPriceListKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LayawayPlanKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FulfillmentPlanKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LayawayFulfillmentPlanKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AddressKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HardwareProfileKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StateKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CountryKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubsidiaryKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CustomerPriceGroupKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PricingStoreGroupKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesPersonKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BusinessDateInString" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="Store" nillable="true" type="tns:Store" />
<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:q2="http://schemas.datacontract.org/2004/07/CXS.Framework.Core" type="q2:UserDefinedFieldDataType" />
</xs:sequence>
</xs:complexType>
<xs:element name="UserFields" nillable="true" type="tns:UserFields" />
<xs:complexType name="ArrayOfStorePriceList">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="StorePriceList" nillable="true" type="tns:StorePriceList" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfStorePriceList" nillable="true" type="tns:ArrayOfStorePriceList" />
<xs:complexType name="StorePriceList">
<xs:complexContent mixed="false">
<xs:extension base="tns:BaseWrapper">
<xs:sequence>
<xs:element name="FromEffectiveDate" type="xs:dateTime" />
<xs:element name="PriceListId" nillable="true" type="xs:string" />
<xs:element name="SourceId" nillable="true" type="xs:string" />
<xs:element name="SourceType" xmlns:q3="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" type="q3:PriceListSourceType" />
<xs:element name="IsActive" type="xs:boolean" />
<xs:element minOccurs="0" name="IsDeleted" type="xs:boolean" />
<xs:element minOccurs="0" name="SubsidiaryId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="StorePriceList" nillable="true" type="tns:StorePriceList" />
</xs:schema>
Additional request 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:simpleType name="StoreType">
<xs:restriction base="xs:string">
<xs:enumeration value="RetailStore" />
<xs:enumeration value="eCommerceStore" />
</xs:restriction>
</xs:simpleType>
<xs:element name="StoreType" nillable="true" type="tns:StoreType" />
</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="PriceListSourceType">
<xs:restriction base="xs:string">
<xs:enumeration value="Store" />
<xs:enumeration value="StoreGroup" />
</xs:restriction>
</xs:simpleType>
<xs:element name="PriceListSourceType" nillable="true" type="tns:PriceListSourceType" />
</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>
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.Framework.Core" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" />
<xs:complexType name="Store">
<xs:complexContent mixed="false">
<xs:extension base="tns:BaseWrapper">
<xs:sequence>
<xs:element name="Id" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RetailProfileId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CashCustomerId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PurchaseTaxCodeId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesTaxCodeId" nillable="true" type="xs:string" />
<xs:element name="WarehouseId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BankAccount" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Bank" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FulfillmentPlanId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address3" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
<xs:element name="CustomerLength" type="xs:int" />
<xs:element name="CustomerPrefix" nillable="true" type="xs:string" />
<xs:element name="CustomerStartNumber" type="xs:int" />
<xs:element name="VendorLength" type="xs:int" />
<xs:element name="VendorPrefix" nillable="true" type="xs:string" />
<xs:element name="VendorStartNumber" type="xs:int" />
<xs:element name="ProductLength" type="xs:int" />
<xs:element name="ProductPrefix" nillable="true" type="xs:string" />
<xs:element name="ProductStartNumber" type="xs:int" />
<xs:element minOccurs="0" name="LayawayPlanId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesPersonId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PricingStoreGroupId" nillable="true" type="xs:string" />
<xs:element name="PriceListId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DefaultNumberSeriesId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SiteId" type="xs:int" />
<xs:element name="StoreType" xmlns:q1="http://schemas.datacontract.org/2004/07/CXS.SubSystem.Core" type="q1:StoreType" />
<xs:element name="BusinessDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="TaxationStoreGroupKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LayawayFulfillmentPlanId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BaseCurrencyKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StateId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CounrtyId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubsidiaryId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CustomerPriceGroupId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StorePriceListCollection" nillable="true" type="tns:ArrayOfStorePriceList" />
<xs:element minOccurs="0" name="TaxNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RetailProfileKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CashCustomerKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesTaxCodeKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PurchaseTaxCodeKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="WarehouseKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RetailPriceListKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LayawayPlanKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FulfillmentPlanKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LayawayFulfillmentPlanKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AddressKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HardwareProfileKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StateKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CountryKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubsidiaryKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CustomerPriceGroupKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PricingStoreGroupKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SalesPersonKey" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BusinessDateInString" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="Store" nillable="true" type="tns:Store" />
<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:q2="http://schemas.datacontract.org/2004/07/CXS.Framework.Core" type="q2:UserDefinedFieldDataType" />
</xs:sequence>
</xs:complexType>
<xs:element name="UserFields" nillable="true" type="tns:UserFields" />
<xs:complexType name="ArrayOfStorePriceList">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="StorePriceList" nillable="true" type="tns:StorePriceList" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfStorePriceList" nillable="true" type="tns:ArrayOfStorePriceList" />
<xs:complexType name="StorePriceList">
<xs:complexContent mixed="false">
<xs:extension base="tns:BaseWrapper">
<xs:sequence>
<xs:element name="FromEffectiveDate" type="xs:dateTime" />
<xs:element name="PriceListId" nillable="true" type="xs:string" />
<xs:element name="SourceId" nillable="true" type="xs:string" />
<xs:element name="SourceType" xmlns:q3="http://schemas.datacontract.org/2004/07/CXS.SubSystem.RetailConfig" type="q3:PriceListSourceType" />
<xs:element name="IsActive" type="xs:boolean" />
<xs:element minOccurs="0" name="IsDeleted" type="xs:boolean" />
<xs:element minOccurs="0" name="SubsidiaryId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="StorePriceList" nillable="true" type="tns:StorePriceList" />
</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:simpleType name="StoreType">
<xs:restriction base="xs:string">
<xs:enumeration value="RetailStore" />
<xs:enumeration value="eCommerceStore" />
</xs:restriction>
</xs:simpleType>
<xs:element name="StoreType" nillable="true" type="tns:StoreType" />
</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="PriceListSourceType">
<xs:restriction base="xs:string">
<xs:enumeration value="Store" />
<xs:enumeration value="StoreGroup" />
</xs:restriction>
</xs:simpleType>
<xs:element name="PriceListSourceType" nillable="true" type="tns:PriceListSourceType" />
</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>