To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Crm/Orders/External HTTP/1.1
Host: apex.nikoratrade.ge
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<CreateCrmOrderFromExternalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Warehousing.Orders.External">
<RequestId>0</RequestId>
<ExtOrder xmlns:d2p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm.Orders">
<d2p1:OrderId>0</d2p1:OrderId>
<d2p1:CurrencyId>String</d2p1:CurrencyId>
<d2p1:Rate>0</d2p1:Rate>
<d2p1:OrderType>0</d2p1:OrderType>
<d2p1:OrderStatus>0</d2p1:OrderStatus>
<d2p1:OrderDate>0001-01-01T00:00:00</d2p1:OrderDate>
<d2p1:PayDate>0001-01-01T00:00:00</d2p1:PayDate>
<d2p1:Recipient xmlns:d3p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm">
<d3p1:Id>0</d3p1:Id>
<d3p1:CompanyId>0</d3p1:CompanyId>
<d3p1:ParentId>0</d3p1:ParentId>
<d3p1:Name>String</d3p1:Name>
<d3p1:NameEn>String</d3p1:NameEn>
<d3p1:AddressId>0</d3p1:AddressId>
<d3p1:Spend>false</d3p1:Spend>
<d3p1:Address>
<d3p1:Id>0</d3p1:Id>
<d3p1:CityId>String</d3p1:CityId>
<d3p1:BlockId>0</d3p1:BlockId>
<d3p1:PostalCode>String</d3p1:PostalCode>
<d3p1:FullAddress>String</d3p1:FullAddress>
<d3p1:Location xmlns:d5p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d5p1:Latitude>0</d5p1:Latitude>
<d5p1:Longitude>0</d5p1:Longitude>
</d3p1:Location>
</d3p1:Address>
<d3p1:Code>String</d3p1:Code>
<d3p1:BranchNum>0</d3p1:BranchNum>
<d3p1:GroupId>0</d3p1:GroupId>
<d3p1:Phone>String</d3p1:Phone>
<d3p1:Note>String</d3p1:Note>
<d3p1:Company>
<d3p1:Id>0</d3p1:Id>
<d3p1:Code>String</d3p1:Code>
<d3p1:Name>String</d3p1:Name>
<d3p1:NameEn>String</d3p1:NameEn>
<d3p1:IsOwn>false</d3p1:IsOwn>
<d3p1:IsPartner>false</d3p1:IsPartner>
<d3p1:IsCustomer>false</d3p1:IsCustomer>
<d3p1:IsSupplier>false</d3p1:IsSupplier>
<d3p1:AddressId>0</d3p1:AddressId>
<d3p1:Phone>String</d3p1:Phone>
<d3p1:Fax>String</d3p1:Fax>
<d3p1:Email>String</d3p1:Email>
<d3p1:Web>String</d3p1:Web>
<d3p1:Note>String</d3p1:Note>
<d3p1:Spend>false</d3p1:Spend>
<d3p1:Address>
<d3p1:Id>0</d3p1:Id>
<d3p1:CityId>String</d3p1:CityId>
<d3p1:BlockId>0</d3p1:BlockId>
<d3p1:PostalCode>String</d3p1:PostalCode>
<d3p1:FullAddress>String</d3p1:FullAddress>
<d3p1:Location xmlns:d6p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d6p1:Latitude>0</d6p1:Latitude>
<d6p1:Longitude>0</d6p1:Longitude>
</d3p1:Location>
</d3p1:Address>
<d3p1:VatType>0</d3p1:VatType>
</d3p1:Company>
<d3p1:CustomerParameters>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:CustomerType>0</d3p1:CustomerType>
<d3p1:ProductType>0</d3p1:ProductType>
<d3p1:CustomerCategory>0</d3p1:CustomerCategory>
<d3p1:CreditDays>0</d3p1:CreditDays>
<d3p1:CreditLimit>0</d3p1:CreditLimit>
<d3p1:OverdueLimit>0</d3p1:OverdueLimit>
</d3p1:CustomerParameters>
<d3p1:BranchProdSpendListType>0</d3p1:BranchProdSpendListType>
<d3p1:SupplierParams>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:ProdSupplyDays>0</d3p1:ProdSupplyDays>
<d3p1:MinOrderAmmount>0</d3p1:MinOrderAmmount>
<d3p1:OrderGenIntervalDays>0</d3p1:OrderGenIntervalDays>
<d3p1:Importer>false</d3p1:Importer>
<d3p1:MinOrderQuantity>0</d3p1:MinOrderQuantity>
<d3p1:AutoOrder>false</d3p1:AutoOrder>
</d3p1:SupplierParams>
<d3p1:BankAccounts>
<d3p1:CompanyBankAccount>
<d3p1:Id>0</d3p1:Id>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:BankId>String</d3p1:BankId>
<d3p1:Account>String</d3p1:Account>
<d3p1:Note>String</d3p1:Note>
<d3p1:IsDefault>false</d3p1:IsDefault>
<d3p1:IntermediaryBankId>String</d3p1:IntermediaryBankId>
<d3p1:IntermediaryAccount>String</d3p1:IntermediaryAccount>
<d3p1:CurrencyId>String</d3p1:CurrencyId>
</d3p1:CompanyBankAccount>
</d3p1:BankAccounts>
<d3p1:BranchAccounts>
<d3p1:CompanyBranchAccount>
<d3p1:Id>0</d3p1:Id>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:AccType>0</d3p1:AccType>
<d3p1:Account>String</d3p1:Account>
</d3p1:CompanyBranchAccount>
</d3p1:BranchAccounts>
</d2p1:Recipient>
<d2p1:Supplier xmlns:d3p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm">
<d3p1:Id>0</d3p1:Id>
<d3p1:CompanyId>0</d3p1:CompanyId>
<d3p1:ParentId>0</d3p1:ParentId>
<d3p1:Name>String</d3p1:Name>
<d3p1:NameEn>String</d3p1:NameEn>
<d3p1:AddressId>0</d3p1:AddressId>
<d3p1:Spend>false</d3p1:Spend>
<d3p1:Address>
<d3p1:Id>0</d3p1:Id>
<d3p1:CityId>String</d3p1:CityId>
<d3p1:BlockId>0</d3p1:BlockId>
<d3p1:PostalCode>String</d3p1:PostalCode>
<d3p1:FullAddress>String</d3p1:FullAddress>
<d3p1:Location xmlns:d5p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d5p1:Latitude>0</d5p1:Latitude>
<d5p1:Longitude>0</d5p1:Longitude>
</d3p1:Location>
</d3p1:Address>
<d3p1:Code>String</d3p1:Code>
<d3p1:BranchNum>0</d3p1:BranchNum>
<d3p1:GroupId>0</d3p1:GroupId>
<d3p1:Phone>String</d3p1:Phone>
<d3p1:Note>String</d3p1:Note>
<d3p1:Company>
<d3p1:Id>0</d3p1:Id>
<d3p1:Code>String</d3p1:Code>
<d3p1:Name>String</d3p1:Name>
<d3p1:NameEn>String</d3p1:NameEn>
<d3p1:IsOwn>false</d3p1:IsOwn>
<d3p1:IsPartner>false</d3p1:IsPartner>
<d3p1:IsCustomer>false</d3p1:IsCustomer>
<d3p1:IsSupplier>false</d3p1:IsSupplier>
<d3p1:AddressId>0</d3p1:AddressId>
<d3p1:Phone>String</d3p1:Phone>
<d3p1:Fax>String</d3p1:Fax>
<d3p1:Email>String</d3p1:Email>
<d3p1:Web>String</d3p1:Web>
<d3p1:Note>String</d3p1:Note>
<d3p1:Spend>false</d3p1:Spend>
<d3p1:Address>
<d3p1:Id>0</d3p1:Id>
<d3p1:CityId>String</d3p1:CityId>
<d3p1:BlockId>0</d3p1:BlockId>
<d3p1:PostalCode>String</d3p1:PostalCode>
<d3p1:FullAddress>String</d3p1:FullAddress>
<d3p1:Location xmlns:d6p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d6p1:Latitude>0</d6p1:Latitude>
<d6p1:Longitude>0</d6p1:Longitude>
</d3p1:Location>
</d3p1:Address>
<d3p1:VatType>0</d3p1:VatType>
</d3p1:Company>
<d3p1:CustomerParameters>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:CustomerType>0</d3p1:CustomerType>
<d3p1:ProductType>0</d3p1:ProductType>
<d3p1:CustomerCategory>0</d3p1:CustomerCategory>
<d3p1:CreditDays>0</d3p1:CreditDays>
<d3p1:CreditLimit>0</d3p1:CreditLimit>
<d3p1:OverdueLimit>0</d3p1:OverdueLimit>
</d3p1:CustomerParameters>
<d3p1:BranchProdSpendListType>0</d3p1:BranchProdSpendListType>
<d3p1:SupplierParams>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:ProdSupplyDays>0</d3p1:ProdSupplyDays>
<d3p1:MinOrderAmmount>0</d3p1:MinOrderAmmount>
<d3p1:OrderGenIntervalDays>0</d3p1:OrderGenIntervalDays>
<d3p1:Importer>false</d3p1:Importer>
<d3p1:MinOrderQuantity>0</d3p1:MinOrderQuantity>
<d3p1:AutoOrder>false</d3p1:AutoOrder>
</d3p1:SupplierParams>
<d3p1:BankAccounts>
<d3p1:CompanyBankAccount>
<d3p1:Id>0</d3p1:Id>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:BankId>String</d3p1:BankId>
<d3p1:Account>String</d3p1:Account>
<d3p1:Note>String</d3p1:Note>
<d3p1:IsDefault>false</d3p1:IsDefault>
<d3p1:IntermediaryBankId>String</d3p1:IntermediaryBankId>
<d3p1:IntermediaryAccount>String</d3p1:IntermediaryAccount>
<d3p1:CurrencyId>String</d3p1:CurrencyId>
</d3p1:CompanyBankAccount>
</d3p1:BankAccounts>
<d3p1:BranchAccounts>
<d3p1:CompanyBranchAccount>
<d3p1:Id>0</d3p1:Id>
<d3p1:BranchId>0</d3p1:BranchId>
<d3p1:AccType>0</d3p1:AccType>
<d3p1:Account>String</d3p1:Account>
</d3p1:CompanyBranchAccount>
</d3p1:BranchAccounts>
</d2p1:Supplier>
<d2p1:Contract xmlns:d3p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm">
<d3p1:CntId>0</d3p1:CntId>
<d3p1:CompanyId>0</d3p1:CompanyId>
<d3p1:CnttypeId>0</d3p1:CnttypeId>
<d3p1:TmplId>0</d3p1:TmplId>
<d3p1:Cntnum>String</d3p1:Cntnum>
<d3p1:Amount>0</d3p1:Amount>
<d3p1:CurrencyId>String</d3p1:CurrencyId>
<d3p1:Vat>0</d3p1:Vat>
<d3p1:Cntdate>0001-01-01T00:00:00</d3p1:Cntdate>
<d3p1:Stdate>0001-01-01T00:00:00</d3p1:Stdate>
<d3p1:Enddate>0001-01-01T00:00:00</d3p1:Enddate>
<d3p1:StatusId>0</d3p1:StatusId>
<d3p1:OperId>String</d3p1:OperId>
<d3p1:CntObject>String</d3p1:CntObject>
<d3p1:Comment>String</d3p1:Comment>
<d3p1:FileId>00000000-0000-0000-0000-000000000000</d3p1:FileId>
<d3p1:CreditAmounts>0</d3p1:CreditAmounts>
<d3p1:CreditDays>0</d3p1:CreditDays>
<d3p1:DiscountPercent>0</d3p1:DiscountPercent>
<d3p1:DiscountAmount>0</d3p1:DiscountAmount>
<d3p1:ImportDiscPercent>0</d3p1:ImportDiscPercent>
<d3p1:CostMarginPercent>0</d3p1:CostMarginPercent>
<d3p1:AllBr>false</d3p1:AllBr>
<d3p1:ClientAllBr>false</d3p1:ClientAllBr>
<d3p1:CoordId>0</d3p1:CoordId>
<d3p1:PtypeId>0</d3p1:PtypeId>
<d3p1:PayDayTypes>0</d3p1:PayDayTypes>
<d3p1:PayDays>String</d3p1:PayDays>
<d3p1:FrozenVg>0</d3p1:FrozenVg>
<d3p1:CityId>String</d3p1:CityId>
<d3p1:Unid>00000000-0000-0000-0000-000000000000</d3p1:Unid>
<d3p1:OwnPersonId>0</d3p1:OwnPersonId>
<d3p1:ClientPersonId>0</d3p1:ClientPersonId>
<d3p1:Txt1>String</d3p1:Txt1>
<d3p1:Txt2>String</d3p1:Txt2>
<d3p1:Txt3>String</d3p1:Txt3>
<d3p1:CompanyAcc>String</d3p1:CompanyAcc>
<d3p1:CorAcc>String</d3p1:CorAcc>
<d3p1:PayerAcc>String</d3p1:PayerAcc>
<d3p1:PayerAccPercent>0</d3p1:PayerAccPercent>
</d2p1:Contract>
<d2p1:VatType>0</d2p1:VatType>
<d2p1:Note>String</d2p1:Note>
<d2p1:PresalerId>0</d2p1:PresalerId>
<d2p1:UNID>00000000-0000-0000-0000-000000000000</d2p1:UNID>
<d2p1:UserName>String</d2p1:UserName>
<d2p1:CreateTime>0001-01-01T00:00:00</d2p1:CreateTime>
<d2p1:DeliveryInfo xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfintCrmDeliveryInfozaPpWv_Pl>
<d3p1:Key>0</d3p1:Key>
<d3p1:Value>
<d2p1:DeliveryType>0</d2p1:DeliveryType>
<d2p1:DeliveryDate>0001-01-01T00:00:00</d2p1:DeliveryDate>
<d2p1:TransportNumber>String</d2p1:TransportNumber>
<d2p1:TransportDescription>String</d2p1:TransportDescription>
<d2p1:DeliveryPersonSn>String</d2p1:DeliveryPersonSn>
<d2p1:DeliveryPersonName>String</d2p1:DeliveryPersonName>
<d2p1:RSWaybillType>0</d2p1:RSWaybillType>
<d2p1:RSTransportType>0</d2p1:RSTransportType>
<d2p1:RecipientName>String</d2p1:RecipientName>
<d2p1:RecipientSn>String</d2p1:RecipientSn>
<d2p1:ToAddress>String</d2p1:ToAddress>
<d2p1:FromAddress>String</d2p1:FromAddress>
<d2p1:PrepareList>
<d2p1:Id>0</d2p1:Id>
<d2p1:Number>String</d2p1:Number>
<d2p1:CrTime>0001-01-01T00:00:00</d2p1:CrTime>
</d2p1:PrepareList>
<d2p1:BranchId>0</d2p1:BranchId>
<d2p1:Note>String</d2p1:Note>
<d2p1:DriverSN>String</d2p1:DriverSN>
<d2p1:DriverName>String</d2p1:DriverName>
<d2p1:SubOrderId>0</d2p1:SubOrderId>
<d2p1:ForwarderUserId>0</d2p1:ForwarderUserId>
<d2p1:RSTransportName>String</d2p1:RSTransportName>
<d2p1:RsNonResident>false</d2p1:RsNonResident>
</d3p1:Value>
</d3p1:KeyValueOfintCrmDeliveryInfozaPpWv_Pl>
</d2p1:DeliveryInfo>
<d2p1:Products>
<d2p1:CrmOrderProduct>
<d2p1:Id>0</d2p1:Id>
<d2p1:Prod xmlns:d5p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d5p1:ID>String</d5p1:ID>
<d5p1:BCode>String</d5p1:BCode>
<d5p1:BBCode>String</d5p1:BBCode>
<d5p1:InCode>String</d5p1:InCode>
<d5p1:Name>String</d5p1:Name>
<d5p1:NameEn>String</d5p1:NameEn>
<d5p1:PackBCount>0</d5p1:PackBCount>
<d5p1:PackCount>0</d5p1:PackCount>
<d5p1:Netto>0</d5p1:Netto>
<d5p1:ByWeight>0</d5p1:ByWeight>
<d5p1:CategoryID>String</d5p1:CategoryID>
<d5p1:Category>
<d5p1:CategoryID>String</d5p1:CategoryID>
<d5p1:CategoryCode>String</d5p1:CategoryCode>
<d5p1:CategoryName>String</d5p1:CategoryName>
<d5p1:Spend>false</d5p1:Spend>
</d5p1:Category>
<d5p1:PPCatID>String</d5p1:PPCatID>
<d5p1:PCatID>0</d5p1:PCatID>
<d5p1:ProducerID>String</d5p1:ProducerID>
<d5p1:Producer>
<d5p1:ProducerID>String</d5p1:ProducerID>
<d5p1:ProducerName>String</d5p1:ProducerName>
<d5p1:CountryId>String</d5p1:CountryId>
<d5p1:LOwn>false</d5p1:LOwn>
<d5p1:Speend>false</d5p1:Speend>
<d5p1:ProducerNameEnglish>String</d5p1:ProducerNameEnglish>
<d5p1:Address>String</d5p1:Address>
<d5p1:PostalCode>String</d5p1:PostalCode>
<d5p1:Phone>String</d5p1:Phone>
<d5p1:Fax>String</d5p1:Fax>
<d5p1:Person>String</d5p1:Person>
<d5p1:Email>String</d5p1:Email>
<d5p1:Ldefault>false</d5p1:Ldefault>
<d5p1:MrgId>0</d5p1:MrgId>
<d5p1:Country>
<d5p1:CountryId>String</d5p1:CountryId>
<d5p1:CountryNe>String</d5p1:CountryNe>
<d5p1:LDefault>false</d5p1:LDefault>
<d5p1:Spend>false</d5p1:Spend>
<d5p1:CountryNu>String</d5p1:CountryNu>
</d5p1:Country>
<d5p1:ProducerCountry>String</d5p1:ProducerCountry>
</d5p1:Producer>
<d5p1:Vat>0</d5p1:Vat>
<d5p1:LifeDays>0</d5p1:LifeDays>
<d5p1:Unit>String</d5p1:Unit>
<d5p1:ParentID>String</d5p1:ParentID>
<d5p1:MaxDiscount>0</d5p1:MaxDiscount>
<d5p1:IsImported>false</d5p1:IsImported>
<d5p1:Dimensions>
<d5p1:X>0</d5p1:X>
<d5p1:Y>0</d5p1:Y>
<d5p1:Z>0</d5p1:Z>
</d5p1:Dimensions>
<d5p1:PackCCount>0</d5p1:PackCCount>
<d5p1:PDose>String</d5p1:PDose>
<d5p1:IntCodeID>String</d5p1:IntCodeID>
<d5p1:IntCode>
<d5p1:IntCodeID>String</d5p1:IntCodeID>
<d5p1:Name>String</d5p1:Name>
<d5p1:NameEn>String</d5p1:NameEn>
<d5p1:Vat>0</d5p1:Vat>
<d5p1:TaxMethod>0</d5p1:TaxMethod>
<d5p1:Tax1>0</d5p1:Tax1>
<d5p1:TaxK>0</d5p1:TaxK>
</d5p1:IntCode>
<d5p1:ExciseID>0</d5p1:ExciseID>
<d5p1:Excise>0</d5p1:Excise>
<d5p1:DestNumber>String</d5p1:DestNumber>
<d5p1:PackTypeID>0</d5p1:PackTypeID>
<d5p1:PriceGR>0</d5p1:PriceGR>
<d5p1:PriceGT>0</d5p1:PriceGT>
<d5p1:Spend>false</d5p1:Spend>
<d5p1:VatType>0</d5p1:VatType>
<d5p1:ExtendedInfo>
<d5p1:ProdPPID>String</d5p1:ProdPPID>
<d5p1:Description>String</d5p1:Description>
<d5p1:Anotation>String</d5p1:Anotation>
<d5p1:GarantDays>0</d5p1:GarantDays>
<d5p1:IsFastFood>false</d5p1:IsFastFood>
<d5p1:DetailedWarehousing>false</d5p1:DetailedWarehousing>
<d5p1:TrackAndTrace>false</d5p1:TrackAndTrace>
<d5p1:BrandID>0</d5p1:BrandID>
<d5p1:Brand>
<d5p1:BrandId>0</d5p1:BrandId>
<d5p1:Abbreviation>String</d5p1:Abbreviation>
<d5p1:Name>String</d5p1:Name>
<d5p1:BrandNameE>String</d5p1:BrandNameE>
<d5p1:Description>String</d5p1:Description>
<d5p1:Logo>AA==</d5p1:Logo>
</d5p1:Brand>
<d5p1:RType>0</d5p1:RType>
<d5p1:SizeId>0</d5p1:SizeId>
<d5p1:ColorId>0</d5p1:ColorId>
<d5p1:GenderId>0</d5p1:GenderId>
<d5p1:Size>
<d5p1:Id>0</d5p1:Id>
<d5p1:Name>String</d5p1:Name>
<d5p1:SizeType>0</d5p1:SizeType>
</d5p1:Size>
<d5p1:Color>
<d5p1:codeid>0</d5p1:codeid>
<d5p1:mgrid>00000000-0000-0000-0000-000000000000</d5p1:mgrid>
<d5p1:hname>String</d5p1:hname>
<d5p1:hnamee>String</d5p1:hnamee>
<d5p1:hcode>String</d5p1:hcode>
<d5p1:defval>false</d5p1:defval>
<d5p1:vm>0</d5p1:vm>
<d5p1:vp>0</d5p1:vp>
<d5p1:vi>0</d5p1:vi>
<d5p1:vd>0001-01-01T00:00:00</d5p1:vd>
<d5p1:canceled>false</d5p1:canceled>
<d5p1:crtime>0001-01-01T00:00:00</d5p1:crtime>
<d5p1:unid>00000000-0000-0000-0000-000000000000</d5p1:unid>
<d5p1:IUD>0</d5p1:IUD>
</d5p1:Color>
<d5p1:Gender>
<d5p1:codeid>0</d5p1:codeid>
<d5p1:mgrid>00000000-0000-0000-0000-000000000000</d5p1:mgrid>
<d5p1:hname>String</d5p1:hname>
<d5p1:hnamee>String</d5p1:hnamee>
<d5p1:hcode>String</d5p1:hcode>
<d5p1:defval>false</d5p1:defval>
<d5p1:vm>0</d5p1:vm>
<d5p1:vp>0</d5p1:vp>
<d5p1:vi>0</d5p1:vi>
<d5p1:vd>0001-01-01T00:00:00</d5p1:vd>
<d5p1:canceled>false</d5p1:canceled>
<d5p1:crtime>0001-01-01T00:00:00</d5p1:crtime>
<d5p1:unid>00000000-0000-0000-0000-000000000000</d5p1:unid>
<d5p1:IUD>0</d5p1:IUD>
</d5p1:Gender>
<d5p1:Meta xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:KeyValueOfstringstring>
<d7p1:Key>String</d7p1:Key>
<d7p1:Value>String</d7p1:Value>
</d7p1:KeyValueOfstringstring>
</d5p1:Meta>
</d5p1:ExtendedInfo>
<d5p1:BarCodes>
<d5p1:PPBCode>
<d5p1:Id>0</d5p1:Id>
<d5p1:ProdPPId>String</d5p1:ProdPPId>
<d5p1:BCode>String</d5p1:BCode>
</d5p1:PPBCode>
</d5p1:BarCodes>
<d5p1:Type>
<d5p1:ID>String</d5p1:ID>
<d5p1:Name>String</d5p1:Name>
<d5p1:NameEn>String</d5p1:NameEn>
<d5p1:LDefault>false</d5p1:LDefault>
<d5p1:Spend>false</d5p1:Spend>
</d5p1:Type>
<d5p1:HCategory>
<d5p1:ID>0</d5p1:ID>
<d5p1:Name>String</d5p1:Name>
<d5p1:ParentID>0</d5p1:ParentID>
<d5p1:HCode>String</d5p1:HCode>
<d5p1:Hccrt>String</d5p1:Hccrt>
<d5p1:NameEn>String</d5p1:NameEn>
<d5p1:CrTime>0001-01-01T00:00:00</d5p1:CrTime>
<d5p1:Unid>00000000-0000-0000-0000-000000000000</d5p1:Unid>
<d5p1:IsDefault>false</d5p1:IsDefault>
<d5p1:Canceled>false</d5p1:Canceled>
<d5p1:ShortDescription>String</d5p1:ShortDescription>
<d5p1:Description>String</d5p1:Description>
<d5p1:UrlSlug>String</d5p1:UrlSlug>
<d5p1:VideoUrl>String</d5p1:VideoUrl>
<d5p1:ShortDescription2>String</d5p1:ShortDescription2>
<d5p1:Description2>String</d5p1:Description2>
<d5p1:MinCount>0</d5p1:MinCount>
</d5p1:HCategory>
<d5p1:Brutto>0</d5p1:Brutto>
<d5p1:SpendR>false</d5p1:SpendR>
<d5p1:PriceUR>0</d5p1:PriceUR>
<d5p1:PriceUT>0</d5p1:PriceUT>
<d5p1:MDRetail>0</d5p1:MDRetail>
<d5p1:MDTrade>0</d5p1:MDTrade>
<d5p1:SupDays>0</d5p1:SupDays>
<d5p1:PrStatus>false</d5p1:PrStatus>
<d5p1:LNotInPrice>false</d5p1:LNotInPrice>
<d5p1:MinCountRetail>0</d5p1:MinCountRetail>
<d5p1:RegN>String</d5p1:RegN>
<d5p1:RegDate>0001-01-01T00:00:00</d5p1:RegDate>
<d5p1:RegEndDate>0001-01-01T00:00:00</d5p1:RegEndDate>
<d5p1:HasSpec>false</d5p1:HasSpec>
<d5p1:ReCalc>false</d5p1:ReCalc>
<d5p1:ExciseC>0</d5p1:ExciseC>
<d5p1:IsLinked>false</d5p1:IsLinked>
<d5p1:UnitId>0</d5p1:UnitId>
<d5p1:MinCountTrade>0</d5p1:MinCountTrade>
<d5p1:PPCatName>String</d5p1:PPCatName>
<d5p1:Images>
<d5p1:ProdImage>
<d5p1:Id>0</d5p1:Id>
<d5p1:FileName>String</d5p1:FileName>
<d5p1:Link>String</d5p1:Link>
<d5p1:Checksum>String</d5p1:Checksum>
<d5p1:CreateTime>0001-01-01T00:00:00</d5p1:CreateTime>
<d5p1:UpdateTime>0001-01-01T00:00:00</d5p1:UpdateTime>
<d5p1:IsMain>false</d5p1:IsMain>
</d5p1:ProdImage>
</d5p1:Images>
<d5p1:CBCode>String</d5p1:CBCode>
<d5p1:ScaleGroup>0</d5p1:ScaleGroup>
<d5p1:Brand>
<d5p1:BrandId>0</d5p1:BrandId>
<d5p1:Abbreviation>String</d5p1:Abbreviation>
<d5p1:Name>String</d5p1:Name>
<d5p1:BrandNameE>String</d5p1:BrandNameE>
<d5p1:Description>String</d5p1:Description>
<d5p1:Logo>AA==</d5p1:Logo>
</d5p1:Brand>
<d5p1:Attributes xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d5p1:Attributes>
</d2p1:Prod>
<d2p1:OCount>0</d2p1:OCount>
<d2p1:Price>0</d2p1:Price>
<d2p1:Discount>0</d2p1:Discount>
<d2p1:VatType>0</d2p1:VatType>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:IsSpecPrice>false</d2p1:IsSpecPrice>
<d2p1:Discounts>
<d2p1:CrmOrderProductDiscount>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderProductId>0</d2p1:OrderProductId>
<d2p1:DiscountType>0</d2p1:DiscountType>
<d2p1:DiscountGroupId>0</d2p1:DiscountGroupId>
<d2p1:Discount>0</d2p1:Discount>
</d2p1:CrmOrderProductDiscount>
</d2p1:Discounts>
<d2p1:WhInfo>
<d2p1:CrmOrderProductWarehouseInfo>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderProductId>0</d2p1:OrderProductId>
<d2p1:SupplyType>0</d2p1:SupplyType>
<d2p1:PrepareType>0</d2p1:PrepareType>
<d2p1:BranchId>0</d2p1:BranchId>
<d2p1:CCount>0</d2p1:CCount>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:ProductStatus>0</d2p1:ProductStatus>
<d2p1:OrderProduct>
<d2p1:Id>0</d2p1:Id>
<d2p1:Prod xmlns:d8p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d8p1:ID>String</d8p1:ID>
<d8p1:BCode>String</d8p1:BCode>
<d8p1:BBCode>String</d8p1:BBCode>
<d8p1:InCode>String</d8p1:InCode>
<d8p1:Name>String</d8p1:Name>
<d8p1:NameEn>String</d8p1:NameEn>
<d8p1:PackBCount>0</d8p1:PackBCount>
<d8p1:PackCount>0</d8p1:PackCount>
<d8p1:Netto>0</d8p1:Netto>
<d8p1:ByWeight>0</d8p1:ByWeight>
<d8p1:CategoryID>String</d8p1:CategoryID>
<d8p1:Category>
<d8p1:CategoryID>String</d8p1:CategoryID>
<d8p1:CategoryCode>String</d8p1:CategoryCode>
<d8p1:CategoryName>String</d8p1:CategoryName>
<d8p1:Spend>false</d8p1:Spend>
</d8p1:Category>
<d8p1:PPCatID>String</d8p1:PPCatID>
<d8p1:PCatID>0</d8p1:PCatID>
<d8p1:ProducerID>String</d8p1:ProducerID>
<d8p1:Producer>
<d8p1:ProducerID>String</d8p1:ProducerID>
<d8p1:ProducerName>String</d8p1:ProducerName>
<d8p1:CountryId>String</d8p1:CountryId>
<d8p1:LOwn>false</d8p1:LOwn>
<d8p1:Speend>false</d8p1:Speend>
<d8p1:ProducerNameEnglish>String</d8p1:ProducerNameEnglish>
<d8p1:Address>String</d8p1:Address>
<d8p1:PostalCode>String</d8p1:PostalCode>
<d8p1:Phone>String</d8p1:Phone>
<d8p1:Fax>String</d8p1:Fax>
<d8p1:Person>String</d8p1:Person>
<d8p1:Email>String</d8p1:Email>
<d8p1:Ldefault>false</d8p1:Ldefault>
<d8p1:MrgId>0</d8p1:MrgId>
<d8p1:Country>
<d8p1:CountryId>String</d8p1:CountryId>
<d8p1:CountryNe>String</d8p1:CountryNe>
<d8p1:LDefault>false</d8p1:LDefault>
<d8p1:Spend>false</d8p1:Spend>
<d8p1:CountryNu>String</d8p1:CountryNu>
</d8p1:Country>
<d8p1:ProducerCountry>String</d8p1:ProducerCountry>
</d8p1:Producer>
<d8p1:Vat>0</d8p1:Vat>
<d8p1:LifeDays>0</d8p1:LifeDays>
<d8p1:Unit>String</d8p1:Unit>
<d8p1:ParentID>String</d8p1:ParentID>
<d8p1:MaxDiscount>0</d8p1:MaxDiscount>
<d8p1:IsImported>false</d8p1:IsImported>
<d8p1:Dimensions>
<d8p1:X>0</d8p1:X>
<d8p1:Y>0</d8p1:Y>
<d8p1:Z>0</d8p1:Z>
</d8p1:Dimensions>
<d8p1:PackCCount>0</d8p1:PackCCount>
<d8p1:PDose>String</d8p1:PDose>
<d8p1:IntCodeID>String</d8p1:IntCodeID>
<d8p1:IntCode>
<d8p1:IntCodeID>String</d8p1:IntCodeID>
<d8p1:Name>String</d8p1:Name>
<d8p1:NameEn>String</d8p1:NameEn>
<d8p1:Vat>0</d8p1:Vat>
<d8p1:TaxMethod>0</d8p1:TaxMethod>
<d8p1:Tax1>0</d8p1:Tax1>
<d8p1:TaxK>0</d8p1:TaxK>
</d8p1:IntCode>
<d8p1:ExciseID>0</d8p1:ExciseID>
<d8p1:Excise>0</d8p1:Excise>
<d8p1:DestNumber>String</d8p1:DestNumber>
<d8p1:PackTypeID>0</d8p1:PackTypeID>
<d8p1:PriceGR>0</d8p1:PriceGR>
<d8p1:PriceGT>0</d8p1:PriceGT>
<d8p1:Spend>false</d8p1:Spend>
<d8p1:VatType>0</d8p1:VatType>
<d8p1:ExtendedInfo>
<d8p1:ProdPPID>String</d8p1:ProdPPID>
<d8p1:Description>String</d8p1:Description>
<d8p1:Anotation>String</d8p1:Anotation>
<d8p1:GarantDays>0</d8p1:GarantDays>
<d8p1:IsFastFood>false</d8p1:IsFastFood>
<d8p1:DetailedWarehousing>false</d8p1:DetailedWarehousing>
<d8p1:TrackAndTrace>false</d8p1:TrackAndTrace>
<d8p1:BrandID>0</d8p1:BrandID>
<d8p1:Brand>
<d8p1:BrandId>0</d8p1:BrandId>
<d8p1:Abbreviation>String</d8p1:Abbreviation>
<d8p1:Name>String</d8p1:Name>
<d8p1:BrandNameE>String</d8p1:BrandNameE>
<d8p1:Description>String</d8p1:Description>
<d8p1:Logo>AA==</d8p1:Logo>
</d8p1:Brand>
<d8p1:RType>0</d8p1:RType>
<d8p1:SizeId>0</d8p1:SizeId>
<d8p1:ColorId>0</d8p1:ColorId>
<d8p1:GenderId>0</d8p1:GenderId>
<d8p1:Size>
<d8p1:Id>0</d8p1:Id>
<d8p1:Name>String</d8p1:Name>
<d8p1:SizeType>0</d8p1:SizeType>
</d8p1:Size>
<d8p1:Color>
<d8p1:codeid>0</d8p1:codeid>
<d8p1:mgrid>00000000-0000-0000-0000-000000000000</d8p1:mgrid>
<d8p1:hname>String</d8p1:hname>
<d8p1:hnamee>String</d8p1:hnamee>
<d8p1:hcode>String</d8p1:hcode>
<d8p1:defval>false</d8p1:defval>
<d8p1:vm>0</d8p1:vm>
<d8p1:vp>0</d8p1:vp>
<d8p1:vi>0</d8p1:vi>
<d8p1:vd>0001-01-01T00:00:00</d8p1:vd>
<d8p1:canceled>false</d8p1:canceled>
<d8p1:crtime>0001-01-01T00:00:00</d8p1:crtime>
<d8p1:unid>00000000-0000-0000-0000-000000000000</d8p1:unid>
<d8p1:IUD>0</d8p1:IUD>
</d8p1:Color>
<d8p1:Gender>
<d8p1:codeid>0</d8p1:codeid>
<d8p1:mgrid>00000000-0000-0000-0000-000000000000</d8p1:mgrid>
<d8p1:hname>String</d8p1:hname>
<d8p1:hnamee>String</d8p1:hnamee>
<d8p1:hcode>String</d8p1:hcode>
<d8p1:defval>false</d8p1:defval>
<d8p1:vm>0</d8p1:vm>
<d8p1:vp>0</d8p1:vp>
<d8p1:vi>0</d8p1:vi>
<d8p1:vd>0001-01-01T00:00:00</d8p1:vd>
<d8p1:canceled>false</d8p1:canceled>
<d8p1:crtime>0001-01-01T00:00:00</d8p1:crtime>
<d8p1:unid>00000000-0000-0000-0000-000000000000</d8p1:unid>
<d8p1:IUD>0</d8p1:IUD>
</d8p1:Gender>
<d8p1:Meta xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:KeyValueOfstringstring>
<d10p1:Key>String</d10p1:Key>
<d10p1:Value>String</d10p1:Value>
</d10p1:KeyValueOfstringstring>
</d8p1:Meta>
</d8p1:ExtendedInfo>
<d8p1:BarCodes>
<d8p1:PPBCode>
<d8p1:Id>0</d8p1:Id>
<d8p1:ProdPPId>String</d8p1:ProdPPId>
<d8p1:BCode>String</d8p1:BCode>
</d8p1:PPBCode>
</d8p1:BarCodes>
<d8p1:Type>
<d8p1:ID>String</d8p1:ID>
<d8p1:Name>String</d8p1:Name>
<d8p1:NameEn>String</d8p1:NameEn>
<d8p1:LDefault>false</d8p1:LDefault>
<d8p1:Spend>false</d8p1:Spend>
</d8p1:Type>
<d8p1:HCategory>
<d8p1:ID>0</d8p1:ID>
<d8p1:Name>String</d8p1:Name>
<d8p1:ParentID>0</d8p1:ParentID>
<d8p1:HCode>String</d8p1:HCode>
<d8p1:Hccrt>String</d8p1:Hccrt>
<d8p1:NameEn>String</d8p1:NameEn>
<d8p1:CrTime>0001-01-01T00:00:00</d8p1:CrTime>
<d8p1:Unid>00000000-0000-0000-0000-000000000000</d8p1:Unid>
<d8p1:IsDefault>false</d8p1:IsDefault>
<d8p1:Canceled>false</d8p1:Canceled>
<d8p1:ShortDescription>String</d8p1:ShortDescription>
<d8p1:Description>String</d8p1:Description>
<d8p1:UrlSlug>String</d8p1:UrlSlug>
<d8p1:VideoUrl>String</d8p1:VideoUrl>
<d8p1:ShortDescription2>String</d8p1:ShortDescription2>
<d8p1:Description2>String</d8p1:Description2>
<d8p1:MinCount>0</d8p1:MinCount>
</d8p1:HCategory>
<d8p1:Brutto>0</d8p1:Brutto>
<d8p1:SpendR>false</d8p1:SpendR>
<d8p1:PriceUR>0</d8p1:PriceUR>
<d8p1:PriceUT>0</d8p1:PriceUT>
<d8p1:MDRetail>0</d8p1:MDRetail>
<d8p1:MDTrade>0</d8p1:MDTrade>
<d8p1:SupDays>0</d8p1:SupDays>
<d8p1:PrStatus>false</d8p1:PrStatus>
<d8p1:LNotInPrice>false</d8p1:LNotInPrice>
<d8p1:MinCountRetail>0</d8p1:MinCountRetail>
<d8p1:RegN>String</d8p1:RegN>
<d8p1:RegDate>0001-01-01T00:00:00</d8p1:RegDate>
<d8p1:RegEndDate>0001-01-01T00:00:00</d8p1:RegEndDate>
<d8p1:HasSpec>false</d8p1:HasSpec>
<d8p1:ReCalc>false</d8p1:ReCalc>
<d8p1:ExciseC>0</d8p1:ExciseC>
<d8p1:IsLinked>false</d8p1:IsLinked>
<d8p1:UnitId>0</d8p1:UnitId>
<d8p1:MinCountTrade>0</d8p1:MinCountTrade>
<d8p1:PPCatName>String</d8p1:PPCatName>
<d8p1:Images>
<d8p1:ProdImage>
<d8p1:Id>0</d8p1:Id>
<d8p1:FileName>String</d8p1:FileName>
<d8p1:Link>String</d8p1:Link>
<d8p1:Checksum>String</d8p1:Checksum>
<d8p1:CreateTime>0001-01-01T00:00:00</d8p1:CreateTime>
<d8p1:UpdateTime>0001-01-01T00:00:00</d8p1:UpdateTime>
<d8p1:IsMain>false</d8p1:IsMain>
</d8p1:ProdImage>
</d8p1:Images>
<d8p1:CBCode>String</d8p1:CBCode>
<d8p1:ScaleGroup>0</d8p1:ScaleGroup>
<d8p1:Brand>
<d8p1:BrandId>0</d8p1:BrandId>
<d8p1:Abbreviation>String</d8p1:Abbreviation>
<d8p1:Name>String</d8p1:Name>
<d8p1:BrandNameE>String</d8p1:BrandNameE>
<d8p1:Description>String</d8p1:Description>
<d8p1:Logo>AA==</d8p1:Logo>
</d8p1:Brand>
<d8p1:Attributes xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d9p1:KeyValueOfstringstring>
<d9p1:Key>String</d9p1:Key>
<d9p1:Value>String</d9p1:Value>
</d9p1:KeyValueOfstringstring>
</d8p1:Attributes>
</d2p1:Prod>
<d2p1:OCount>0</d2p1:OCount>
<d2p1:Price>0</d2p1:Price>
<d2p1:Discount>0</d2p1:Discount>
<d2p1:VatType>0</d2p1:VatType>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:IsSpecPrice>false</d2p1:IsSpecPrice>
<d2p1:Discounts>
<d2p1:CrmOrderProductDiscount>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderProductId>0</d2p1:OrderProductId>
<d2p1:DiscountType>0</d2p1:DiscountType>
<d2p1:DiscountGroupId>0</d2p1:DiscountGroupId>
<d2p1:Discount>0</d2p1:Discount>
</d2p1:CrmOrderProductDiscount>
</d2p1:Discounts>
<d2p1:WhInfo>
<d2p1:CrmOrderProductWarehouseInfo>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderProductId>0</d2p1:OrderProductId>
<d2p1:SupplyType>0</d2p1:SupplyType>
<d2p1:PrepareType>0</d2p1:PrepareType>
<d2p1:BranchId>0</d2p1:BranchId>
<d2p1:CCount>0</d2p1:CCount>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:ProductStatus>0</d2p1:ProductStatus>
<d2p1:OrderProduct>
<d2p1:Id>0</d2p1:Id>
<d2p1:Prod xmlns:d11p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d11p1:ID>String</d11p1:ID>
<d11p1:BCode>String</d11p1:BCode>
<d11p1:BBCode>String</d11p1:BBCode>
<d11p1:InCode>String</d11p1:InCode>
<d11p1:Name>String</d11p1:Name>
<d11p1:NameEn>String</d11p1:NameEn>
<d11p1:PackBCount>0</d11p1:PackBCount>
<d11p1:PackCount>0</d11p1:PackCount>
<d11p1:Netto>0</d11p1:Netto>
<d11p1:ByWeight>0</d11p1:ByWeight>
<d11p1:CategoryID>String</d11p1:CategoryID>
<d11p1:Category>
<d11p1:CategoryID>String</d11p1:CategoryID>
<d11p1:CategoryCode>String</d11p1:CategoryCode>
<d11p1:CategoryName>String</d11p1:CategoryName>
<d11p1:Spend>false</d11p1:Spend>
</d11p1:Category>
<d11p1:PPCatID>String</d11p1:PPCatID>
<d11p1:PCatID>0</d11p1:PCatID>
<d11p1:ProducerID>String</d11p1:ProducerID>
<d11p1:Producer>
<d11p1:ProducerID>String</d11p1:ProducerID>
<d11p1:ProducerName>String</d11p1:ProducerName>
<d11p1:CountryId>String</d11p1:CountryId>
<d11p1:LOwn>false</d11p1:LOwn>
<d11p1:Speend>false</d11p1:Speend>
<d11p1:ProducerNameEnglish>String</d11p1:ProducerNameEnglish>
<d11p1:Address>String</d11p1:Address>
<d11p1:PostalCode>String</d11p1:PostalCode>
<d11p1:Phone>String</d11p1:Phone>
<d11p1:Fax>String</d11p1:Fax>
<d11p1:Person>String</d11p1:Person>
<d11p1:Email>String</d11p1:Email>
<d11p1:Ldefault>false</d11p1:Ldefault>
<d11p1:MrgId>0</d11p1:MrgId>
<d11p1:Country>
<d11p1:CountryId>String</d11p1:CountryId>
<d11p1:CountryNe>String</d11p1:CountryNe>
<d11p1:LDefault>false</d11p1:LDefault>
<d11p1:Spend>false</d11p1:Spend>
<d11p1:CountryNu>String</d11p1:CountryNu>
</d11p1:Country>
<d11p1:ProducerCountry>String</d11p1:ProducerCountry>
</d11p1:Producer>
<d11p1:Vat>0</d11p1:Vat>
<d11p1:LifeDays>0</d11p1:LifeDays>
<d11p1:Unit>String</d11p1:Unit>
<d11p1:ParentID>String</d11p1:ParentID>
<d11p1:MaxDiscount>0</d11p1:MaxDiscount>
<d11p1:IsImported>false</d11p1:IsImported>
<d11p1:Dimensions>
<d11p1:X>0</d11p1:X>
<d11p1:Y>0</d11p1:Y>
<d11p1:Z>0</d11p1:Z>
</d11p1:Dimensions>
<d11p1:PackCCount>0</d11p1:PackCCount>
<d11p1:PDose>String</d11p1:PDose>
<d11p1:IntCodeID>String</d11p1:IntCodeID>
<d11p1:IntCode>
<d11p1:IntCodeID>String</d11p1:IntCodeID>
<d11p1:Name>String</d11p1:Name>
<d11p1:NameEn>String</d11p1:NameEn>
<d11p1:Vat>0</d11p1:Vat>
<d11p1:TaxMethod>0</d11p1:TaxMethod>
<d11p1:Tax1>0</d11p1:Tax1>
<d11p1:TaxK>0</d11p1:TaxK>
</d11p1:IntCode>
<d11p1:ExciseID>0</d11p1:ExciseID>
<d11p1:Excise>0</d11p1:Excise>
<d11p1:DestNumber>String</d11p1:DestNumber>
<d11p1:PackTypeID>0</d11p1:PackTypeID>
<d11p1:PriceGR>0</d11p1:PriceGR>
<d11p1:PriceGT>0</d11p1:PriceGT>
<d11p1:Spend>false</d11p1:Spend>
<d11p1:VatType>0</d11p1:VatType>
<d11p1:ExtendedInfo>
<d11p1:ProdPPID>String</d11p1:ProdPPID>
<d11p1:Description>String</d11p1:Description>
<d11p1:Anotation>String</d11p1:Anotation>
<d11p1:GarantDays>0</d11p1:GarantDays>
<d11p1:IsFastFood>false</d11p1:IsFastFood>
<d11p1:DetailedWarehousing>false</d11p1:DetailedWarehousing>
<d11p1:TrackAndTrace>false</d11p1:TrackAndTrace>
<d11p1:BrandID>0</d11p1:BrandID>
<d11p1:Brand>
<d11p1:BrandId>0</d11p1:BrandId>
<d11p1:Abbreviation>String</d11p1:Abbreviation>
<d11p1:Name>String</d11p1:Name>
<d11p1:BrandNameE>String</d11p1:BrandNameE>
<d11p1:Description>String</d11p1:Description>
<d11p1:Logo>AA==</d11p1:Logo>
</d11p1:Brand>
<d11p1:RType>0</d11p1:RType>
<d11p1:SizeId>0</d11p1:SizeId>
<d11p1:ColorId>0</d11p1:ColorId>
<d11p1:GenderId>0</d11p1:GenderId>
<d11p1:Size>
<d11p1:Id>0</d11p1:Id>
<d11p1:Name>String</d11p1:Name>
<d11p1:SizeType>0</d11p1:SizeType>
</d11p1:Size>
<d11p1:Color>
<d11p1:codeid>0</d11p1:codeid>
<d11p1:mgrid>00000000-0000-0000-0000-000000000000</d11p1:mgrid>
<d11p1:hname>String</d11p1:hname>
<d11p1:hnamee>String</d11p1:hnamee>
<d11p1:hcode>String</d11p1:hcode>
<d11p1:defval>false</d11p1:defval>
<d11p1:vm>0</d11p1:vm>
<d11p1:vp>0</d11p1:vp>
<d11p1:vi>0</d11p1:vi>
<d11p1:vd>0001-01-01T00:00:00</d11p1:vd>
<d11p1:canceled>false</d11p1:canceled>
<d11p1:crtime>0001-01-01T00:00:00</d11p1:crtime>
<d11p1:unid>00000000-0000-0000-0000-000000000000</d11p1:unid>
<d11p1:IUD>0</d11p1:IUD>
</d11p1:Color>
<d11p1:Gender>
<d11p1:codeid>0</d11p1:codeid>
<d11p1:mgrid>00000000-0000-0000-0000-000000000000</d11p1:mgrid>
<d11p1:hname>String</d11p1:hname>
<d11p1:hnamee>String</d11p1:hnamee>
<d11p1:hcode>String</d11p1:hcode>
<d11p1:defval>false</d11p1:defval>
<d11p1:vm>0</d11p1:vm>
<d11p1:vp>0</d11p1:vp>
<d11p1:vi>0</d11p1:vi>
<d11p1:vd>0001-01-01T00:00:00</d11p1:vd>
<d11p1:canceled>false</d11p1:canceled>
<d11p1:crtime>0001-01-01T00:00:00</d11p1:crtime>
<d11p1:unid>00000000-0000-0000-0000-000000000000</d11p1:unid>
<d11p1:IUD>0</d11p1:IUD>
</d11p1:Gender>
<d11p1:Meta xmlns:d13p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d13p1:KeyValueOfstringstring>
<d13p1:Key>String</d13p1:Key>
<d13p1:Value>String</d13p1:Value>
</d13p1:KeyValueOfstringstring>
</d11p1:Meta>
</d11p1:ExtendedInfo>
<d11p1:BarCodes>
<d11p1:PPBCode>
<d11p1:Id>0</d11p1:Id>
<d11p1:ProdPPId>String</d11p1:ProdPPId>
<d11p1:BCode>String</d11p1:BCode>
</d11p1:PPBCode>
</d11p1:BarCodes>
<d11p1:Type>
<d11p1:ID>String</d11p1:ID>
<d11p1:Name>String</d11p1:Name>
<d11p1:NameEn>String</d11p1:NameEn>
<d11p1:LDefault>false</d11p1:LDefault>
<d11p1:Spend>false</d11p1:Spend>
</d11p1:Type>
<d11p1:HCategory>
<d11p1:ID>0</d11p1:ID>
<d11p1:Name>String</d11p1:Name>
<d11p1:ParentID>0</d11p1:ParentID>
<d11p1:HCode>String</d11p1:HCode>
<d11p1:Hccrt>String</d11p1:Hccrt>
<d11p1:NameEn>String</d11p1:NameEn>
<d11p1:CrTime>0001-01-01T00:00:00</d11p1:CrTime>
<d11p1:Unid>00000000-0000-0000-0000-000000000000</d11p1:Unid>
<d11p1:IsDefault>false</d11p1:IsDefault>
<d11p1:Canceled>false</d11p1:Canceled>
<d11p1:ShortDescription>String</d11p1:ShortDescription>
<d11p1:Description>String</d11p1:Description>
<d11p1:UrlSlug>String</d11p1:UrlSlug>
<d11p1:VideoUrl>String</d11p1:VideoUrl>
<d11p1:ShortDescription2>String</d11p1:ShortDescription2>
<d11p1:Description2>String</d11p1:Description2>
<d11p1:MinCount>0</d11p1:MinCount>
</d11p1:HCategory>
<d11p1:Brutto>0</d11p1:Brutto>
<d11p1:SpendR>false</d11p1:SpendR>
<d11p1:PriceUR>0</d11p1:PriceUR>
<d11p1:PriceUT>0</d11p1:PriceUT>
<d11p1:MDRetail>0</d11p1:MDRetail>
<d11p1:MDTrade>0</d11p1:MDTrade>
<d11p1:SupDays>0</d11p1:SupDays>
<d11p1:PrStatus>false</d11p1:PrStatus>
<d11p1:LNotInPrice>false</d11p1:LNotInPrice>
<d11p1:MinCountRetail>0</d11p1:MinCountRetail>
<d11p1:RegN>String</d11p1:RegN>
<d11p1:RegDate>0001-01-01T00:00:00</d11p1:RegDate>
<d11p1:RegEndDate>0001-01-01T00:00:00</d11p1:RegEndDate>
<d11p1:HasSpec>false</d11p1:HasSpec>
<d11p1:ReCalc>false</d11p1:ReCalc>
<d11p1:ExciseC>0</d11p1:ExciseC>
<d11p1:IsLinked>false</d11p1:IsLinked>
<d11p1:UnitId>0</d11p1:UnitId>
<d11p1:MinCountTrade>0</d11p1:MinCountTrade>
<d11p1:PPCatName>String</d11p1:PPCatName>
<d11p1:Images>
<d11p1:ProdImage>
<d11p1:Id>0</d11p1:Id>
<d11p1:FileName>String</d11p1:FileName>
<d11p1:Link>String</d11p1:Link>
<d11p1:Checksum>String</d11p1:Checksum>
<d11p1:CreateTime>0001-01-01T00:00:00</d11p1:CreateTime>
<d11p1:UpdateTime>0001-01-01T00:00:00</d11p1:UpdateTime>
<d11p1:IsMain>false</d11p1:IsMain>
</d11p1:ProdImage>
</d11p1:Images>
<d11p1:CBCode>String</d11p1:CBCode>
<d11p1:ScaleGroup>0</d11p1:ScaleGroup>
<d11p1:Brand>
<d11p1:BrandId>0</d11p1:BrandId>
<d11p1:Abbreviation>String</d11p1:Abbreviation>
<d11p1:Name>String</d11p1:Name>
<d11p1:BrandNameE>String</d11p1:BrandNameE>
<d11p1:Description>String</d11p1:Description>
<d11p1:Logo>AA==</d11p1:Logo>
</d11p1:Brand>
<d11p1:Attributes xmlns:d12p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d12p1:KeyValueOfstringstring>
<d12p1:Key>String</d12p1:Key>
<d12p1:Value>String</d12p1:Value>
</d12p1:KeyValueOfstringstring>
</d11p1:Attributes>
</d2p1:Prod>
<d2p1:OCount>0</d2p1:OCount>
<d2p1:Price>0</d2p1:Price>
<d2p1:Discount>0</d2p1:Discount>
<d2p1:VatType>0</d2p1:VatType>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:IsSpecPrice>false</d2p1:IsSpecPrice>
<d2p1:Discounts>
<d2p1:CrmOrderProductDiscount>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderProductId>0</d2p1:OrderProductId>
<d2p1:DiscountType>0</d2p1:DiscountType>
<d2p1:DiscountGroupId>0</d2p1:DiscountGroupId>
<d2p1:Discount>0</d2p1:Discount>
</d2p1:CrmOrderProductDiscount>
</d2p1:Discounts>
<d2p1:WhInfo>
<d2p1:CrmOrderProductWarehouseInfo>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderProductId>0</d2p1:OrderProductId>
<d2p1:SupplyType>0</d2p1:SupplyType>
<d2p1:PrepareType>0</d2p1:PrepareType>
<d2p1:BranchId>0</d2p1:BranchId>
<d2p1:CCount>0</d2p1:CCount>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:ProductStatus>0</d2p1:ProductStatus>
<d2p1:OrderProduct i:nil="true" />
<d2p1:RemInfo xmlns:d13p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d13p1:RCount>0</d13p1:RCount>
<d13p1:SysRCount>0</d13p1:SysRCount>
<d13p1:FxRCount>0</d13p1:FxRCount>
<d13p1:Rezerved>0</d13p1:Rezerved>
</d2p1:RemInfo>
<d2p1:SubOrderId>0</d2p1:SubOrderId>
<d2p1:CompanyBranch xmlns:d13p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm">
<d13p1:Id>0</d13p1:Id>
<d13p1:CompanyId>0</d13p1:CompanyId>
<d13p1:ParentId>0</d13p1:ParentId>
<d13p1:Name>String</d13p1:Name>
<d13p1:NameEn>String</d13p1:NameEn>
<d13p1:AddressId>0</d13p1:AddressId>
<d13p1:Spend>false</d13p1:Spend>
<d13p1:Address>
<d13p1:Id>0</d13p1:Id>
<d13p1:CityId>String</d13p1:CityId>
<d13p1:BlockId>0</d13p1:BlockId>
<d13p1:PostalCode>String</d13p1:PostalCode>
<d13p1:FullAddress>String</d13p1:FullAddress>
<d13p1:Location xmlns:d15p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d15p1:Latitude>0</d15p1:Latitude>
<d15p1:Longitude>0</d15p1:Longitude>
</d13p1:Location>
</d13p1:Address>
<d13p1:Code>String</d13p1:Code>
<d13p1:BranchNum>0</d13p1:BranchNum>
<d13p1:GroupId>0</d13p1:GroupId>
<d13p1:Phone>String</d13p1:Phone>
<d13p1:Note>String</d13p1:Note>
<d13p1:Company>
<d13p1:Id>0</d13p1:Id>
<d13p1:Code>String</d13p1:Code>
<d13p1:Name>String</d13p1:Name>
<d13p1:NameEn>String</d13p1:NameEn>
<d13p1:IsOwn>false</d13p1:IsOwn>
<d13p1:IsPartner>false</d13p1:IsPartner>
<d13p1:IsCustomer>false</d13p1:IsCustomer>
<d13p1:IsSupplier>false</d13p1:IsSupplier>
<d13p1:AddressId>0</d13p1:AddressId>
<d13p1:Phone>String</d13p1:Phone>
<d13p1:Fax>String</d13p1:Fax>
<d13p1:Email>String</d13p1:Email>
<d13p1:Web>String</d13p1:Web>
<d13p1:Note>String</d13p1:Note>
<d13p1:Spend>false</d13p1:Spend>
<d13p1:Address>
<d13p1:Id>0</d13p1:Id>
<d13p1:CityId>String</d13p1:CityId>
<d13p1:BlockId>0</d13p1:BlockId>
<d13p1:PostalCode>String</d13p1:PostalCode>
<d13p1:FullAddress>String</d13p1:FullAddress>
<d13p1:Location xmlns:d16p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d16p1:Latitude>0</d16p1:Latitude>
<d16p1:Longitude>0</d16p1:Longitude>
</d13p1:Location>
</d13p1:Address>
<d13p1:VatType>0</d13p1:VatType>
</d13p1:Company>
<d13p1:CustomerParameters>
<d13p1:BranchId>0</d13p1:BranchId>
<d13p1:CustomerType>0</d13p1:CustomerType>
<d13p1:ProductType>0</d13p1:ProductType>
<d13p1:CustomerCategory>0</d13p1:CustomerCategory>
<d13p1:CreditDays>0</d13p1:CreditDays>
<d13p1:CreditLimit>0</d13p1:CreditLimit>
<d13p1:OverdueLimit>0</d13p1:OverdueLimit>
</d13p1:CustomerParameters>
<d13p1:BranchProdSpendListType>0</d13p1:BranchProdSpendListType>
<d13p1:SupplierParams>
<d13p1:BranchId>0</d13p1:BranchId>
<d13p1:ProdSupplyDays>0</d13p1:ProdSupplyDays>
<d13p1:MinOrderAmmount>0</d13p1:MinOrderAmmount>
<d13p1:OrderGenIntervalDays>0</d13p1:OrderGenIntervalDays>
<d13p1:Importer>false</d13p1:Importer>
<d13p1:MinOrderQuantity>0</d13p1:MinOrderQuantity>
<d13p1:AutoOrder>false</d13p1:AutoOrder>
</d13p1:SupplierParams>
<d13p1:BankAccounts>
<d13p1:CompanyBankAccount>
<d13p1:Id>0</d13p1:Id>
<d13p1:BranchId>0</d13p1:BranchId>
<d13p1:BankId>String</d13p1:BankId>
<d13p1:Account>String</d13p1:Account>
<d13p1:Note>String</d13p1:Note>
<d13p1:IsDefault>false</d13p1:IsDefault>
<d13p1:IntermediaryBankId>String</d13p1:IntermediaryBankId>
<d13p1:IntermediaryAccount>String</d13p1:IntermediaryAccount>
<d13p1:CurrencyId>String</d13p1:CurrencyId>
</d13p1:CompanyBankAccount>
</d13p1:BankAccounts>
<d13p1:BranchAccounts>
<d13p1:CompanyBranchAccount>
<d13p1:Id>0</d13p1:Id>
<d13p1:BranchId>0</d13p1:BranchId>
<d13p1:AccType>0</d13p1:AccType>
<d13p1:Account>String</d13p1:Account>
</d13p1:CompanyBranchAccount>
</d13p1:BranchAccounts>
</d2p1:CompanyBranch>
<d2p1:Materials>
<d2p1:CrmOrderProductMaterialWarehouseInfo>
<d2p1:Id>0</d2p1:Id>
<d2p1:WhId>0</d2p1:WhId>
<d2p1:Prod xmlns:d15p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d15p1:ID>String</d15p1:ID>
<d15p1:BCode>String</d15p1:BCode>
<d15p1:BBCode>String</d15p1:BBCode>
<d15p1:InCode>String</d15p1:InCode>
<d15p1:Name>String</d15p1:Name>
<d15p1:NameEn>String</d15p1:NameEn>
<d15p1:PackBCount>0</d15p1:PackBCount>
<d15p1:PackCount>0</d15p1:PackCount>
<d15p1:Netto>0</d15p1:Netto>
<d15p1:ByWeight>0</d15p1:ByWeight>
<d15p1:CategoryID>String</d15p1:CategoryID>
<d15p1:Category>
<d15p1:CategoryID>String</d15p1:CategoryID>
<d15p1:CategoryCode>String</d15p1:CategoryCode>
<d15p1:CategoryName>String</d15p1:CategoryName>
<d15p1:Spend>false</d15p1:Spend>
</d15p1:Category>
<d15p1:PPCatID>String</d15p1:PPCatID>
<d15p1:PCatID>0</d15p1:PCatID>
<d15p1:ProducerID>String</d15p1:ProducerID>
<d15p1:Producer>
<d15p1:ProducerID>String</d15p1:ProducerID>
<d15p1:ProducerName>String</d15p1:ProducerName>
<d15p1:CountryId>String</d15p1:CountryId>
<d15p1:LOwn>false</d15p1:LOwn>
<d15p1:Speend>false</d15p1:Speend>
<d15p1:ProducerNameEnglish>String</d15p1:ProducerNameEnglish>
<d15p1:Address>String</d15p1:Address>
<d15p1:PostalCode>String</d15p1:PostalCode>
<d15p1:Phone>String</d15p1:Phone>
<d15p1:Fax>String</d15p1:Fax>
<d15p1:Person>String</d15p1:Person>
<d15p1:Email>String</d15p1:Email>
<d15p1:Ldefault>false</d15p1:Ldefault>
<d15p1:MrgId>0</d15p1:MrgId>
<d15p1:Country>
<d15p1:CountryId>String</d15p1:CountryId>
<d15p1:CountryNe>String</d15p1:CountryNe>
<d15p1:LDefault>false</d15p1:LDefault>
<d15p1:Spend>false</d15p1:Spend>
<d15p1:CountryNu>String</d15p1:CountryNu>
</d15p1:Country>
<d15p1:ProducerCountry>String</d15p1:ProducerCountry>
</d15p1:Producer>
<d15p1:Vat>0</d15p1:Vat>
<d15p1:LifeDays>0</d15p1:LifeDays>
<d15p1:Unit>String</d15p1:Unit>
<d15p1:ParentID>String</d15p1:ParentID>
<d15p1:MaxDiscount>0</d15p1:MaxDiscount>
<d15p1:IsImported>false</d15p1:IsImported>
<d15p1:Dimensions>
<d15p1:X>0</d15p1:X>
<d15p1:Y>0</d15p1:Y>
<d15p1:Z>0</d15p1:Z>
</d15p1:Dimensions>
<d15p1:PackCCount>0</d15p1:PackCCount>
<d15p1:PDose>String</d15p1:PDose>
<d15p1:IntCodeID>String</d15p1:IntCodeID>
<d15p1:IntCode>
<d15p1:IntCodeID>String</d15p1:IntCodeID>
<d15p1:Name>String</d15p1:Name>
<d15p1:NameEn>String</d15p1:NameEn>
<d15p1:Vat>0</d15p1:Vat>
<d15p1:TaxMethod>0</d15p1:TaxMethod>
<d15p1:Tax1>0</d15p1:Tax1>
<d15p1:TaxK>0</d15p1:TaxK>
</d15p1:IntCode>
<d15p1:ExciseID>0</d15p1:ExciseID>
<d15p1:Excise>0</d15p1:Excise>
<d15p1:DestNumber>String</d15p1:DestNumber>
<d15p1:PackTypeID>0</d15p1:PackTypeID>
<d15p1:PriceGR>0</d15p1:PriceGR>
<d15p1:PriceGT>0</d15p1:PriceGT>
<d15p1:Spend>false</d15p1:Spend>
<d15p1:VatType>0</d15p1:VatType>
<d15p1:ExtendedInfo>
<d15p1:ProdPPID>String</d15p1:ProdPPID>
<d15p1:Description>String</d15p1:Description>
<d15p1:Anotation>String</d15p1:Anotation>
<d15p1:GarantDays>0</d15p1:GarantDays>
<d15p1:IsFastFood>false</d15p1:IsFastFood>
<d15p1:DetailedWarehousing>false</d15p1:DetailedWarehousing>
<d15p1:TrackAndTrace>false</d15p1:TrackAndTrace>
<d15p1:BrandID>0</d15p1:BrandID>
<d15p1:Brand>
<d15p1:BrandId>0</d15p1:BrandId>
<d15p1:Abbreviation>String</d15p1:Abbreviation>
<d15p1:Name>String</d15p1:Name>
<d15p1:BrandNameE>String</d15p1:BrandNameE>
<d15p1:Description>String</d15p1:Description>
<d15p1:Logo>AA==</d15p1:Logo>
</d15p1:Brand>
<d15p1:RType>0</d15p1:RType>
<d15p1:SizeId>0</d15p1:SizeId>
<d15p1:ColorId>0</d15p1:ColorId>
<d15p1:GenderId>0</d15p1:GenderId>
<d15p1:Size>
<d15p1:Id>0</d15p1:Id>
<d15p1:Name>String</d15p1:Name>
<d15p1:SizeType>0</d15p1:SizeType>
</d15p1:Size>
<d15p1:Color>
<d15p1:codeid>0</d15p1:codeid>
<d15p1:mgrid>00000000-0000-0000-0000-000000000000</d15p1:mgrid>
<d15p1:hname>String</d15p1:hname>
<d15p1:hnamee>String</d15p1:hnamee>
<d15p1:hcode>String</d15p1:hcode>
<d15p1:defval>false</d15p1:defval>
<d15p1:vm>0</d15p1:vm>
<d15p1:vp>0</d15p1:vp>
<d15p1:vi>0</d15p1:vi>
<d15p1:vd>0001-01-01T00:00:00</d15p1:vd>
<d15p1:canceled>false</d15p1:canceled>
<d15p1:crtime>0001-01-01T00:00:00</d15p1:crtime>
<d15p1:unid>00000000-0000-0000-0000-000000000000</d15p1:unid>
<d15p1:IUD>0</d15p1:IUD>
</d15p1:Color>
<d15p1:Gender>
<d15p1:codeid>0</d15p1:codeid>
<d15p1:mgrid>00000000-0000-0000-0000-000000000000</d15p1:mgrid>
<d15p1:hname>String</d15p1:hname>
<d15p1:hnamee>String</d15p1:hnamee>
<d15p1:hcode>String</d15p1:hcode>
<d15p1:defval>false</d15p1:defval>
<d15p1:vm>0</d15p1:vm>
<d15p1:vp>0</d15p1:vp>
<d15p1:vi>0</d15p1:vi>
<d15p1:vd>0001-01-01T00:00:00</d15p1:vd>
<d15p1:canceled>false</d15p1:canceled>
<d15p1:crtime>0001-01-01T00:00:00</d15p1:crtime>
<d15p1:unid>00000000-0000-0000-0000-000000000000</d15p1:unid>
<d15p1:IUD>0</d15p1:IUD>
</d15p1:Gender>
<d15p1:Meta xmlns:d17p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d17p1:KeyValueOfstringstring>
<d17p1:Key>String</d17p1:Key>
<d17p1:Value>String</d17p1:Value>
</d17p1:KeyValueOfstringstring>
</d15p1:Meta>
</d15p1:ExtendedInfo>
<d15p1:BarCodes>
<d15p1:PPBCode>
<d15p1:Id>0</d15p1:Id>
<d15p1:ProdPPId>String</d15p1:ProdPPId>
<d15p1:BCode>String</d15p1:BCode>
</d15p1:PPBCode>
</d15p1:BarCodes>
<d15p1:Type>
<d15p1:ID>String</d15p1:ID>
<d15p1:Name>String</d15p1:Name>
<d15p1:NameEn>String</d15p1:NameEn>
<d15p1:LDefault>false</d15p1:LDefault>
<d15p1:Spend>false</d15p1:Spend>
</d15p1:Type>
<d15p1:HCategory>
<d15p1:ID>0</d15p1:ID>
<d15p1:Name>String</d15p1:Name>
<d15p1:ParentID>0</d15p1:ParentID>
<d15p1:HCode>String</d15p1:HCode>
<d15p1:Hccrt>String</d15p1:Hccrt>
<d15p1:NameEn>String</d15p1:NameEn>
<d15p1:CrTime>0001-01-01T00:00:00</d15p1:CrTime>
<d15p1:Unid>00000000-0000-0000-0000-000000000000</d15p1:Unid>
<d15p1:IsDefault>false</d15p1:IsDefault>
<d15p1:Canceled>false</d15p1:Canceled>
<d15p1:ShortDescription>String</d15p1:ShortDescription>
<d15p1:Description>String</d15p1:Description>
<d15p1:UrlSlug>String</d15p1:UrlSlug>
<d15p1:VideoUrl>String</d15p1:VideoUrl>
<d15p1:ShortDescription2>String</d15p1:ShortDescription2>
<d15p1:Description2>String</d15p1:Description2>
<d15p1:MinCount>0</d15p1:MinCount>
</d15p1:HCategory>
<d15p1:Brutto>0</d15p1:Brutto>
<d15p1:SpendR>false</d15p1:SpendR>
<d15p1:PriceUR>0</d15p1:PriceUR>
<d15p1:PriceUT>0</d15p1:PriceUT>
<d15p1:MDRetail>0</d15p1:MDRetail>
<d15p1:MDTrade>0</d15p1:MDTrade>
<d15p1:SupDays>0</d15p1:SupDays>
<d15p1:PrStatus>false</d15p1:PrStatus>
<d15p1:LNotInPrice>false</d15p1:LNotInPrice>
<d15p1:MinCountRetail>0</d15p1:MinCountRetail>
<d15p1:RegN>String</d15p1:RegN>
<d15p1:RegDate>0001-01-01T00:00:00</d15p1:RegDate>
<d15p1:RegEndDate>0001-01-01T00:00:00</d15p1:RegEndDate>
<d15p1:HasSpec>false</d15p1:HasSpec>
<d15p1:ReCalc>false</d15p1:ReCalc>
<d15p1:ExciseC>0</d15p1:ExciseC>
<d15p1:IsLinked>false</d15p1:IsLinked>
<d15p1:UnitId>0</d15p1:UnitId>
<d15p1:MinCountTrade>0</d15p1:MinCountTrade>
<d15p1:PPCatName>String</d15p1:PPCatName>
<d15p1:Images>
<d15p1:ProdImage>
<d15p1:Id>0</d15p1:Id>
<d15p1:FileName>String</d15p1:FileName>
<d15p1:Link>String</d15p1:Link>
<d15p1:Checksum>String</d15p1:Checksum>
<d15p1:CreateTime>0001-01-01T00:00:00</d15p1:CreateTime>
<d15p1:UpdateTime>0001-01-01T00:00:00</d15p1:UpdateTime>
<d15p1:IsMain>false</d15p1:IsMain>
</d15p1:ProdImage>
</d15p1:Images>
<d15p1:CBCode>String</d15p1:CBCode>
<d15p1:ScaleGroup>0</d15p1:ScaleGroup>
<d15p1:Brand>
<d15p1:BrandId>0</d15p1:BrandId>
<d15p1:Abbreviation>String</d15p1:Abbreviation>
<d15p1:Name>String</d15p1:Name>
<d15p1:BrandNameE>String</d15p1:BrandNameE>
<d15p1:Description>String</d15p1:Description>
<d15p1:Logo>AA==</d15p1:Logo>
</d15p1:Brand>
<d15p1:Attributes xmlns:d16p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d16p1:KeyValueOfstringstring>
<d16p1:Key>String</d16p1:Key>
<d16p1:Value>String</d16p1:Value>
</d16p1:KeyValueOfstringstring>
</d15p1:Attributes>
</d2p1:Prod>
<d2p1:CCount>0</d2p1:CCount>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:Status>0</d2p1:Status>
</d2p1:CrmOrderProductMaterialWarehouseInfo>
</d2p1:Materials>
</d2p1:CrmOrderProductWarehouseInfo>
</d2p1:WhInfo>
<d2p1:MinPrice>0</d2p1:MinPrice>
<d2p1:NeedPrepare>0</d2p1:NeedPrepare>
<d2p1:Materials>
<d2p1:CrmOrderProductMaterial>
<d2p1:Id>0</d2p1:Id>
<d2p1:Prod xmlns:d13p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d13p1:ID>String</d13p1:ID>
<d13p1:BCode>String</d13p1:BCode>
<d13p1:BBCode>String</d13p1:BBCode>
<d13p1:InCode>String</d13p1:InCode>
<d13p1:Name>String</d13p1:Name>
<d13p1:NameEn>String</d13p1:NameEn>
<d13p1:PackBCount>0</d13p1:PackBCount>
<d13p1:PackCount>0</d13p1:PackCount>
<d13p1:Netto>0</d13p1:Netto>
<d13p1:ByWeight>0</d13p1:ByWeight>
<d13p1:CategoryID>String</d13p1:CategoryID>
<d13p1:Category>
<d13p1:CategoryID>String</d13p1:CategoryID>
<d13p1:CategoryCode>String</d13p1:CategoryCode>
<d13p1:CategoryName>String</d13p1:CategoryName>
<d13p1:Spend>false</d13p1:Spend>
</d13p1:Category>
<d13p1:PPCatID>String</d13p1:PPCatID>
<d13p1:PCatID>0</d13p1:PCatID>
<d13p1:ProducerID>String</d13p1:ProducerID>
<d13p1:Producer>
<d13p1:ProducerID>String</d13p1:ProducerID>
<d13p1:ProducerName>String</d13p1:ProducerName>
<d13p1:CountryId>String</d13p1:CountryId>
<d13p1:LOwn>false</d13p1:LOwn>
<d13p1:Speend>false</d13p1:Speend>
<d13p1:ProducerNameEnglish>String</d13p1:ProducerNameEnglish>
<d13p1:Address>String</d13p1:Address>
<d13p1:PostalCode>String</d13p1:PostalCode>
<d13p1:Phone>String</d13p1:Phone>
<d13p1:Fax>String</d13p1:Fax>
<d13p1:Person>String</d13p1:Person>
<d13p1:Email>String</d13p1:Email>
<d13p1:Ldefault>false</d13p1:Ldefault>
<d13p1:MrgId>0</d13p1:MrgId>
<d13p1:Country>
<d13p1:CountryId>String</d13p1:CountryId>
<d13p1:CountryNe>String</d13p1:CountryNe>
<d13p1:LDefault>false</d13p1:LDefault>
<d13p1:Spend>false</d13p1:Spend>
<d13p1:CountryNu>String</d13p1:CountryNu>
</d13p1:Country>
<d13p1:ProducerCountry>String</d13p1:ProducerCountry>
</d13p1:Producer>
<d13p1:Vat>0</d13p1:Vat>
<d13p1:LifeDays>0</d13p1:LifeDays>
<d13p1:Unit>String</d13p1:Unit>
<d13p1:ParentID>String</d13p1:ParentID>
<d13p1:MaxDiscount>0</d13p1:MaxDiscount>
<d13p1:IsImported>false</d13p1:IsImported>
<d13p1:Dimensions>
<d13p1:X>0</d13p1:X>
<d13p1:Y>0</d13p1:Y>
<d13p1:Z>0</d13p1:Z>
</d13p1:Dimensions>
<d13p1:PackCCount>0</d13p1:PackCCount>
<d13p1:PDose>String</d13p1:PDose>
<d13p1:IntCodeID>String</d13p1:IntCodeID>
<d13p1:IntCode>
<d13p1:IntCodeID>String</d13p1:IntCodeID>
<d13p1:Name>String</d13p1:Name>
<d13p1:NameEn>String</d13p1:NameEn>
<d13p1:Vat>0</d13p1:Vat>
<d13p1:TaxMethod>0</d13p1:TaxMethod>
<d13p1:Tax1>0</d13p1:Tax1>
<d13p1:TaxK>0</d13p1:TaxK>
</d13p1:IntCode>
<d13p1:ExciseID>0</d13p1:ExciseID>
<d13p1:Excise>0</d13p1:Excise>
<d13p1:DestNumber>String</d13p1:DestNumber>
<d13p1:PackTypeID>0</d13p1:PackTypeID>
<d13p1:PriceGR>0</d13p1:PriceGR>
<d13p1:PriceGT>0</d13p1:PriceGT>
<d13p1:Spend>false</d13p1:Spend>
<d13p1:VatType>0</d13p1:VatType>
<d13p1:ExtendedInfo>
<d13p1:ProdPPID>String</d13p1:ProdPPID>
<d13p1:Description>String</d13p1:Description>
<d13p1:Anotation>String</d13p1:Anotation>
<d13p1:GarantDays>0</d13p1:GarantDays>
<d13p1:IsFastFood>false</d13p1:IsFastFood>
<d13p1:DetailedWarehousing>false</d13p1:DetailedWarehousing>
<d13p1:TrackAndTrace>false</d13p1:TrackAndTrace>
<d13p1:BrandID>0</d13p1:BrandID>
<d13p1:Brand>
<d13p1:BrandId>0</d13p1:BrandId>
<d13p1:Abbreviation>String</d13p1:Abbreviation>
<d13p1:Name>String</d13p1:Name>
<d13p1:BrandNameE>String</d13p1:BrandNameE>
<d13p1:Description>String</d13p1:Description>
<d13p1:Logo>AA==</d13p1:Logo>
</d13p1:Brand>
<d13p1:RType>0</d13p1:RType>
<d13p1:SizeId>0</d13p1:SizeId>
<d13p1:ColorId>0</d13p1:ColorId>
<d13p1:GenderId>0</d13p1:GenderId>
<d13p1:Size>
<d13p1:Id>0</d13p1:Id>
<d13p1:Name>String</d13p1:Name>
<d13p1:SizeType>0</d13p1:SizeType>
</d13p1:Size>
<d13p1:Color>
<d13p1:codeid>0</d13p1:codeid>
<d13p1:mgrid>00000000-0000-0000-0000-000000000000</d13p1:mgrid>
<d13p1:hname>String</d13p1:hname>
<d13p1:hnamee>String</d13p1:hnamee>
<d13p1:hcode>String</d13p1:hcode>
<d13p1:defval>false</d13p1:defval>
<d13p1:vm>0</d13p1:vm>
<d13p1:vp>0</d13p1:vp>
<d13p1:vi>0</d13p1:vi>
<d13p1:vd>0001-01-01T00:00:00</d13p1:vd>
<d13p1:canceled>false</d13p1:canceled>
<d13p1:crtime>0001-01-01T00:00:00</d13p1:crtime>
<d13p1:unid>00000000-0000-0000-0000-000000000000</d13p1:unid>
<d13p1:IUD>0</d13p1:IUD>
</d13p1:Color>
<d13p1:Gender>
<d13p1:codeid>0</d13p1:codeid>
<d13p1:mgrid>00000000-0000-0000-0000-000000000000</d13p1:mgrid>
<d13p1:hname>String</d13p1:hname>
<d13p1:hnamee>String</d13p1:hnamee>
<d13p1:hcode>String</d13p1:hcode>
<d13p1:defval>false</d13p1:defval>
<d13p1:vm>0</d13p1:vm>
<d13p1:vp>0</d13p1:vp>
<d13p1:vi>0</d13p1:vi>
<d13p1:vd>0001-01-01T00:00:00</d13p1:vd>
<d13p1:canceled>false</d13p1:canceled>
<d13p1:crtime>0001-01-01T00:00:00</d13p1:crtime>
<d13p1:unid>00000000-0000-0000-0000-000000000000</d13p1:unid>
<d13p1:IUD>0</d13p1:IUD>
</d13p1:Gender>
<d13p1:Meta xmlns:d15p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d15p1:KeyValueOfstringstring>
<d15p1:Key>String</d15p1:Key>
<d15p1:Value>String</d15p1:Value>
</d15p1:KeyValueOfstringstring>
</d13p1:Meta>
</d13p1:ExtendedInfo>
<d13p1:BarCodes>
<d13p1:PPBCode>
<d13p1:Id>0</d13p1:Id>
<d13p1:ProdPPId>String</d13p1:ProdPPId>
<d13p1:BCode>String</d13p1:BCode>
</d13p1:PPBCode>
</d13p1:BarCodes>
<d13p1:Type>
<d13p1:ID>String</d13p1:ID>
<d13p1:Name>String</d13p1:Name>
<d13p1:NameEn>String</d13p1:NameEn>
<d13p1:LDefault>false</d13p1:LDefault>
<d13p1:Spend>false</d13p1:Spend>
</d13p1:Type>
<d13p1:HCategory>
<d13p1:ID>0</d13p1:ID>
<d13p1:Name>String</d13p1:Name>
<d13p1:ParentID>0</d13p1:ParentID>
<d13p1:HCode>String</d13p1:HCode>
<d13p1:Hccrt>String</d13p1:Hccrt>
<d13p1:NameEn>String</d13p1:NameEn>
<d13p1:CrTime>0001-01-01T00:00:00</d13p1:CrTime>
<d13p1:Unid>00000000-0000-0000-0000-000000000000</d13p1:Unid>
<d13p1:IsDefault>false</d13p1:IsDefault>
<d13p1:Canceled>false</d13p1:Canceled>
<d13p1:ShortDescription>String</d13p1:ShortDescription>
<d13p1:Description>String</d13p1:Description>
<d13p1:UrlSlug>String</d13p1:UrlSlug>
<d13p1:VideoUrl>String</d13p1:VideoUrl>
<d13p1:ShortDescription2>String</d13p1:ShortDescription2>
<d13p1:Description2>String</d13p1:Description2>
<d13p1:MinCount>0</d13p1:MinCount>
</d13p1:HCategory>
<d13p1:Brutto>0</d13p1:Brutto>
<d13p1:SpendR>false</d13p1:SpendR>
<d13p1:PriceUR>0</d13p1:PriceUR>
<d13p1:PriceUT>0</d13p1:PriceUT>
<d13p1:MDRetail>0</d13p1:MDRetail>
<d13p1:MDTrade>0</d13p1:MDTrade>
<d13p1:SupDays>0</d13p1:SupDays>
<d13p1:PrStatus>false</d13p1:PrStatus>
<d13p1:LNotInPrice>false</d13p1:LNotInPrice>
<d13p1:MinCountRetail>0</d13p1:MinCountRetail>
<d13p1:RegN>String</d13p1:RegN>
<d13p1:RegDate>0001-01-01T00:00:00</d13p1:RegDate>
<d13p1:RegEndDate>0001-01-01T00:00:00</d13p1:RegEndDate>
<d13p1:HasSpec>false</d13p1:HasSpec>
<d13p1:ReCalc>false</d13p1:ReCalc>
<d13p1:ExciseC>0</d13p1:ExciseC>
<d13p1:IsLinked>false</d13p1:IsLinked>
<d13p1:UnitId>0</d13p1:UnitId>
<d13p1:MinCountTrade>0</d13p1:MinCountTrade>
<d13p1:PPCatName>String</d13p1:PPCatName>
<d13p1:Images>
<d13p1:ProdImage>
<d13p1:Id>0</d13p1:Id>
<d13p1:FileName>String</d13p1:FileName>
<d13p1:Link>String</d13p1:Link>
<d13p1:Checksum>String</d13p1:Checksum>
<d13p1:CreateTime>0001-01-01T00:00:00</d13p1:CreateTime>
<d13p1:UpdateTime>0001-01-01T00:00:00</d13p1:UpdateTime>
<d13p1:IsMain>false</d13p1:IsMain>
</d13p1:ProdImage>
</d13p1:Images>
<d13p1:CBCode>String</d13p1:CBCode>
<d13p1:ScaleGroup>0</d13p1:ScaleGroup>
<d13p1:Brand>
<d13p1:BrandId>0</d13p1:BrandId>
<d13p1:Abbreviation>String</d13p1:Abbreviation>
<d13p1:Name>String</d13p1:Name>
<d13p1:BrandNameE>String</d13p1:BrandNameE>
<d13p1:Description>String</d13p1:Description>
<d13p1:Logo>AA==</d13p1:Logo>
</d13p1:Brand>
<d13p1:Attributes xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d14p1:KeyValueOfstringstring>
<d14p1:Key>String</d14p1:Key>
<d14p1:Value>String</d14p1:Value>
</d14p1:KeyValueOfstringstring>
</d13p1:Attributes>
</d2p1:Prod>
<d2p1:BCount>0</d2p1:BCount>
<d2p1:MCount>0</d2p1:MCount>
</d2p1:CrmOrderProductMaterial>
</d2p1:Materials>
<d2p1:BasePrice>0</d2p1:BasePrice>
<d2p1:PrepareRecipe>
<d2p1:CrmOrderProdRecipe>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderDId>0</d2p1:OrderDId>
<d2p1:ProdPPId>String</d2p1:ProdPPId>
<d2p1:GCount>0</d2p1:GCount>
<d2p1:GType>0</d2p1:GType>
</d2p1:CrmOrderProdRecipe>
</d2p1:PrepareRecipe>
<d2p1:DiscountRestricted>false</d2p1:DiscountRestricted>
<d2p1:BuyCostG>0</d2p1:BuyCostG>
</d2p1:OrderProduct>
<d2p1:RemInfo xmlns:d10p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d10p1:RCount>0</d10p1:RCount>
<d10p1:SysRCount>0</d10p1:SysRCount>
<d10p1:FxRCount>0</d10p1:FxRCount>
<d10p1:Rezerved>0</d10p1:Rezerved>
</d2p1:RemInfo>
<d2p1:SubOrderId>0</d2p1:SubOrderId>
<d2p1:CompanyBranch xmlns:d10p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm">
<d10p1:Id>0</d10p1:Id>
<d10p1:CompanyId>0</d10p1:CompanyId>
<d10p1:ParentId>0</d10p1:ParentId>
<d10p1:Name>String</d10p1:Name>
<d10p1:NameEn>String</d10p1:NameEn>
<d10p1:AddressId>0</d10p1:AddressId>
<d10p1:Spend>false</d10p1:Spend>
<d10p1:Address>
<d10p1:Id>0</d10p1:Id>
<d10p1:CityId>String</d10p1:CityId>
<d10p1:BlockId>0</d10p1:BlockId>
<d10p1:PostalCode>String</d10p1:PostalCode>
<d10p1:FullAddress>String</d10p1:FullAddress>
<d10p1:Location xmlns:d12p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d12p1:Latitude>0</d12p1:Latitude>
<d12p1:Longitude>0</d12p1:Longitude>
</d10p1:Location>
</d10p1:Address>
<d10p1:Code>String</d10p1:Code>
<d10p1:BranchNum>0</d10p1:BranchNum>
<d10p1:GroupId>0</d10p1:GroupId>
<d10p1:Phone>String</d10p1:Phone>
<d10p1:Note>String</d10p1:Note>
<d10p1:Company>
<d10p1:Id>0</d10p1:Id>
<d10p1:Code>String</d10p1:Code>
<d10p1:Name>String</d10p1:Name>
<d10p1:NameEn>String</d10p1:NameEn>
<d10p1:IsOwn>false</d10p1:IsOwn>
<d10p1:IsPartner>false</d10p1:IsPartner>
<d10p1:IsCustomer>false</d10p1:IsCustomer>
<d10p1:IsSupplier>false</d10p1:IsSupplier>
<d10p1:AddressId>0</d10p1:AddressId>
<d10p1:Phone>String</d10p1:Phone>
<d10p1:Fax>String</d10p1:Fax>
<d10p1:Email>String</d10p1:Email>
<d10p1:Web>String</d10p1:Web>
<d10p1:Note>String</d10p1:Note>
<d10p1:Spend>false</d10p1:Spend>
<d10p1:Address>
<d10p1:Id>0</d10p1:Id>
<d10p1:CityId>String</d10p1:CityId>
<d10p1:BlockId>0</d10p1:BlockId>
<d10p1:PostalCode>String</d10p1:PostalCode>
<d10p1:FullAddress>String</d10p1:FullAddress>
<d10p1:Location xmlns:d13p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d13p1:Latitude>0</d13p1:Latitude>
<d13p1:Longitude>0</d13p1:Longitude>
</d10p1:Location>
</d10p1:Address>
<d10p1:VatType>0</d10p1:VatType>
</d10p1:Company>
<d10p1:CustomerParameters>
<d10p1:BranchId>0</d10p1:BranchId>
<d10p1:CustomerType>0</d10p1:CustomerType>
<d10p1:ProductType>0</d10p1:ProductType>
<d10p1:CustomerCategory>0</d10p1:CustomerCategory>
<d10p1:CreditDays>0</d10p1:CreditDays>
<d10p1:CreditLimit>0</d10p1:CreditLimit>
<d10p1:OverdueLimit>0</d10p1:OverdueLimit>
</d10p1:CustomerParameters>
<d10p1:BranchProdSpendListType>0</d10p1:BranchProdSpendListType>
<d10p1:SupplierParams>
<d10p1:BranchId>0</d10p1:BranchId>
<d10p1:ProdSupplyDays>0</d10p1:ProdSupplyDays>
<d10p1:MinOrderAmmount>0</d10p1:MinOrderAmmount>
<d10p1:OrderGenIntervalDays>0</d10p1:OrderGenIntervalDays>
<d10p1:Importer>false</d10p1:Importer>
<d10p1:MinOrderQuantity>0</d10p1:MinOrderQuantity>
<d10p1:AutoOrder>false</d10p1:AutoOrder>
</d10p1:SupplierParams>
<d10p1:BankAccounts>
<d10p1:CompanyBankAccount>
<d10p1:Id>0</d10p1:Id>
<d10p1:BranchId>0</d10p1:BranchId>
<d10p1:BankId>String</d10p1:BankId>
<d10p1:Account>String</d10p1:Account>
<d10p1:Note>String</d10p1:Note>
<d10p1:IsDefault>false</d10p1:IsDefault>
<d10p1:IntermediaryBankId>String</d10p1:IntermediaryBankId>
<d10p1:IntermediaryAccount>String</d10p1:IntermediaryAccount>
<d10p1:CurrencyId>String</d10p1:CurrencyId>
</d10p1:CompanyBankAccount>
</d10p1:BankAccounts>
<d10p1:BranchAccounts>
<d10p1:CompanyBranchAccount>
<d10p1:Id>0</d10p1:Id>
<d10p1:BranchId>0</d10p1:BranchId>
<d10p1:AccType>0</d10p1:AccType>
<d10p1:Account>String</d10p1:Account>
</d10p1:CompanyBranchAccount>
</d10p1:BranchAccounts>
</d2p1:CompanyBranch>
<d2p1:Materials>
<d2p1:CrmOrderProductMaterialWarehouseInfo>
<d2p1:Id>0</d2p1:Id>
<d2p1:WhId>0</d2p1:WhId>
<d2p1:Prod xmlns:d12p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d12p1:ID>String</d12p1:ID>
<d12p1:BCode>String</d12p1:BCode>
<d12p1:BBCode>String</d12p1:BBCode>
<d12p1:InCode>String</d12p1:InCode>
<d12p1:Name>String</d12p1:Name>
<d12p1:NameEn>String</d12p1:NameEn>
<d12p1:PackBCount>0</d12p1:PackBCount>
<d12p1:PackCount>0</d12p1:PackCount>
<d12p1:Netto>0</d12p1:Netto>
<d12p1:ByWeight>0</d12p1:ByWeight>
<d12p1:CategoryID>String</d12p1:CategoryID>
<d12p1:Category>
<d12p1:CategoryID>String</d12p1:CategoryID>
<d12p1:CategoryCode>String</d12p1:CategoryCode>
<d12p1:CategoryName>String</d12p1:CategoryName>
<d12p1:Spend>false</d12p1:Spend>
</d12p1:Category>
<d12p1:PPCatID>String</d12p1:PPCatID>
<d12p1:PCatID>0</d12p1:PCatID>
<d12p1:ProducerID>String</d12p1:ProducerID>
<d12p1:Producer>
<d12p1:ProducerID>String</d12p1:ProducerID>
<d12p1:ProducerName>String</d12p1:ProducerName>
<d12p1:CountryId>String</d12p1:CountryId>
<d12p1:LOwn>false</d12p1:LOwn>
<d12p1:Speend>false</d12p1:Speend>
<d12p1:ProducerNameEnglish>String</d12p1:ProducerNameEnglish>
<d12p1:Address>String</d12p1:Address>
<d12p1:PostalCode>String</d12p1:PostalCode>
<d12p1:Phone>String</d12p1:Phone>
<d12p1:Fax>String</d12p1:Fax>
<d12p1:Person>String</d12p1:Person>
<d12p1:Email>String</d12p1:Email>
<d12p1:Ldefault>false</d12p1:Ldefault>
<d12p1:MrgId>0</d12p1:MrgId>
<d12p1:Country>
<d12p1:CountryId>String</d12p1:CountryId>
<d12p1:CountryNe>String</d12p1:CountryNe>
<d12p1:LDefault>false</d12p1:LDefault>
<d12p1:Spend>false</d12p1:Spend>
<d12p1:CountryNu>String</d12p1:CountryNu>
</d12p1:Country>
<d12p1:ProducerCountry>String</d12p1:ProducerCountry>
</d12p1:Producer>
<d12p1:Vat>0</d12p1:Vat>
<d12p1:LifeDays>0</d12p1:LifeDays>
<d12p1:Unit>String</d12p1:Unit>
<d12p1:ParentID>String</d12p1:ParentID>
<d12p1:MaxDiscount>0</d12p1:MaxDiscount>
<d12p1:IsImported>false</d12p1:IsImported>
<d12p1:Dimensions>
<d12p1:X>0</d12p1:X>
<d12p1:Y>0</d12p1:Y>
<d12p1:Z>0</d12p1:Z>
</d12p1:Dimensions>
<d12p1:PackCCount>0</d12p1:PackCCount>
<d12p1:PDose>String</d12p1:PDose>
<d12p1:IntCodeID>String</d12p1:IntCodeID>
<d12p1:IntCode>
<d12p1:IntCodeID>String</d12p1:IntCodeID>
<d12p1:Name>String</d12p1:Name>
<d12p1:NameEn>String</d12p1:NameEn>
<d12p1:Vat>0</d12p1:Vat>
<d12p1:TaxMethod>0</d12p1:TaxMethod>
<d12p1:Tax1>0</d12p1:Tax1>
<d12p1:TaxK>0</d12p1:TaxK>
</d12p1:IntCode>
<d12p1:ExciseID>0</d12p1:ExciseID>
<d12p1:Excise>0</d12p1:Excise>
<d12p1:DestNumber>String</d12p1:DestNumber>
<d12p1:PackTypeID>0</d12p1:PackTypeID>
<d12p1:PriceGR>0</d12p1:PriceGR>
<d12p1:PriceGT>0</d12p1:PriceGT>
<d12p1:Spend>false</d12p1:Spend>
<d12p1:VatType>0</d12p1:VatType>
<d12p1:ExtendedInfo>
<d12p1:ProdPPID>String</d12p1:ProdPPID>
<d12p1:Description>String</d12p1:Description>
<d12p1:Anotation>String</d12p1:Anotation>
<d12p1:GarantDays>0</d12p1:GarantDays>
<d12p1:IsFastFood>false</d12p1:IsFastFood>
<d12p1:DetailedWarehousing>false</d12p1:DetailedWarehousing>
<d12p1:TrackAndTrace>false</d12p1:TrackAndTrace>
<d12p1:BrandID>0</d12p1:BrandID>
<d12p1:Brand>
<d12p1:BrandId>0</d12p1:BrandId>
<d12p1:Abbreviation>String</d12p1:Abbreviation>
<d12p1:Name>String</d12p1:Name>
<d12p1:BrandNameE>String</d12p1:BrandNameE>
<d12p1:Description>String</d12p1:Description>
<d12p1:Logo>AA==</d12p1:Logo>
</d12p1:Brand>
<d12p1:RType>0</d12p1:RType>
<d12p1:SizeId>0</d12p1:SizeId>
<d12p1:ColorId>0</d12p1:ColorId>
<d12p1:GenderId>0</d12p1:GenderId>
<d12p1:Size>
<d12p1:Id>0</d12p1:Id>
<d12p1:Name>String</d12p1:Name>
<d12p1:SizeType>0</d12p1:SizeType>
</d12p1:Size>
<d12p1:Color>
<d12p1:codeid>0</d12p1:codeid>
<d12p1:mgrid>00000000-0000-0000-0000-000000000000</d12p1:mgrid>
<d12p1:hname>String</d12p1:hname>
<d12p1:hnamee>String</d12p1:hnamee>
<d12p1:hcode>String</d12p1:hcode>
<d12p1:defval>false</d12p1:defval>
<d12p1:vm>0</d12p1:vm>
<d12p1:vp>0</d12p1:vp>
<d12p1:vi>0</d12p1:vi>
<d12p1:vd>0001-01-01T00:00:00</d12p1:vd>
<d12p1:canceled>false</d12p1:canceled>
<d12p1:crtime>0001-01-01T00:00:00</d12p1:crtime>
<d12p1:unid>00000000-0000-0000-0000-000000000000</d12p1:unid>
<d12p1:IUD>0</d12p1:IUD>
</d12p1:Color>
<d12p1:Gender>
<d12p1:codeid>0</d12p1:codeid>
<d12p1:mgrid>00000000-0000-0000-0000-000000000000</d12p1:mgrid>
<d12p1:hname>String</d12p1:hname>
<d12p1:hnamee>String</d12p1:hnamee>
<d12p1:hcode>String</d12p1:hcode>
<d12p1:defval>false</d12p1:defval>
<d12p1:vm>0</d12p1:vm>
<d12p1:vp>0</d12p1:vp>
<d12p1:vi>0</d12p1:vi>
<d12p1:vd>0001-01-01T00:00:00</d12p1:vd>
<d12p1:canceled>false</d12p1:canceled>
<d12p1:crtime>0001-01-01T00:00:00</d12p1:crtime>
<d12p1:unid>00000000-0000-0000-0000-000000000000</d12p1:unid>
<d12p1:IUD>0</d12p1:IUD>
</d12p1:Gender>
<d12p1:Meta xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d14p1:KeyValueOfstringstring>
<d14p1:Key>String</d14p1:Key>
<d14p1:Value>String</d14p1:Value>
</d14p1:KeyValueOfstringstring>
</d12p1:Meta>
</d12p1:ExtendedInfo>
<d12p1:BarCodes>
<d12p1:PPBCode>
<d12p1:Id>0</d12p1:Id>
<d12p1:ProdPPId>String</d12p1:ProdPPId>
<d12p1:BCode>String</d12p1:BCode>
</d12p1:PPBCode>
</d12p1:BarCodes>
<d12p1:Type>
<d12p1:ID>String</d12p1:ID>
<d12p1:Name>String</d12p1:Name>
<d12p1:NameEn>String</d12p1:NameEn>
<d12p1:LDefault>false</d12p1:LDefault>
<d12p1:Spend>false</d12p1:Spend>
</d12p1:Type>
<d12p1:HCategory>
<d12p1:ID>0</d12p1:ID>
<d12p1:Name>String</d12p1:Name>
<d12p1:ParentID>0</d12p1:ParentID>
<d12p1:HCode>String</d12p1:HCode>
<d12p1:Hccrt>String</d12p1:Hccrt>
<d12p1:NameEn>String</d12p1:NameEn>
<d12p1:CrTime>0001-01-01T00:00:00</d12p1:CrTime>
<d12p1:Unid>00000000-0000-0000-0000-000000000000</d12p1:Unid>
<d12p1:IsDefault>false</d12p1:IsDefault>
<d12p1:Canceled>false</d12p1:Canceled>
<d12p1:ShortDescription>String</d12p1:ShortDescription>
<d12p1:Description>String</d12p1:Description>
<d12p1:UrlSlug>String</d12p1:UrlSlug>
<d12p1:VideoUrl>String</d12p1:VideoUrl>
<d12p1:ShortDescription2>String</d12p1:ShortDescription2>
<d12p1:Description2>String</d12p1:Description2>
<d12p1:MinCount>0</d12p1:MinCount>
</d12p1:HCategory>
<d12p1:Brutto>0</d12p1:Brutto>
<d12p1:SpendR>false</d12p1:SpendR>
<d12p1:PriceUR>0</d12p1:PriceUR>
<d12p1:PriceUT>0</d12p1:PriceUT>
<d12p1:MDRetail>0</d12p1:MDRetail>
<d12p1:MDTrade>0</d12p1:MDTrade>
<d12p1:SupDays>0</d12p1:SupDays>
<d12p1:PrStatus>false</d12p1:PrStatus>
<d12p1:LNotInPrice>false</d12p1:LNotInPrice>
<d12p1:MinCountRetail>0</d12p1:MinCountRetail>
<d12p1:RegN>String</d12p1:RegN>
<d12p1:RegDate>0001-01-01T00:00:00</d12p1:RegDate>
<d12p1:RegEndDate>0001-01-01T00:00:00</d12p1:RegEndDate>
<d12p1:HasSpec>false</d12p1:HasSpec>
<d12p1:ReCalc>false</d12p1:ReCalc>
<d12p1:ExciseC>0</d12p1:ExciseC>
<d12p1:IsLinked>false</d12p1:IsLinked>
<d12p1:UnitId>0</d12p1:UnitId>
<d12p1:MinCountTrade>0</d12p1:MinCountTrade>
<d12p1:PPCatName>String</d12p1:PPCatName>
<d12p1:Images>
<d12p1:ProdImage>
<d12p1:Id>0</d12p1:Id>
<d12p1:FileName>String</d12p1:FileName>
<d12p1:Link>String</d12p1:Link>
<d12p1:Checksum>String</d12p1:Checksum>
<d12p1:CreateTime>0001-01-01T00:00:00</d12p1:CreateTime>
<d12p1:UpdateTime>0001-01-01T00:00:00</d12p1:UpdateTime>
<d12p1:IsMain>false</d12p1:IsMain>
</d12p1:ProdImage>
</d12p1:Images>
<d12p1:CBCode>String</d12p1:CBCode>
<d12p1:ScaleGroup>0</d12p1:ScaleGroup>
<d12p1:Brand>
<d12p1:BrandId>0</d12p1:BrandId>
<d12p1:Abbreviation>String</d12p1:Abbreviation>
<d12p1:Name>String</d12p1:Name>
<d12p1:BrandNameE>String</d12p1:BrandNameE>
<d12p1:Description>String</d12p1:Description>
<d12p1:Logo>AA==</d12p1:Logo>
</d12p1:Brand>
<d12p1:Attributes xmlns:d13p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d13p1:KeyValueOfstringstring>
<d13p1:Key>String</d13p1:Key>
<d13p1:Value>String</d13p1:Value>
</d13p1:KeyValueOfstringstring>
</d12p1:Attributes>
</d2p1:Prod>
<d2p1:CCount>0</d2p1:CCount>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:Status>0</d2p1:Status>
</d2p1:CrmOrderProductMaterialWarehouseInfo>
</d2p1:Materials>
</d2p1:CrmOrderProductWarehouseInfo>
</d2p1:WhInfo>
<d2p1:MinPrice>0</d2p1:MinPrice>
<d2p1:NeedPrepare>0</d2p1:NeedPrepare>
<d2p1:Materials>
<d2p1:CrmOrderProductMaterial>
<d2p1:Id>0</d2p1:Id>
<d2p1:Prod xmlns:d10p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d10p1:ID>String</d10p1:ID>
<d10p1:BCode>String</d10p1:BCode>
<d10p1:BBCode>String</d10p1:BBCode>
<d10p1:InCode>String</d10p1:InCode>
<d10p1:Name>String</d10p1:Name>
<d10p1:NameEn>String</d10p1:NameEn>
<d10p1:PackBCount>0</d10p1:PackBCount>
<d10p1:PackCount>0</d10p1:PackCount>
<d10p1:Netto>0</d10p1:Netto>
<d10p1:ByWeight>0</d10p1:ByWeight>
<d10p1:CategoryID>String</d10p1:CategoryID>
<d10p1:Category>
<d10p1:CategoryID>String</d10p1:CategoryID>
<d10p1:CategoryCode>String</d10p1:CategoryCode>
<d10p1:CategoryName>String</d10p1:CategoryName>
<d10p1:Spend>false</d10p1:Spend>
</d10p1:Category>
<d10p1:PPCatID>String</d10p1:PPCatID>
<d10p1:PCatID>0</d10p1:PCatID>
<d10p1:ProducerID>String</d10p1:ProducerID>
<d10p1:Producer>
<d10p1:ProducerID>String</d10p1:ProducerID>
<d10p1:ProducerName>String</d10p1:ProducerName>
<d10p1:CountryId>String</d10p1:CountryId>
<d10p1:LOwn>false</d10p1:LOwn>
<d10p1:Speend>false</d10p1:Speend>
<d10p1:ProducerNameEnglish>String</d10p1:ProducerNameEnglish>
<d10p1:Address>String</d10p1:Address>
<d10p1:PostalCode>String</d10p1:PostalCode>
<d10p1:Phone>String</d10p1:Phone>
<d10p1:Fax>String</d10p1:Fax>
<d10p1:Person>String</d10p1:Person>
<d10p1:Email>String</d10p1:Email>
<d10p1:Ldefault>false</d10p1:Ldefault>
<d10p1:MrgId>0</d10p1:MrgId>
<d10p1:Country>
<d10p1:CountryId>String</d10p1:CountryId>
<d10p1:CountryNe>String</d10p1:CountryNe>
<d10p1:LDefault>false</d10p1:LDefault>
<d10p1:Spend>false</d10p1:Spend>
<d10p1:CountryNu>String</d10p1:CountryNu>
</d10p1:Country>
<d10p1:ProducerCountry>String</d10p1:ProducerCountry>
</d10p1:Producer>
<d10p1:Vat>0</d10p1:Vat>
<d10p1:LifeDays>0</d10p1:LifeDays>
<d10p1:Unit>String</d10p1:Unit>
<d10p1:ParentID>String</d10p1:ParentID>
<d10p1:MaxDiscount>0</d10p1:MaxDiscount>
<d10p1:IsImported>false</d10p1:IsImported>
<d10p1:Dimensions>
<d10p1:X>0</d10p1:X>
<d10p1:Y>0</d10p1:Y>
<d10p1:Z>0</d10p1:Z>
</d10p1:Dimensions>
<d10p1:PackCCount>0</d10p1:PackCCount>
<d10p1:PDose>String</d10p1:PDose>
<d10p1:IntCodeID>String</d10p1:IntCodeID>
<d10p1:IntCode>
<d10p1:IntCodeID>String</d10p1:IntCodeID>
<d10p1:Name>String</d10p1:Name>
<d10p1:NameEn>String</d10p1:NameEn>
<d10p1:Vat>0</d10p1:Vat>
<d10p1:TaxMethod>0</d10p1:TaxMethod>
<d10p1:Tax1>0</d10p1:Tax1>
<d10p1:TaxK>0</d10p1:TaxK>
</d10p1:IntCode>
<d10p1:ExciseID>0</d10p1:ExciseID>
<d10p1:Excise>0</d10p1:Excise>
<d10p1:DestNumber>String</d10p1:DestNumber>
<d10p1:PackTypeID>0</d10p1:PackTypeID>
<d10p1:PriceGR>0</d10p1:PriceGR>
<d10p1:PriceGT>0</d10p1:PriceGT>
<d10p1:Spend>false</d10p1:Spend>
<d10p1:VatType>0</d10p1:VatType>
<d10p1:ExtendedInfo>
<d10p1:ProdPPID>String</d10p1:ProdPPID>
<d10p1:Description>String</d10p1:Description>
<d10p1:Anotation>String</d10p1:Anotation>
<d10p1:GarantDays>0</d10p1:GarantDays>
<d10p1:IsFastFood>false</d10p1:IsFastFood>
<d10p1:DetailedWarehousing>false</d10p1:DetailedWarehousing>
<d10p1:TrackAndTrace>false</d10p1:TrackAndTrace>
<d10p1:BrandID>0</d10p1:BrandID>
<d10p1:Brand>
<d10p1:BrandId>0</d10p1:BrandId>
<d10p1:Abbreviation>String</d10p1:Abbreviation>
<d10p1:Name>String</d10p1:Name>
<d10p1:BrandNameE>String</d10p1:BrandNameE>
<d10p1:Description>String</d10p1:Description>
<d10p1:Logo>AA==</d10p1:Logo>
</d10p1:Brand>
<d10p1:RType>0</d10p1:RType>
<d10p1:SizeId>0</d10p1:SizeId>
<d10p1:ColorId>0</d10p1:ColorId>
<d10p1:GenderId>0</d10p1:GenderId>
<d10p1:Size>
<d10p1:Id>0</d10p1:Id>
<d10p1:Name>String</d10p1:Name>
<d10p1:SizeType>0</d10p1:SizeType>
</d10p1:Size>
<d10p1:Color>
<d10p1:codeid>0</d10p1:codeid>
<d10p1:mgrid>00000000-0000-0000-0000-000000000000</d10p1:mgrid>
<d10p1:hname>String</d10p1:hname>
<d10p1:hnamee>String</d10p1:hnamee>
<d10p1:hcode>String</d10p1:hcode>
<d10p1:defval>false</d10p1:defval>
<d10p1:vm>0</d10p1:vm>
<d10p1:vp>0</d10p1:vp>
<d10p1:vi>0</d10p1:vi>
<d10p1:vd>0001-01-01T00:00:00</d10p1:vd>
<d10p1:canceled>false</d10p1:canceled>
<d10p1:crtime>0001-01-01T00:00:00</d10p1:crtime>
<d10p1:unid>00000000-0000-0000-0000-000000000000</d10p1:unid>
<d10p1:IUD>0</d10p1:IUD>
</d10p1:Color>
<d10p1:Gender>
<d10p1:codeid>0</d10p1:codeid>
<d10p1:mgrid>00000000-0000-0000-0000-000000000000</d10p1:mgrid>
<d10p1:hname>String</d10p1:hname>
<d10p1:hnamee>String</d10p1:hnamee>
<d10p1:hcode>String</d10p1:hcode>
<d10p1:defval>false</d10p1:defval>
<d10p1:vm>0</d10p1:vm>
<d10p1:vp>0</d10p1:vp>
<d10p1:vi>0</d10p1:vi>
<d10p1:vd>0001-01-01T00:00:00</d10p1:vd>
<d10p1:canceled>false</d10p1:canceled>
<d10p1:crtime>0001-01-01T00:00:00</d10p1:crtime>
<d10p1:unid>00000000-0000-0000-0000-000000000000</d10p1:unid>
<d10p1:IUD>0</d10p1:IUD>
</d10p1:Gender>
<d10p1:Meta xmlns:d12p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d12p1:KeyValueOfstringstring>
<d12p1:Key>String</d12p1:Key>
<d12p1:Value>String</d12p1:Value>
</d12p1:KeyValueOfstringstring>
</d10p1:Meta>
</d10p1:ExtendedInfo>
<d10p1:BarCodes>
<d10p1:PPBCode>
<d10p1:Id>0</d10p1:Id>
<d10p1:ProdPPId>String</d10p1:ProdPPId>
<d10p1:BCode>String</d10p1:BCode>
</d10p1:PPBCode>
</d10p1:BarCodes>
<d10p1:Type>
<d10p1:ID>String</d10p1:ID>
<d10p1:Name>String</d10p1:Name>
<d10p1:NameEn>String</d10p1:NameEn>
<d10p1:LDefault>false</d10p1:LDefault>
<d10p1:Spend>false</d10p1:Spend>
</d10p1:Type>
<d10p1:HCategory>
<d10p1:ID>0</d10p1:ID>
<d10p1:Name>String</d10p1:Name>
<d10p1:ParentID>0</d10p1:ParentID>
<d10p1:HCode>String</d10p1:HCode>
<d10p1:Hccrt>String</d10p1:Hccrt>
<d10p1:NameEn>String</d10p1:NameEn>
<d10p1:CrTime>0001-01-01T00:00:00</d10p1:CrTime>
<d10p1:Unid>00000000-0000-0000-0000-000000000000</d10p1:Unid>
<d10p1:IsDefault>false</d10p1:IsDefault>
<d10p1:Canceled>false</d10p1:Canceled>
<d10p1:ShortDescription>String</d10p1:ShortDescription>
<d10p1:Description>String</d10p1:Description>
<d10p1:UrlSlug>String</d10p1:UrlSlug>
<d10p1:VideoUrl>String</d10p1:VideoUrl>
<d10p1:ShortDescription2>String</d10p1:ShortDescription2>
<d10p1:Description2>String</d10p1:Description2>
<d10p1:MinCount>0</d10p1:MinCount>
</d10p1:HCategory>
<d10p1:Brutto>0</d10p1:Brutto>
<d10p1:SpendR>false</d10p1:SpendR>
<d10p1:PriceUR>0</d10p1:PriceUR>
<d10p1:PriceUT>0</d10p1:PriceUT>
<d10p1:MDRetail>0</d10p1:MDRetail>
<d10p1:MDTrade>0</d10p1:MDTrade>
<d10p1:SupDays>0</d10p1:SupDays>
<d10p1:PrStatus>false</d10p1:PrStatus>
<d10p1:LNotInPrice>false</d10p1:LNotInPrice>
<d10p1:MinCountRetail>0</d10p1:MinCountRetail>
<d10p1:RegN>String</d10p1:RegN>
<d10p1:RegDate>0001-01-01T00:00:00</d10p1:RegDate>
<d10p1:RegEndDate>0001-01-01T00:00:00</d10p1:RegEndDate>
<d10p1:HasSpec>false</d10p1:HasSpec>
<d10p1:ReCalc>false</d10p1:ReCalc>
<d10p1:ExciseC>0</d10p1:ExciseC>
<d10p1:IsLinked>false</d10p1:IsLinked>
<d10p1:UnitId>0</d10p1:UnitId>
<d10p1:MinCountTrade>0</d10p1:MinCountTrade>
<d10p1:PPCatName>String</d10p1:PPCatName>
<d10p1:Images>
<d10p1:ProdImage>
<d10p1:Id>0</d10p1:Id>
<d10p1:FileName>String</d10p1:FileName>
<d10p1:Link>String</d10p1:Link>
<d10p1:Checksum>String</d10p1:Checksum>
<d10p1:CreateTime>0001-01-01T00:00:00</d10p1:CreateTime>
<d10p1:UpdateTime>0001-01-01T00:00:00</d10p1:UpdateTime>
<d10p1:IsMain>false</d10p1:IsMain>
</d10p1:ProdImage>
</d10p1:Images>
<d10p1:CBCode>String</d10p1:CBCode>
<d10p1:ScaleGroup>0</d10p1:ScaleGroup>
<d10p1:Brand>
<d10p1:BrandId>0</d10p1:BrandId>
<d10p1:Abbreviation>String</d10p1:Abbreviation>
<d10p1:Name>String</d10p1:Name>
<d10p1:BrandNameE>String</d10p1:BrandNameE>
<d10p1:Description>String</d10p1:Description>
<d10p1:Logo>AA==</d10p1:Logo>
</d10p1:Brand>
<d10p1:Attributes xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d11p1:KeyValueOfstringstring>
<d11p1:Key>String</d11p1:Key>
<d11p1:Value>String</d11p1:Value>
</d11p1:KeyValueOfstringstring>
</d10p1:Attributes>
</d2p1:Prod>
<d2p1:BCount>0</d2p1:BCount>
<d2p1:MCount>0</d2p1:MCount>
</d2p1:CrmOrderProductMaterial>
</d2p1:Materials>
<d2p1:BasePrice>0</d2p1:BasePrice>
<d2p1:PrepareRecipe>
<d2p1:CrmOrderProdRecipe>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderDId>0</d2p1:OrderDId>
<d2p1:ProdPPId>String</d2p1:ProdPPId>
<d2p1:GCount>0</d2p1:GCount>
<d2p1:GType>0</d2p1:GType>
</d2p1:CrmOrderProdRecipe>
</d2p1:PrepareRecipe>
<d2p1:DiscountRestricted>false</d2p1:DiscountRestricted>
<d2p1:BuyCostG>0</d2p1:BuyCostG>
</d2p1:OrderProduct>
<d2p1:RemInfo xmlns:d7p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d7p1:RCount>0</d7p1:RCount>
<d7p1:SysRCount>0</d7p1:SysRCount>
<d7p1:FxRCount>0</d7p1:FxRCount>
<d7p1:Rezerved>0</d7p1:Rezerved>
</d2p1:RemInfo>
<d2p1:SubOrderId>0</d2p1:SubOrderId>
<d2p1:CompanyBranch xmlns:d7p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm">
<d7p1:Id>0</d7p1:Id>
<d7p1:CompanyId>0</d7p1:CompanyId>
<d7p1:ParentId>0</d7p1:ParentId>
<d7p1:Name>String</d7p1:Name>
<d7p1:NameEn>String</d7p1:NameEn>
<d7p1:AddressId>0</d7p1:AddressId>
<d7p1:Spend>false</d7p1:Spend>
<d7p1:Address>
<d7p1:Id>0</d7p1:Id>
<d7p1:CityId>String</d7p1:CityId>
<d7p1:BlockId>0</d7p1:BlockId>
<d7p1:PostalCode>String</d7p1:PostalCode>
<d7p1:FullAddress>String</d7p1:FullAddress>
<d7p1:Location xmlns:d9p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d9p1:Latitude>0</d9p1:Latitude>
<d9p1:Longitude>0</d9p1:Longitude>
</d7p1:Location>
</d7p1:Address>
<d7p1:Code>String</d7p1:Code>
<d7p1:BranchNum>0</d7p1:BranchNum>
<d7p1:GroupId>0</d7p1:GroupId>
<d7p1:Phone>String</d7p1:Phone>
<d7p1:Note>String</d7p1:Note>
<d7p1:Company>
<d7p1:Id>0</d7p1:Id>
<d7p1:Code>String</d7p1:Code>
<d7p1:Name>String</d7p1:Name>
<d7p1:NameEn>String</d7p1:NameEn>
<d7p1:IsOwn>false</d7p1:IsOwn>
<d7p1:IsPartner>false</d7p1:IsPartner>
<d7p1:IsCustomer>false</d7p1:IsCustomer>
<d7p1:IsSupplier>false</d7p1:IsSupplier>
<d7p1:AddressId>0</d7p1:AddressId>
<d7p1:Phone>String</d7p1:Phone>
<d7p1:Fax>String</d7p1:Fax>
<d7p1:Email>String</d7p1:Email>
<d7p1:Web>String</d7p1:Web>
<d7p1:Note>String</d7p1:Note>
<d7p1:Spend>false</d7p1:Spend>
<d7p1:Address>
<d7p1:Id>0</d7p1:Id>
<d7p1:CityId>String</d7p1:CityId>
<d7p1:BlockId>0</d7p1:BlockId>
<d7p1:PostalCode>String</d7p1:PostalCode>
<d7p1:FullAddress>String</d7p1:FullAddress>
<d7p1:Location xmlns:d10p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d10p1:Latitude>0</d10p1:Latitude>
<d10p1:Longitude>0</d10p1:Longitude>
</d7p1:Location>
</d7p1:Address>
<d7p1:VatType>0</d7p1:VatType>
</d7p1:Company>
<d7p1:CustomerParameters>
<d7p1:BranchId>0</d7p1:BranchId>
<d7p1:CustomerType>0</d7p1:CustomerType>
<d7p1:ProductType>0</d7p1:ProductType>
<d7p1:CustomerCategory>0</d7p1:CustomerCategory>
<d7p1:CreditDays>0</d7p1:CreditDays>
<d7p1:CreditLimit>0</d7p1:CreditLimit>
<d7p1:OverdueLimit>0</d7p1:OverdueLimit>
</d7p1:CustomerParameters>
<d7p1:BranchProdSpendListType>0</d7p1:BranchProdSpendListType>
<d7p1:SupplierParams>
<d7p1:BranchId>0</d7p1:BranchId>
<d7p1:ProdSupplyDays>0</d7p1:ProdSupplyDays>
<d7p1:MinOrderAmmount>0</d7p1:MinOrderAmmount>
<d7p1:OrderGenIntervalDays>0</d7p1:OrderGenIntervalDays>
<d7p1:Importer>false</d7p1:Importer>
<d7p1:MinOrderQuantity>0</d7p1:MinOrderQuantity>
<d7p1:AutoOrder>false</d7p1:AutoOrder>
</d7p1:SupplierParams>
<d7p1:BankAccounts>
<d7p1:CompanyBankAccount>
<d7p1:Id>0</d7p1:Id>
<d7p1:BranchId>0</d7p1:BranchId>
<d7p1:BankId>String</d7p1:BankId>
<d7p1:Account>String</d7p1:Account>
<d7p1:Note>String</d7p1:Note>
<d7p1:IsDefault>false</d7p1:IsDefault>
<d7p1:IntermediaryBankId>String</d7p1:IntermediaryBankId>
<d7p1:IntermediaryAccount>String</d7p1:IntermediaryAccount>
<d7p1:CurrencyId>String</d7p1:CurrencyId>
</d7p1:CompanyBankAccount>
</d7p1:BankAccounts>
<d7p1:BranchAccounts>
<d7p1:CompanyBranchAccount>
<d7p1:Id>0</d7p1:Id>
<d7p1:BranchId>0</d7p1:BranchId>
<d7p1:AccType>0</d7p1:AccType>
<d7p1:Account>String</d7p1:Account>
</d7p1:CompanyBranchAccount>
</d7p1:BranchAccounts>
</d2p1:CompanyBranch>
<d2p1:Materials>
<d2p1:CrmOrderProductMaterialWarehouseInfo>
<d2p1:Id>0</d2p1:Id>
<d2p1:WhId>0</d2p1:WhId>
<d2p1:Prod xmlns:d9p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d9p1:ID>String</d9p1:ID>
<d9p1:BCode>String</d9p1:BCode>
<d9p1:BBCode>String</d9p1:BBCode>
<d9p1:InCode>String</d9p1:InCode>
<d9p1:Name>String</d9p1:Name>
<d9p1:NameEn>String</d9p1:NameEn>
<d9p1:PackBCount>0</d9p1:PackBCount>
<d9p1:PackCount>0</d9p1:PackCount>
<d9p1:Netto>0</d9p1:Netto>
<d9p1:ByWeight>0</d9p1:ByWeight>
<d9p1:CategoryID>String</d9p1:CategoryID>
<d9p1:Category>
<d9p1:CategoryID>String</d9p1:CategoryID>
<d9p1:CategoryCode>String</d9p1:CategoryCode>
<d9p1:CategoryName>String</d9p1:CategoryName>
<d9p1:Spend>false</d9p1:Spend>
</d9p1:Category>
<d9p1:PPCatID>String</d9p1:PPCatID>
<d9p1:PCatID>0</d9p1:PCatID>
<d9p1:ProducerID>String</d9p1:ProducerID>
<d9p1:Producer>
<d9p1:ProducerID>String</d9p1:ProducerID>
<d9p1:ProducerName>String</d9p1:ProducerName>
<d9p1:CountryId>String</d9p1:CountryId>
<d9p1:LOwn>false</d9p1:LOwn>
<d9p1:Speend>false</d9p1:Speend>
<d9p1:ProducerNameEnglish>String</d9p1:ProducerNameEnglish>
<d9p1:Address>String</d9p1:Address>
<d9p1:PostalCode>String</d9p1:PostalCode>
<d9p1:Phone>String</d9p1:Phone>
<d9p1:Fax>String</d9p1:Fax>
<d9p1:Person>String</d9p1:Person>
<d9p1:Email>String</d9p1:Email>
<d9p1:Ldefault>false</d9p1:Ldefault>
<d9p1:MrgId>0</d9p1:MrgId>
<d9p1:Country>
<d9p1:CountryId>String</d9p1:CountryId>
<d9p1:CountryNe>String</d9p1:CountryNe>
<d9p1:LDefault>false</d9p1:LDefault>
<d9p1:Spend>false</d9p1:Spend>
<d9p1:CountryNu>String</d9p1:CountryNu>
</d9p1:Country>
<d9p1:ProducerCountry>String</d9p1:ProducerCountry>
</d9p1:Producer>
<d9p1:Vat>0</d9p1:Vat>
<d9p1:LifeDays>0</d9p1:LifeDays>
<d9p1:Unit>String</d9p1:Unit>
<d9p1:ParentID>String</d9p1:ParentID>
<d9p1:MaxDiscount>0</d9p1:MaxDiscount>
<d9p1:IsImported>false</d9p1:IsImported>
<d9p1:Dimensions>
<d9p1:X>0</d9p1:X>
<d9p1:Y>0</d9p1:Y>
<d9p1:Z>0</d9p1:Z>
</d9p1:Dimensions>
<d9p1:PackCCount>0</d9p1:PackCCount>
<d9p1:PDose>String</d9p1:PDose>
<d9p1:IntCodeID>String</d9p1:IntCodeID>
<d9p1:IntCode>
<d9p1:IntCodeID>String</d9p1:IntCodeID>
<d9p1:Name>String</d9p1:Name>
<d9p1:NameEn>String</d9p1:NameEn>
<d9p1:Vat>0</d9p1:Vat>
<d9p1:TaxMethod>0</d9p1:TaxMethod>
<d9p1:Tax1>0</d9p1:Tax1>
<d9p1:TaxK>0</d9p1:TaxK>
</d9p1:IntCode>
<d9p1:ExciseID>0</d9p1:ExciseID>
<d9p1:Excise>0</d9p1:Excise>
<d9p1:DestNumber>String</d9p1:DestNumber>
<d9p1:PackTypeID>0</d9p1:PackTypeID>
<d9p1:PriceGR>0</d9p1:PriceGR>
<d9p1:PriceGT>0</d9p1:PriceGT>
<d9p1:Spend>false</d9p1:Spend>
<d9p1:VatType>0</d9p1:VatType>
<d9p1:ExtendedInfo>
<d9p1:ProdPPID>String</d9p1:ProdPPID>
<d9p1:Description>String</d9p1:Description>
<d9p1:Anotation>String</d9p1:Anotation>
<d9p1:GarantDays>0</d9p1:GarantDays>
<d9p1:IsFastFood>false</d9p1:IsFastFood>
<d9p1:DetailedWarehousing>false</d9p1:DetailedWarehousing>
<d9p1:TrackAndTrace>false</d9p1:TrackAndTrace>
<d9p1:BrandID>0</d9p1:BrandID>
<d9p1:Brand>
<d9p1:BrandId>0</d9p1:BrandId>
<d9p1:Abbreviation>String</d9p1:Abbreviation>
<d9p1:Name>String</d9p1:Name>
<d9p1:BrandNameE>String</d9p1:BrandNameE>
<d9p1:Description>String</d9p1:Description>
<d9p1:Logo>AA==</d9p1:Logo>
</d9p1:Brand>
<d9p1:RType>0</d9p1:RType>
<d9p1:SizeId>0</d9p1:SizeId>
<d9p1:ColorId>0</d9p1:ColorId>
<d9p1:GenderId>0</d9p1:GenderId>
<d9p1:Size>
<d9p1:Id>0</d9p1:Id>
<d9p1:Name>String</d9p1:Name>
<d9p1:SizeType>0</d9p1:SizeType>
</d9p1:Size>
<d9p1:Color>
<d9p1:codeid>0</d9p1:codeid>
<d9p1:mgrid>00000000-0000-0000-0000-000000000000</d9p1:mgrid>
<d9p1:hname>String</d9p1:hname>
<d9p1:hnamee>String</d9p1:hnamee>
<d9p1:hcode>String</d9p1:hcode>
<d9p1:defval>false</d9p1:defval>
<d9p1:vm>0</d9p1:vm>
<d9p1:vp>0</d9p1:vp>
<d9p1:vi>0</d9p1:vi>
<d9p1:vd>0001-01-01T00:00:00</d9p1:vd>
<d9p1:canceled>false</d9p1:canceled>
<d9p1:crtime>0001-01-01T00:00:00</d9p1:crtime>
<d9p1:unid>00000000-0000-0000-0000-000000000000</d9p1:unid>
<d9p1:IUD>0</d9p1:IUD>
</d9p1:Color>
<d9p1:Gender>
<d9p1:codeid>0</d9p1:codeid>
<d9p1:mgrid>00000000-0000-0000-0000-000000000000</d9p1:mgrid>
<d9p1:hname>String</d9p1:hname>
<d9p1:hnamee>String</d9p1:hnamee>
<d9p1:hcode>String</d9p1:hcode>
<d9p1:defval>false</d9p1:defval>
<d9p1:vm>0</d9p1:vm>
<d9p1:vp>0</d9p1:vp>
<d9p1:vi>0</d9p1:vi>
<d9p1:vd>0001-01-01T00:00:00</d9p1:vd>
<d9p1:canceled>false</d9p1:canceled>
<d9p1:crtime>0001-01-01T00:00:00</d9p1:crtime>
<d9p1:unid>00000000-0000-0000-0000-000000000000</d9p1:unid>
<d9p1:IUD>0</d9p1:IUD>
</d9p1:Gender>
<d9p1:Meta xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d11p1:KeyValueOfstringstring>
<d11p1:Key>String</d11p1:Key>
<d11p1:Value>String</d11p1:Value>
</d11p1:KeyValueOfstringstring>
</d9p1:Meta>
</d9p1:ExtendedInfo>
<d9p1:BarCodes>
<d9p1:PPBCode>
<d9p1:Id>0</d9p1:Id>
<d9p1:ProdPPId>String</d9p1:ProdPPId>
<d9p1:BCode>String</d9p1:BCode>
</d9p1:PPBCode>
</d9p1:BarCodes>
<d9p1:Type>
<d9p1:ID>String</d9p1:ID>
<d9p1:Name>String</d9p1:Name>
<d9p1:NameEn>String</d9p1:NameEn>
<d9p1:LDefault>false</d9p1:LDefault>
<d9p1:Spend>false</d9p1:Spend>
</d9p1:Type>
<d9p1:HCategory>
<d9p1:ID>0</d9p1:ID>
<d9p1:Name>String</d9p1:Name>
<d9p1:ParentID>0</d9p1:ParentID>
<d9p1:HCode>String</d9p1:HCode>
<d9p1:Hccrt>String</d9p1:Hccrt>
<d9p1:NameEn>String</d9p1:NameEn>
<d9p1:CrTime>0001-01-01T00:00:00</d9p1:CrTime>
<d9p1:Unid>00000000-0000-0000-0000-000000000000</d9p1:Unid>
<d9p1:IsDefault>false</d9p1:IsDefault>
<d9p1:Canceled>false</d9p1:Canceled>
<d9p1:ShortDescription>String</d9p1:ShortDescription>
<d9p1:Description>String</d9p1:Description>
<d9p1:UrlSlug>String</d9p1:UrlSlug>
<d9p1:VideoUrl>String</d9p1:VideoUrl>
<d9p1:ShortDescription2>String</d9p1:ShortDescription2>
<d9p1:Description2>String</d9p1:Description2>
<d9p1:MinCount>0</d9p1:MinCount>
</d9p1:HCategory>
<d9p1:Brutto>0</d9p1:Brutto>
<d9p1:SpendR>false</d9p1:SpendR>
<d9p1:PriceUR>0</d9p1:PriceUR>
<d9p1:PriceUT>0</d9p1:PriceUT>
<d9p1:MDRetail>0</d9p1:MDRetail>
<d9p1:MDTrade>0</d9p1:MDTrade>
<d9p1:SupDays>0</d9p1:SupDays>
<d9p1:PrStatus>false</d9p1:PrStatus>
<d9p1:LNotInPrice>false</d9p1:LNotInPrice>
<d9p1:MinCountRetail>0</d9p1:MinCountRetail>
<d9p1:RegN>String</d9p1:RegN>
<d9p1:RegDate>0001-01-01T00:00:00</d9p1:RegDate>
<d9p1:RegEndDate>0001-01-01T00:00:00</d9p1:RegEndDate>
<d9p1:HasSpec>false</d9p1:HasSpec>
<d9p1:ReCalc>false</d9p1:ReCalc>
<d9p1:ExciseC>0</d9p1:ExciseC>
<d9p1:IsLinked>false</d9p1:IsLinked>
<d9p1:UnitId>0</d9p1:UnitId>
<d9p1:MinCountTrade>0</d9p1:MinCountTrade>
<d9p1:PPCatName>String</d9p1:PPCatName>
<d9p1:Images>
<d9p1:ProdImage>
<d9p1:Id>0</d9p1:Id>
<d9p1:FileName>String</d9p1:FileName>
<d9p1:Link>String</d9p1:Link>
<d9p1:Checksum>String</d9p1:Checksum>
<d9p1:CreateTime>0001-01-01T00:00:00</d9p1:CreateTime>
<d9p1:UpdateTime>0001-01-01T00:00:00</d9p1:UpdateTime>
<d9p1:IsMain>false</d9p1:IsMain>
</d9p1:ProdImage>
</d9p1:Images>
<d9p1:CBCode>String</d9p1:CBCode>
<d9p1:ScaleGroup>0</d9p1:ScaleGroup>
<d9p1:Brand>
<d9p1:BrandId>0</d9p1:BrandId>
<d9p1:Abbreviation>String</d9p1:Abbreviation>
<d9p1:Name>String</d9p1:Name>
<d9p1:BrandNameE>String</d9p1:BrandNameE>
<d9p1:Description>String</d9p1:Description>
<d9p1:Logo>AA==</d9p1:Logo>
</d9p1:Brand>
<d9p1:Attributes xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:KeyValueOfstringstring>
<d10p1:Key>String</d10p1:Key>
<d10p1:Value>String</d10p1:Value>
</d10p1:KeyValueOfstringstring>
</d9p1:Attributes>
</d2p1:Prod>
<d2p1:CCount>0</d2p1:CCount>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:Status>0</d2p1:Status>
</d2p1:CrmOrderProductMaterialWarehouseInfo>
</d2p1:Materials>
</d2p1:CrmOrderProductWarehouseInfo>
</d2p1:WhInfo>
<d2p1:MinPrice>0</d2p1:MinPrice>
<d2p1:NeedPrepare>0</d2p1:NeedPrepare>
<d2p1:Materials>
<d2p1:CrmOrderProductMaterial>
<d2p1:Id>0</d2p1:Id>
<d2p1:Prod xmlns:d7p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d7p1:ID>String</d7p1:ID>
<d7p1:BCode>String</d7p1:BCode>
<d7p1:BBCode>String</d7p1:BBCode>
<d7p1:InCode>String</d7p1:InCode>
<d7p1:Name>String</d7p1:Name>
<d7p1:NameEn>String</d7p1:NameEn>
<d7p1:PackBCount>0</d7p1:PackBCount>
<d7p1:PackCount>0</d7p1:PackCount>
<d7p1:Netto>0</d7p1:Netto>
<d7p1:ByWeight>0</d7p1:ByWeight>
<d7p1:CategoryID>String</d7p1:CategoryID>
<d7p1:Category>
<d7p1:CategoryID>String</d7p1:CategoryID>
<d7p1:CategoryCode>String</d7p1:CategoryCode>
<d7p1:CategoryName>String</d7p1:CategoryName>
<d7p1:Spend>false</d7p1:Spend>
</d7p1:Category>
<d7p1:PPCatID>String</d7p1:PPCatID>
<d7p1:PCatID>0</d7p1:PCatID>
<d7p1:ProducerID>String</d7p1:ProducerID>
<d7p1:Producer>
<d7p1:ProducerID>String</d7p1:ProducerID>
<d7p1:ProducerName>String</d7p1:ProducerName>
<d7p1:CountryId>String</d7p1:CountryId>
<d7p1:LOwn>false</d7p1:LOwn>
<d7p1:Speend>false</d7p1:Speend>
<d7p1:ProducerNameEnglish>String</d7p1:ProducerNameEnglish>
<d7p1:Address>String</d7p1:Address>
<d7p1:PostalCode>String</d7p1:PostalCode>
<d7p1:Phone>String</d7p1:Phone>
<d7p1:Fax>String</d7p1:Fax>
<d7p1:Person>String</d7p1:Person>
<d7p1:Email>String</d7p1:Email>
<d7p1:Ldefault>false</d7p1:Ldefault>
<d7p1:MrgId>0</d7p1:MrgId>
<d7p1:Country>
<d7p1:CountryId>String</d7p1:CountryId>
<d7p1:CountryNe>String</d7p1:CountryNe>
<d7p1:LDefault>false</d7p1:LDefault>
<d7p1:Spend>false</d7p1:Spend>
<d7p1:CountryNu>String</d7p1:CountryNu>
</d7p1:Country>
<d7p1:ProducerCountry>String</d7p1:ProducerCountry>
</d7p1:Producer>
<d7p1:Vat>0</d7p1:Vat>
<d7p1:LifeDays>0</d7p1:LifeDays>
<d7p1:Unit>String</d7p1:Unit>
<d7p1:ParentID>String</d7p1:ParentID>
<d7p1:MaxDiscount>0</d7p1:MaxDiscount>
<d7p1:IsImported>false</d7p1:IsImported>
<d7p1:Dimensions>
<d7p1:X>0</d7p1:X>
<d7p1:Y>0</d7p1:Y>
<d7p1:Z>0</d7p1:Z>
</d7p1:Dimensions>
<d7p1:PackCCount>0</d7p1:PackCCount>
<d7p1:PDose>String</d7p1:PDose>
<d7p1:IntCodeID>String</d7p1:IntCodeID>
<d7p1:IntCode>
<d7p1:IntCodeID>String</d7p1:IntCodeID>
<d7p1:Name>String</d7p1:Name>
<d7p1:NameEn>String</d7p1:NameEn>
<d7p1:Vat>0</d7p1:Vat>
<d7p1:TaxMethod>0</d7p1:TaxMethod>
<d7p1:Tax1>0</d7p1:Tax1>
<d7p1:TaxK>0</d7p1:TaxK>
</d7p1:IntCode>
<d7p1:ExciseID>0</d7p1:ExciseID>
<d7p1:Excise>0</d7p1:Excise>
<d7p1:DestNumber>String</d7p1:DestNumber>
<d7p1:PackTypeID>0</d7p1:PackTypeID>
<d7p1:PriceGR>0</d7p1:PriceGR>
<d7p1:PriceGT>0</d7p1:PriceGT>
<d7p1:Spend>false</d7p1:Spend>
<d7p1:VatType>0</d7p1:VatType>
<d7p1:ExtendedInfo>
<d7p1:ProdPPID>String</d7p1:ProdPPID>
<d7p1:Description>String</d7p1:Description>
<d7p1:Anotation>String</d7p1:Anotation>
<d7p1:GarantDays>0</d7p1:GarantDays>
<d7p1:IsFastFood>false</d7p1:IsFastFood>
<d7p1:DetailedWarehousing>false</d7p1:DetailedWarehousing>
<d7p1:TrackAndTrace>false</d7p1:TrackAndTrace>
<d7p1:BrandID>0</d7p1:BrandID>
<d7p1:Brand>
<d7p1:BrandId>0</d7p1:BrandId>
<d7p1:Abbreviation>String</d7p1:Abbreviation>
<d7p1:Name>String</d7p1:Name>
<d7p1:BrandNameE>String</d7p1:BrandNameE>
<d7p1:Description>String</d7p1:Description>
<d7p1:Logo>AA==</d7p1:Logo>
</d7p1:Brand>
<d7p1:RType>0</d7p1:RType>
<d7p1:SizeId>0</d7p1:SizeId>
<d7p1:ColorId>0</d7p1:ColorId>
<d7p1:GenderId>0</d7p1:GenderId>
<d7p1:Size>
<d7p1:Id>0</d7p1:Id>
<d7p1:Name>String</d7p1:Name>
<d7p1:SizeType>0</d7p1:SizeType>
</d7p1:Size>
<d7p1:Color>
<d7p1:codeid>0</d7p1:codeid>
<d7p1:mgrid>00000000-0000-0000-0000-000000000000</d7p1:mgrid>
<d7p1:hname>String</d7p1:hname>
<d7p1:hnamee>String</d7p1:hnamee>
<d7p1:hcode>String</d7p1:hcode>
<d7p1:defval>false</d7p1:defval>
<d7p1:vm>0</d7p1:vm>
<d7p1:vp>0</d7p1:vp>
<d7p1:vi>0</d7p1:vi>
<d7p1:vd>0001-01-01T00:00:00</d7p1:vd>
<d7p1:canceled>false</d7p1:canceled>
<d7p1:crtime>0001-01-01T00:00:00</d7p1:crtime>
<d7p1:unid>00000000-0000-0000-0000-000000000000</d7p1:unid>
<d7p1:IUD>0</d7p1:IUD>
</d7p1:Color>
<d7p1:Gender>
<d7p1:codeid>0</d7p1:codeid>
<d7p1:mgrid>00000000-0000-0000-0000-000000000000</d7p1:mgrid>
<d7p1:hname>String</d7p1:hname>
<d7p1:hnamee>String</d7p1:hnamee>
<d7p1:hcode>String</d7p1:hcode>
<d7p1:defval>false</d7p1:defval>
<d7p1:vm>0</d7p1:vm>
<d7p1:vp>0</d7p1:vp>
<d7p1:vi>0</d7p1:vi>
<d7p1:vd>0001-01-01T00:00:00</d7p1:vd>
<d7p1:canceled>false</d7p1:canceled>
<d7p1:crtime>0001-01-01T00:00:00</d7p1:crtime>
<d7p1:unid>00000000-0000-0000-0000-000000000000</d7p1:unid>
<d7p1:IUD>0</d7p1:IUD>
</d7p1:Gender>
<d7p1:Meta xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d9p1:KeyValueOfstringstring>
<d9p1:Key>String</d9p1:Key>
<d9p1:Value>String</d9p1:Value>
</d9p1:KeyValueOfstringstring>
</d7p1:Meta>
</d7p1:ExtendedInfo>
<d7p1:BarCodes>
<d7p1:PPBCode>
<d7p1:Id>0</d7p1:Id>
<d7p1:ProdPPId>String</d7p1:ProdPPId>
<d7p1:BCode>String</d7p1:BCode>
</d7p1:PPBCode>
</d7p1:BarCodes>
<d7p1:Type>
<d7p1:ID>String</d7p1:ID>
<d7p1:Name>String</d7p1:Name>
<d7p1:NameEn>String</d7p1:NameEn>
<d7p1:LDefault>false</d7p1:LDefault>
<d7p1:Spend>false</d7p1:Spend>
</d7p1:Type>
<d7p1:HCategory>
<d7p1:ID>0</d7p1:ID>
<d7p1:Name>String</d7p1:Name>
<d7p1:ParentID>0</d7p1:ParentID>
<d7p1:HCode>String</d7p1:HCode>
<d7p1:Hccrt>String</d7p1:Hccrt>
<d7p1:NameEn>String</d7p1:NameEn>
<d7p1:CrTime>0001-01-01T00:00:00</d7p1:CrTime>
<d7p1:Unid>00000000-0000-0000-0000-000000000000</d7p1:Unid>
<d7p1:IsDefault>false</d7p1:IsDefault>
<d7p1:Canceled>false</d7p1:Canceled>
<d7p1:ShortDescription>String</d7p1:ShortDescription>
<d7p1:Description>String</d7p1:Description>
<d7p1:UrlSlug>String</d7p1:UrlSlug>
<d7p1:VideoUrl>String</d7p1:VideoUrl>
<d7p1:ShortDescription2>String</d7p1:ShortDescription2>
<d7p1:Description2>String</d7p1:Description2>
<d7p1:MinCount>0</d7p1:MinCount>
</d7p1:HCategory>
<d7p1:Brutto>0</d7p1:Brutto>
<d7p1:SpendR>false</d7p1:SpendR>
<d7p1:PriceUR>0</d7p1:PriceUR>
<d7p1:PriceUT>0</d7p1:PriceUT>
<d7p1:MDRetail>0</d7p1:MDRetail>
<d7p1:MDTrade>0</d7p1:MDTrade>
<d7p1:SupDays>0</d7p1:SupDays>
<d7p1:PrStatus>false</d7p1:PrStatus>
<d7p1:LNotInPrice>false</d7p1:LNotInPrice>
<d7p1:MinCountRetail>0</d7p1:MinCountRetail>
<d7p1:RegN>String</d7p1:RegN>
<d7p1:RegDate>0001-01-01T00:00:00</d7p1:RegDate>
<d7p1:RegEndDate>0001-01-01T00:00:00</d7p1:RegEndDate>
<d7p1:HasSpec>false</d7p1:HasSpec>
<d7p1:ReCalc>false</d7p1:ReCalc>
<d7p1:ExciseC>0</d7p1:ExciseC>
<d7p1:IsLinked>false</d7p1:IsLinked>
<d7p1:UnitId>0</d7p1:UnitId>
<d7p1:MinCountTrade>0</d7p1:MinCountTrade>
<d7p1:PPCatName>String</d7p1:PPCatName>
<d7p1:Images>
<d7p1:ProdImage>
<d7p1:Id>0</d7p1:Id>
<d7p1:FileName>String</d7p1:FileName>
<d7p1:Link>String</d7p1:Link>
<d7p1:Checksum>String</d7p1:Checksum>
<d7p1:CreateTime>0001-01-01T00:00:00</d7p1:CreateTime>
<d7p1:UpdateTime>0001-01-01T00:00:00</d7p1:UpdateTime>
<d7p1:IsMain>false</d7p1:IsMain>
</d7p1:ProdImage>
</d7p1:Images>
<d7p1:CBCode>String</d7p1:CBCode>
<d7p1:ScaleGroup>0</d7p1:ScaleGroup>
<d7p1:Brand>
<d7p1:BrandId>0</d7p1:BrandId>
<d7p1:Abbreviation>String</d7p1:Abbreviation>
<d7p1:Name>String</d7p1:Name>
<d7p1:BrandNameE>String</d7p1:BrandNameE>
<d7p1:Description>String</d7p1:Description>
<d7p1:Logo>AA==</d7p1:Logo>
</d7p1:Brand>
<d7p1:Attributes xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d8p1:KeyValueOfstringstring>
<d8p1:Key>String</d8p1:Key>
<d8p1:Value>String</d8p1:Value>
</d8p1:KeyValueOfstringstring>
</d7p1:Attributes>
</d2p1:Prod>
<d2p1:BCount>0</d2p1:BCount>
<d2p1:MCount>0</d2p1:MCount>
</d2p1:CrmOrderProductMaterial>
</d2p1:Materials>
<d2p1:BasePrice>0</d2p1:BasePrice>
<d2p1:PrepareRecipe>
<d2p1:CrmOrderProdRecipe>
<d2p1:Id>0</d2p1:Id>
<d2p1:OrderDId>0</d2p1:OrderDId>
<d2p1:ProdPPId>String</d2p1:ProdPPId>
<d2p1:GCount>0</d2p1:GCount>
<d2p1:GType>0</d2p1:GType>
</d2p1:CrmOrderProdRecipe>
</d2p1:PrepareRecipe>
<d2p1:DiscountRestricted>false</d2p1:DiscountRestricted>
<d2p1:BuyCostG>0</d2p1:BuyCostG>
</d2p1:CrmOrderProduct>
</d2p1:Products>
<d2p1:Services>
<d2p1:CrmOrderService>
<d2p1:Id>0</d2p1:Id>
<d2p1:Service xmlns:d5p1="http://schemas.datacontract.org/2004/07/Apex.Services.Accounting">
<d5p1:ServiceID>String</d5p1:ServiceID>
<d5p1:Code>String</d5p1:Code>
<d5p1:Name>String</d5p1:Name>
<d5p1:NameEn>String</d5p1:NameEn>
<d5p1:Price>0</d5p1:Price>
<d5p1:PriceU>0</d5p1:PriceU>
<d5p1:Vat>0</d5p1:Vat>
<d5p1:Note>String</d5p1:Note>
<d5p1:LDefault>false</d5p1:LDefault>
<d5p1:Spend>false</d5p1:Spend>
<d5p1:NameN>String</d5p1:NameN>
</d2p1:Service>
<d2p1:Discount>0</d2p1:Discount>
<d2p1:Price>0</d2p1:Price>
<d2p1:SCount>0</d2p1:SCount>
<d2p1:VatType>0</d2p1:VatType>
<d2p1:Amount>0</d2p1:Amount>
<d2p1:DocId>String</d2p1:DocId>
</d2p1:CrmOrderService>
</d2p1:Services>
<d2p1:IsGift>false</d2p1:IsGift>
<d2p1:LoyaltyCard xmlns:d3p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d3p1:CardId>String</d3p1:CardId>
<d3p1:Number>String</d3p1:Number>
<d3p1:Password>String</d3p1:Password>
<d3p1:CreateDate>0001-01-01T00:00:00</d3p1:CreateDate>
<d3p1:ActivationDate>0001-01-01T00:00:00</d3p1:ActivationDate>
<d3p1:Points>0</d3p1:Points>
<d3p1:Discount>0</d3p1:Discount>
<d3p1:Status>0</d3p1:Status>
<d3p1:CardType>0</d3p1:CardType>
<d3p1:Suspended>false</d3p1:Suspended>
<d3p1:Issuer>
<d3p1:Id>0</d3p1:Id>
<d3p1:Code>String</d3p1:Code>
<d3p1:Name>String</d3p1:Name>
<d3p1:IssuerType>0</d3p1:IssuerType>
<d3p1:Suspended>false</d3p1:Suspended>
<d3p1:CityId>String</d3p1:CityId>
</d3p1:Issuer>
<d3p1:Owner>
<d3p1:Id>0</d3p1:Id>
<d3p1:Sn>String</d3p1:Sn>
<d3p1:FirstName>String</d3p1:FirstName>
<d3p1:SecondName>String</d3p1:SecondName>
<d3p1:LastName>String</d3p1:LastName>
<d3p1:FullName>String</d3p1:FullName>
<d3p1:DateOfBirth>0001-01-01T00:00:00</d3p1:DateOfBirth>
<d3p1:Sex>0</d3p1:Sex>
<d3p1:UnId>00000000-0000-0000-0000-000000000000</d3p1:UnId>
</d3p1:Owner>
<d3p1:AvaliablePoints>0</d3p1:AvaliablePoints>
</d2p1:LoyaltyCard>
<d2p1:MarketPartId>String</d2p1:MarketPartId>
<d2p1:Coupons>
<d2p1:CrmOrderCoupon>
<d2p1:Id>0</d2p1:Id>
<d2p1:Coupon xmlns:d5p1="http://schemas.datacontract.org/2004/07/Apex.Services.Warehousing">
<d5p1:Id>0</d5p1:Id>
<d5p1:Code>String</d5p1:Code>
<d5p1:CouponType>0</d5p1:CouponType>
<d5p1:ExpirationDate>0001-01-01T00:00:00</d5p1:ExpirationDate>
<d5p1:Voided>false</d5p1:Voided>
<d5p1:Used>false</d5p1:Used>
<d5p1:UseTime>0001-01-01T00:00:00</d5p1:UseTime>
<d5p1:Data>
<d5p1:Prods>
<d5p1:CouponProd>
<d5p1:ProdId>String</d5p1:ProdId>
<d5p1:IsService>0</d5p1:IsService>
<d5p1:Type>0</d5p1:Type>
<d5p1:SCount>0</d5p1:SCount>
<d5p1:ValueType>0</d5p1:ValueType>
<d5p1:Value>0</d5p1:Value>
<d5p1:SCountAdditive>0</d5p1:SCountAdditive>
</d5p1:CouponProd>
</d5p1:Prods>
</d5p1:Data>
<d5p1:CouponStatus>0</d5p1:CouponStatus>
<d5p1:ActivateId>00000000-0000-0000-0000-000000000000</d5p1:ActivateId>
<d5p1:SpendId>00000000-0000-0000-0000-000000000000</d5p1:SpendId>
<d5p1:CheckSumFrom>0</d5p1:CheckSumFrom>
<d5p1:CheckSumTo>0</d5p1:CheckSumTo>
<d5p1:DiscountAmountLimit>0</d5p1:DiscountAmountLimit>
<d5p1:DiscountSumLimit>0</d5p1:DiscountSumLimit>
<d5p1:SingleCouponPerCheck>0</d5p1:SingleCouponPerCheck>
<d5p1:FromDate>0001-01-01T00:00:00</d5p1:FromDate>
</d2p1:Coupon>
<d2p1:CrTime>0001-01-01T00:00:00</d2p1:CrTime>
<d2p1:CUser>String</d2p1:CUser>
</d2p1:CrmOrderCoupon>
</d2p1:Coupons>
<d2p1:Tags xmlns:d3p1="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
<d3p1:Tag>
<d3p1:Id>0</d3p1:Id>
<d3p1:TypeId>0</d3p1:TypeId>
<d3p1:Name>String</d3p1:Name>
<d3p1:SubId>String</d3p1:SubId>
<d3p1:TypeName>String</d3p1:TypeName>
</d3p1:Tag>
</d2p1:Tags>
<d2p1:Vouchers>
<d2p1:Voucher>
<d2p1:CardId>String</d2p1:CardId>
<d2p1:CodeWord>String</d2p1:CodeWord>
<d2p1:Vg>0</d2p1:Vg>
<d2p1:Date1>0001-01-01T00:00:00</d2p1:Date1>
<d2p1:Date2>0001-01-01T00:00:00</d2p1:Date2>
<d2p1:Date3>0001-01-01T00:00:00</d2p1:Date3>
<d2p1:Flag>0</d2p1:Flag>
<d2p1:DocsId>String</d2p1:DocsId>
</d2p1:Voucher>
</d2p1:Vouchers>
<d2p1:RezervStart>0001-01-01T00:00:00</d2p1:RezervStart>
<d2p1:ShowRoomType>0</d2p1:ShowRoomType>
<d2p1:MPType>0</d2p1:MPType>
</ExtOrder>
<SubOrders>
<ExternalCrmSubOrder>
<SubOrderId>0</SubOrderId>
<DeliveryInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Apex.Services.Crm.Orders">
<d4p1:DeliveryType>0</d4p1:DeliveryType>
<d4p1:DeliveryDate>0001-01-01T00:00:00</d4p1:DeliveryDate>
<d4p1:TransportNumber>String</d4p1:TransportNumber>
<d4p1:TransportDescription>String</d4p1:TransportDescription>
<d4p1:DeliveryPersonSn>String</d4p1:DeliveryPersonSn>
<d4p1:DeliveryPersonName>String</d4p1:DeliveryPersonName>
<d4p1:RSWaybillType>0</d4p1:RSWaybillType>
<d4p1:RSTransportType>0</d4p1:RSTransportType>
<d4p1:RecipientName>String</d4p1:RecipientName>
<d4p1:RecipientSn>String</d4p1:RecipientSn>
<d4p1:ToAddress>String</d4p1:ToAddress>
<d4p1:FromAddress>String</d4p1:FromAddress>
<d4p1:PrepareList>
<d4p1:Id>0</d4p1:Id>
<d4p1:Number>String</d4p1:Number>
<d4p1:CrTime>0001-01-01T00:00:00</d4p1:CrTime>
</d4p1:PrepareList>
<d4p1:BranchId>0</d4p1:BranchId>
<d4p1:Note>String</d4p1:Note>
<d4p1:DriverSN>String</d4p1:DriverSN>
<d4p1:DriverName>String</d4p1:DriverName>
<d4p1:SubOrderId>0</d4p1:SubOrderId>
<d4p1:ForwarderUserId>0</d4p1:ForwarderUserId>
<d4p1:RSTransportName>String</d4p1:RSTransportName>
<d4p1:RsNonResident>false</d4p1:RsNonResident>
</DeliveryInfo>
<SupplierBranchCode>String</SupplierBranchCode>
<Details>
<ExternalOrderDetail>
<ProdId>String</ProdId>
<Quantity>0</Quantity>
<Price>0</Price>
</ExternalOrderDetail>
</Details>
</ExternalCrmSubOrder>
</SubOrders>
<SupplierBranchId>0</SupplierBranchId>
<RecipientBranchId>0</RecipientBranchId>
</CreateCrmOrderFromExternalRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<CreateCrmOrderFromExternalRequestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Warehousing.Orders.External">
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
<d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Meta>
</d2p1:ResponseError>
</d2p1:Errors>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
</ResponseStatus>
<Result>
<ExternalOrderReference>
<OrderId>0</OrderId>
<Status>0</Status>
<ReceiveDocId>String</ReceiveDocId>
<ReceiveWarehouseAcc>String</ReceiveWarehouseAcc>
<VanWarehouseAcc>String</VanWarehouseAcc>
<ExtSupplierBranchId>0</ExtSupplierBranchId>
<SubOrderId>0</SubOrderId>
<LocalSubOrderId>0</LocalSubOrderId>
</ExternalOrderReference>
</Result>
</CreateCrmOrderFromExternalRequestResponse>