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 /Items/SearchItems3/ HTTP/1.1
Host: baseservices.needion.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<SearchItems3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2">
<APIKey>String</APIKey>
<Cmd>String</Cmd>
<DeviceUUID>String</DeviceUUID>
<isAdmin>false</isAdmin>
<start>0001-01-01T00:00:00</start>
<CampaignCode>String</CampaignCode>
<CategoryKey>String</CategoryKey>
<Count>0</Count>
<IncludeAnalysisYn>false</IncludeAnalysisYn>
<IncludeCategoryContent>false</IncludeCategoryContent>
<IncludeGtmYn>false</IncludeGtmYn>
<IncludeOnlyCategories>false</IncludeOnlyCategories>
<IncludePosts>false</IncludePosts>
<IncludeSettingsYn>false</IncludeSettingsYn>
<IncludeUnPublished>false</IncludeUnPublished>
<ItemIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</ItemIds>
<ItemType xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:ItemTypes>Post</d2p1:ItemTypes>
</ItemType>
<ListOrder>Default</ListOrder>
<LocBottomRight xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:GeoAddress>String</d2p1:GeoAddress>
<d2p1:IsDeleted>false</d2p1:IsDeleted>
<d2p1:Lat>String</d2p1:Lat>
<d2p1:Lon>String</d2p1:Lon>
</LocBottomRight>
<LocDistance>0</LocDistance>
<LocTopLeft xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:GeoAddress>String</d2p1:GeoAddress>
<d2p1:IsDeleted>false</d2p1:IsDeleted>
<d2p1:Lat>String</d2p1:Lat>
<d2p1:Lon>String</d2p1:Lon>
</LocTopLeft>
<Location xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:GeoAddress>String</d2p1:GeoAddress>
<d2p1:IsDeleted>false</d2p1:IsDeleted>
<d2p1:Lat>String</d2p1:Lat>
<d2p1:Lon>String</d2p1:Lon>
</Location>
<MaxPrice>0</MaxPrice>
<MinPrice>0</MinPrice>
<Page>0</Page>
<PostTypeId>0</PostTypeId>
<SearchAttrDatas>
<SearchAttrData>
<Key>String</Key>
<Type>String</Type>
</SearchAttrData>
</SearchAttrDatas>
<SearchText>String</SearchText>
<ShowAllStock>false</ShowAllStock>
<StoreId>0</StoreId>
<UserId>0</UserId>
</SearchItems3Request>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<SearchItems3Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2">
<Error>
<ErrorCode>String</ErrorCode>
<ErrorDescription>String</ErrorDescription>
<ErrorYn>false</ErrorYn>
<ExYn>false</ExYn>
</Error>
<PageInfo>
<CurrentPage>0</CurrentPage>
<TotalPageCount>0</TotalPageCount>
<TotalRecordCount>0</TotalRecordCount>
</PageInfo>
<ResMessage>String</ResMessage>
<Result>false</Result>
<Analysis xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:AttibuteDefs>
<d2p1:SmAttributeDefDTO>
<d2p1:AType>Text</d2p1:AType>
<d2p1:AttributeDefId>0</d2p1:AttributeDefId>
<d2p1:DefaultKey>String</d2p1:DefaultKey>
<d2p1:DefaultValue>String</d2p1:DefaultValue>
<d2p1:LabelText>String</d2p1:LabelText>
<d2p1:MaxValue>0</d2p1:MaxValue>
<d2p1:MinValue>0</d2p1:MinValue>
<d2p1:Name>String</d2p1:Name>
<d2p1:Required>false</d2p1:Required>
<d2p1:AllText>String</d2p1:AllText>
<d2p1:AnyText>String</d2p1:AnyText>
<d2p1:AttributeDatas>
<d2p1:SmAttributeDataDTO>
<d2p1:Count>0</d2p1:Count>
<d2p1:Key>String</d2p1:Key>
<d2p1:Order>0</d2p1:Order>
<d2p1:Value>String</d2p1:Value>
</d2p1:SmAttributeDataDTO>
</d2p1:AttributeDatas>
<d2p1:Code>String</d2p1:Code>
<d2p1:HeaderText>String</d2p1:HeaderText>
<d2p1:IType>Text</d2p1:IType>
<d2p1:ParentAttributeDefId>0</d2p1:ParentAttributeDefId>
<d2p1:SType>None</d2p1:SType>
</d2p1:SmAttributeDefDTO>
</d2p1:AttibuteDefs>
<d2p1:Brands>
<d2p1:BrandDto>
<d2p1:BrandId>0</d2p1:BrandId>
<d2p1:BrandKey>String</d2p1:BrandKey>
<d2p1:BrandName>String</d2p1:BrandName>
<d2p1:Count>0</d2p1:Count>
</d2p1:BrandDto>
</d2p1:Brands>
<d2p1:BreadCrumb>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats i:nil="true" />
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:BreadCrumb>
<d2p1:BreadCrumb2>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats i:nil="true" />
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:BreadCrumb2>
<d2p1:CategorySuggestion>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats i:nil="true" />
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:CategorySuggestion>
<d2p1:Conditions>
<d2p1:AType>Text</d2p1:AType>
<d2p1:AttributeDefId>0</d2p1:AttributeDefId>
<d2p1:DefaultKey>String</d2p1:DefaultKey>
<d2p1:DefaultValue>String</d2p1:DefaultValue>
<d2p1:LabelText>String</d2p1:LabelText>
<d2p1:MaxValue>0</d2p1:MaxValue>
<d2p1:MinValue>0</d2p1:MinValue>
<d2p1:Name>String</d2p1:Name>
<d2p1:Required>false</d2p1:Required>
<d2p1:AllText>String</d2p1:AllText>
<d2p1:AnyText>String</d2p1:AnyText>
<d2p1:AttributeDatas>
<d2p1:SmAttributeDataDTO>
<d2p1:Count>0</d2p1:Count>
<d2p1:Key>String</d2p1:Key>
<d2p1:Order>0</d2p1:Order>
<d2p1:Value>String</d2p1:Value>
</d2p1:SmAttributeDataDTO>
</d2p1:AttributeDatas>
<d2p1:Code>String</d2p1:Code>
<d2p1:HeaderText>String</d2p1:HeaderText>
<d2p1:IType>Text</d2p1:IType>
<d2p1:ParentAttributeDefId>0</d2p1:ParentAttributeDefId>
<d2p1:SType>None</d2p1:SType>
</d2p1:Conditions>
<d2p1:MaxPrice>0</d2p1:MaxPrice>
<d2p1:MinPrice>0</d2p1:MinPrice>
<d2p1:SaleTypes>
<d2p1:AType>Text</d2p1:AType>
<d2p1:AttributeDefId>0</d2p1:AttributeDefId>
<d2p1:DefaultKey>String</d2p1:DefaultKey>
<d2p1:DefaultValue>String</d2p1:DefaultValue>
<d2p1:LabelText>String</d2p1:LabelText>
<d2p1:MaxValue>0</d2p1:MaxValue>
<d2p1:MinValue>0</d2p1:MinValue>
<d2p1:Name>String</d2p1:Name>
<d2p1:Required>false</d2p1:Required>
<d2p1:AllText>String</d2p1:AllText>
<d2p1:AnyText>String</d2p1:AnyText>
<d2p1:AttributeDatas>
<d2p1:SmAttributeDataDTO>
<d2p1:Count>0</d2p1:Count>
<d2p1:Key>String</d2p1:Key>
<d2p1:Order>0</d2p1:Order>
<d2p1:Value>String</d2p1:Value>
</d2p1:SmAttributeDataDTO>
</d2p1:AttributeDatas>
<d2p1:Code>String</d2p1:Code>
<d2p1:HeaderText>String</d2p1:HeaderText>
<d2p1:IType>Text</d2p1:IType>
<d2p1:ParentAttributeDefId>0</d2p1:ParentAttributeDefId>
<d2p1:SType>None</d2p1:SType>
</d2p1:SaleTypes>
</Analysis>
<CategoryContent xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:CategoryContent>String</d2p1:CategoryContent>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:Title>String</d2p1:Title>
</CategoryContent>
<Facets xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:FacetDTO>
<d2p1:HasMoreItems>false</d2p1:HasMoreItems>
<d2p1:Items>
<d2p1:FacetItemDTO>
<d2p1:Code>String</d2p1:Code>
<d2p1:Count>0</d2p1:Count>
<d2p1:Key>String</d2p1:Key>
<d2p1:Label>String</d2p1:Label>
</d2p1:FacetItemDTO>
</d2p1:Items>
<d2p1:ItemsCount>0</d2p1:ItemsCount>
<d2p1:Key>String</d2p1:Key>
<d2p1:Label>String</d2p1:Label>
</d2p1:FacetDTO>
</Facets>
<HitCount>0</HitCount>
<HitInSeconds>0</HitInSeconds>
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:SItemDto>
<d2p1:AddCommisionYn>false</d2p1:AddCommisionYn>
<d2p1:AllowSaleYn>false</d2p1:AllowSaleYn>
<d2p1:AvgRate>0</d2p1:AvgRate>
<d2p1:Campaingn>
<d2p1:BeginDate>0001-01-01T00:00:00</d2p1:BeginDate>
<d2p1:CDiscountAmt>0</d2p1:CDiscountAmt>
<d2p1:CDiscountQty>0</d2p1:CDiscountQty>
<d2p1:CDiscountRate>0</d2p1:CDiscountRate>
<d2p1:CDiscountType>Percent</d2p1:CDiscountType>
<d2p1:CSalePrice>0</d2p1:CSalePrice>
<d2p1:CTotalPrice>0</d2p1:CTotalPrice>
<d2p1:CampaignApplied>false</d2p1:CampaignApplied>
<d2p1:CampaignCode>String</d2p1:CampaignCode>
<d2p1:CampaignId>0</d2p1:CampaignId>
<d2p1:CampaignMessage>String</d2p1:CampaignMessage>
<d2p1:CampaignType>OnlyList</d2p1:CampaignType>
<d2p1:Description>String</d2p1:Description>
<d2p1:EndDate>0001-01-01T00:00:00</d2p1:EndDate>
<d2p1:InputSalePrice>0</d2p1:InputSalePrice>
<d2p1:ItemId>0</d2p1:ItemId>
<d2p1:ItemType>Post</d2p1:ItemType>
<d2p1:LogoUrl>String</d2p1:LogoUrl>
<d2p1:Message>String</d2p1:Message>
<d2p1:MinimumQty>0</d2p1:MinimumQty>
<d2p1:NeedionRate>0</d2p1:NeedionRate>
<d2p1:SaleQty>0</d2p1:SaleQty>
<d2p1:ShowPriceYn>false</d2p1:ShowPriceYn>
</d2p1:Campaingn>
<d2p1:CargoPrice>0</d2p1:CargoPrice>
<d2p1:CategoryKey>String</d2p1:CategoryKey>
<d2p1:ConditionId>0</d2p1:ConditionId>
<d2p1:Description>String</d2p1:Description>
<d2p1:DidUserFollow>false</d2p1:DidUserFollow>
<d2p1:DiscountRate>0</d2p1:DiscountRate>
<d2p1:Distance>0</d2p1:Distance>
<d2p1:FollowCount>0</d2p1:FollowCount>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:InStock>0</d2p1:InStock>
<d2p1:InStockYn>false</d2p1:InStockYn>
<d2p1:ItemHeader>String</d2p1:ItemHeader>
<d2p1:ItemId>0</d2p1:ItemId>
<d2p1:ItemKey>String</d2p1:ItemKey>
<d2p1:ItemName>String</d2p1:ItemName>
<d2p1:ItemType>Post</d2p1:ItemType>
<d2p1:ListPrice>0</d2p1:ListPrice>
<d2p1:ListPrice2>0</d2p1:ListPrice2>
<d2p1:Location>
<d2p1:GeoAddress>String</d2p1:GeoAddress>
<d2p1:IsDeleted>false</d2p1:IsDeleted>
<d2p1:Lat>String</d2p1:Lat>
<d2p1:Lon>String</d2p1:Lon>
</d2p1:Location>
<d2p1:MainMediaFriendlyURL>String</d2p1:MainMediaFriendlyURL>
<d2p1:MainMediaId>String</d2p1:MainMediaId>
<d2p1:MapAvatar>String</d2p1:MapAvatar>
<d2p1:MinSalePrice>0</d2p1:MinSalePrice>
<d2p1:ParentFriendlyURL>String</d2p1:ParentFriendlyURL>
<d2p1:ParentItemHeader>String</d2p1:ParentItemHeader>
<d2p1:ParentItemId>0</d2p1:ParentItemId>
<d2p1:ParentItemType>Post</d2p1:ParentItemType>
<d2p1:ParentMainMediaFriendlyURL>String</d2p1:ParentMainMediaFriendlyURL>
<d2p1:ParentMainMediaId>String</d2p1:ParentMainMediaId>
<d2p1:PostAge>0</d2p1:PostAge>
<d2p1:PostTypeId>0</d2p1:PostTypeId>
<d2p1:PriceType>0</d2p1:PriceType>
<d2p1:Properties>
<d2p1:PropertyDto>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value>String</d2p1:Value>
</d2p1:PropertyDto>
</d2p1:Properties>
<d2p1:PublishYn>false</d2p1:PublishYn>
<d2p1:RateCount>0</d2p1:RateCount>
<d2p1:SalePrice>0</d2p1:SalePrice>
<d2p1:Score>0</d2p1:Score>
<d2p1:StockType>0</d2p1:StockType>
<d2p1:Summary>String</d2p1:Summary>
<d2p1:VariantColorCount>0</d2p1:VariantColorCount>
<d2p1:ViewCount>0</d2p1:ViewCount>
</d2p1:SItemDto>
</Items>
<Settings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:AttibuteDefs>
<d2p1:SmAttributeDefDTO>
<d2p1:AType>Text</d2p1:AType>
<d2p1:AttributeDefId>0</d2p1:AttributeDefId>
<d2p1:DefaultKey>String</d2p1:DefaultKey>
<d2p1:DefaultValue>String</d2p1:DefaultValue>
<d2p1:LabelText>String</d2p1:LabelText>
<d2p1:MaxValue>0</d2p1:MaxValue>
<d2p1:MinValue>0</d2p1:MinValue>
<d2p1:Name>String</d2p1:Name>
<d2p1:Required>false</d2p1:Required>
<d2p1:AllText>String</d2p1:AllText>
<d2p1:AnyText>String</d2p1:AnyText>
<d2p1:AttributeDatas>
<d2p1:SmAttributeDataDTO>
<d2p1:Count>0</d2p1:Count>
<d2p1:Key>String</d2p1:Key>
<d2p1:Order>0</d2p1:Order>
<d2p1:Value>String</d2p1:Value>
</d2p1:SmAttributeDataDTO>
</d2p1:AttributeDatas>
<d2p1:Code>String</d2p1:Code>
<d2p1:HeaderText>String</d2p1:HeaderText>
<d2p1:IType>Text</d2p1:IType>
<d2p1:ParentAttributeDefId>0</d2p1:ParentAttributeDefId>
<d2p1:SType>None</d2p1:SType>
</d2p1:SmAttributeDefDTO>
</d2p1:AttibuteDefs>
<d2p1:Brands>
<d2p1:BrandDto>
<d2p1:BrandId>0</d2p1:BrandId>
<d2p1:BrandKey>String</d2p1:BrandKey>
<d2p1:BrandName>String</d2p1:BrandName>
<d2p1:Count>0</d2p1:Count>
</d2p1:BrandDto>
</d2p1:Brands>
<d2p1:BreadCrumb>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats>
<d2p1:SmCategoryMetaDTO>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:CategoryId>0</d2p1:CategoryId>
<d2p1:CategoryLabel>String</d2p1:CategoryLabel>
<d2p1:Code>String</d2p1:Code>
<d2p1:Keywords>String</d2p1:Keywords>
<d2p1:Metadata>String</d2p1:Metadata>
<d2p1:Name>String</d2p1:Name>
<d2p1:PId>0</d2p1:PId>
<d2p1:Tags>String</d2p1:Tags>
<d2p1:Title>String</d2p1:Title>
<d2p1:CType>None</d2p1:CType>
<d2p1:Count>0</d2p1:Count>
<d2p1:DeepestYn>false</d2p1:DeepestYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:Level>0</d2p1:Level>
<d2p1:NType>None</d2p1:NType>
<d2p1:Order>0</d2p1:Order>
<d2p1:SearchWeight>0</d2p1:SearchWeight>
<d2p1:SearchYn>false</d2p1:SearchYn>
<d2p1:Selected>false</d2p1:Selected>
<d2p1:SubCats i:nil="true" />
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:SubCats>
</d2p1:SmCategoryMetaDTO>
</d2p1:BreadCrumb>
<d2p1:PtSetting>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:Desciption>String</d2p1:Desciption>
<d2p1:FriendlyUrl>String</d2p1:FriendlyUrl>
<d2p1:Name>String</d2p1:Name>
<d2p1:PostTypeId>0</d2p1:PostTypeId>
<d2p1:DefaultCommissionRate>0</d2p1:DefaultCommissionRate>
<d2p1:FriendlyUrlSource>String</d2p1:FriendlyUrlSource>
<d2p1:PtAllowSaleYn>false</d2p1:PtAllowSaleYn>
<d2p1:SearchAddressLevel>None</d2p1:SearchAddressLevel>
<d2p1:SearchConditionYn>false</d2p1:SearchConditionYn>
<d2p1:SearchDefault>Post</d2p1:SearchDefault>
<d2p1:SearchDeliveryTypeYn>false</d2p1:SearchDeliveryTypeYn>
<d2p1:SearchMapDefaultScale>0</d2p1:SearchMapDefaultScale>
<d2p1:SearchMapMethod>Post</d2p1:SearchMapMethod>
<d2p1:SearchMapOnlyUsedCondition>false</d2p1:SearchMapOnlyUsedCondition>
<d2p1:SearchOpportunityProductsYn>false</d2p1:SearchOpportunityProductsYn>
<d2p1:SearchPostOnMapYn>false</d2p1:SearchPostOnMapYn>
<d2p1:SearchPostYn>false</d2p1:SearchPostYn>
<d2p1:SearchSaleTypeYn>false</d2p1:SearchSaleTypeYn>
<d2p1:SearchStoreOnMapYn>false</d2p1:SearchStoreOnMapYn>
<d2p1:SearchStoreYn>false</d2p1:SearchStoreYn>
<d2p1:VirtualDepartmentSource>String</d2p1:VirtualDepartmentSource>
</d2p1:PtSetting>
<d2p1:SuggestAttributeDefIdList>String</d2p1:SuggestAttributeDefIdList>
<d2p1:SuggestTargetCatKey>String</d2p1:SuggestTargetCatKey>
<d2p1:VariantDefs>
<d2p1:SmAttributeDefDTO>
<d2p1:AType>Text</d2p1:AType>
<d2p1:AttributeDefId>0</d2p1:AttributeDefId>
<d2p1:DefaultKey>String</d2p1:DefaultKey>
<d2p1:DefaultValue>String</d2p1:DefaultValue>
<d2p1:LabelText>String</d2p1:LabelText>
<d2p1:MaxValue>0</d2p1:MaxValue>
<d2p1:MinValue>0</d2p1:MinValue>
<d2p1:Name>String</d2p1:Name>
<d2p1:Required>false</d2p1:Required>
<d2p1:AllText>String</d2p1:AllText>
<d2p1:AnyText>String</d2p1:AnyText>
<d2p1:AttributeDatas>
<d2p1:SmAttributeDataDTO>
<d2p1:Count>0</d2p1:Count>
<d2p1:Key>String</d2p1:Key>
<d2p1:Order>0</d2p1:Order>
<d2p1:Value>String</d2p1:Value>
</d2p1:SmAttributeDataDTO>
</d2p1:AttributeDatas>
<d2p1:Code>String</d2p1:Code>
<d2p1:HeaderText>String</d2p1:HeaderText>
<d2p1:IType>Text</d2p1:IType>
<d2p1:ParentAttributeDefId>0</d2p1:ParentAttributeDefId>
<d2p1:SType>None</d2p1:SType>
</d2p1:SmAttributeDefDTO>
</d2p1:VariantDefs>
</Settings>
</SearchItems3Response>