Skip to content

Instantly share code, notes, and snippets.

@tlianza
Created July 27, 2011 10:10
Show Gist options
  • Save tlianza/1109070 to your computer and use it in GitHub Desktop.
Save tlianza/1109070 to your computer and use it in GitHub Desktop.
User Resource
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wishlist.WishpotDA">
<IsVendor>true</IsVendor>
<Id>1</Id>
<FbUserId i:nil="true" />
<ScreenName>tlianza</ScreenName>
<FirstName>Tom</FirstName>
<LastName>Lianza</LastName>
<IsMale i:nil="true" />
<Birthday i:nil="true" />
<DateOfBirth i:nil="true" />
<City></City>
<Region></Region>
<ZipCode></ZipCode>
<CountryCode>US</CountryCode>
<Headline></Headline>
<Website></Website>
<MainPictureId i:nil="true" />
<CreatedTime>2009-11-09T22:17:20.723</CreatedTime>
<LastModifiedTime>2009-11-09T22:17:29.383</LastModifiedTime>
<BlogURL></BlogURL>
<FbPageId i:nil="true" />
<Lists>
<List>
<UserId>1</UserId>
<Id>1</Id>
<Type>0</Type>
<Name>My Wishlist</Name>
<Description></Description>
<Tags></Tags>
<AccessType>30</AccessType>
<MainPictureId i:nil="true" />
<IsDefault>false</IsDefault>
<ShippingAddressId i:nil="true" />
<SourceListId i:nil="true" />
<CreatedTime>2009-11-09T22:17:26.417</CreatedTime>
</List>
</Lists>
<Vendor>
<FeedProvider>None</FeedProvider>
<UserId>1</UserId>
<FeedFilePrefix></FeedFilePrefix>
<TwPriceMax>0</TwPriceMax>
<TwPriceMin>0</TwPriceMin>
<FbPostPriceMax>0</FbPostPriceMax>
<FbPostPriceMin>0</FbPostPriceMin>
<AlertPercentDrop>15</AlertPercentDrop>
<NewItemsDaysOld>14</NewItemsDaysOld>
<TwDailyMaxDrops>3</TwDailyMaxDrops>
<TwDailyMaxNew>3</TwDailyMaxNew>
<TwPrefixDrop>Price Drop:</TwPrefixDrop>
<TwPrefixNewProd>New Product:</TwPrefixNewProd>
<TwPrefixFeatProd>Featured:</TwPrefixFeatProd>
<FbDailyMaxDrops>3</FbDailyMaxDrops>
<FbDailyMaxNew>3</FbDailyMaxNew>
<FbPrefixDrop>Price Drop:</FbPrefixDrop>
<FbPrefixNewProd>New Product:</FbPrefixNewProd>
<FbPrefixFeatProd>Featured:</FbPrefixFeatProd>
<FbEnableAutoPost>0</FbEnableAutoPost>
<LicensedProducts>0</LicensedProducts>
<ProductFeedRssId i:nil="true" />
<LastModifiedTime>2009-11-09T22:17:34.183</LastModifiedTime>
<CreatedTime>2009-11-09T22:17:34.24</CreatedTime>
<FeedProviderId>0</FeedProviderId>
</Vendor>
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment