Skip to content

Instantly share code, notes, and snippets.

@wishpot
Created October 14, 2011 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wishpot/1285925 to your computer and use it in GitHub Desktop.
Save wishpot/1285925 to your computer and use it in GitHub Desktop.
User Resource
<User xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.wishpot.com/restapi">
<Id>24273</Id>
<FirstName>maxinho</FirstName>
<LastName>maxinho</LastName>
<ScreenName>maxinho</ScreenName>
<IsVendor>true</IsVendor>
<FbUserId xsi:nil="true" />
<FbPageId xsi:nil="true" />
<MainPictureId>214</MainPictureId>
<IsMale xsi:nil="true" />
<Birthday xsi:nil="true" />
<City />
<Region />
<ZipCode />
<CountryCode>US</CountryCode>
<BlogURL />
<Website />
<Headline />
<Vendor>
<UserId>24273</UserId>
<FeedProvider>None</FeedProvider>
<FeedProviderId>0</FeedProviderId>
<FeedProviderName>None</FeedProviderName>
<FeedFilePrefix />
<TwPriceMax>0.0000</TwPriceMax>
<TwPriceMin>0.0000</TwPriceMin>
<FbPostPriceMax>0.0000</FbPostPriceMax>
<FbPostPriceMin>0.0000</FbPostPriceMin>
<AlertPercentDrop>15</AlertPercentDrop>
<NewItemsDaysOld>14</NewItemsDaysOld>
<TwDailyMaxDrops>1</TwDailyMaxDrops>
<TwDailyMaxNew>1</TwDailyMaxNew>
<TwPrefixDrop>Price Drop:</TwPrefixDrop>
<TwPrefixNewProd>New Product:</TwPrefixNewProd>
<TwPrefixFeatProd>Featured:</TwPrefixFeatProd>
<FbDailyMaxDrops>1</FbDailyMaxDrops>
<FbDailyMaxNew>1</FbDailyMaxNew>
<FbPrefixDrop>Fun find:</FbPrefixDrop>
<FbPrefixNewProd>This just in:</FbPrefixNewProd>
<FbPrefixFeatProd>Our latest addiction:</FbPrefixFeatProd>
<FbEnableAutoPost>false</FbEnableAutoPost>
<LicensedProducts>0</LicensedProducts>
<ProductFeedRssId xsi:nil="true" />
<LastModifiedTime>2011-12-13T21:49:21.193</LastModifiedTime>
<CreatedTime>2011-12-13T21:49:21.83</CreatedTime>
</Vendor>
<UserPicture>
<Id>214</Id>
<Format0>jpg</Format0>
<Width0>50</Width0>
<Height0>50</Height0>
<StoredPictureId0>1388</StoredPictureId0>
<CalculatedUrl0>
http://main_test_wishpot_com.s3.amazonaws.com/SP1_1388.jpg</CalculatedUrl0>
<Format1>jpg</Format1>
<Width1>75</Width1>
<Height1>75</Height1>
<StoredPictureId1>1389</StoredPictureId1>
<CalculatedUrl1>
http://main_test_wishpot_com.s3.amazonaws.com/SP1_1389.jpg</CalculatedUrl1>
<Format2>jpg</Format2>
<Width2>160</Width2>
<Height2>160</Height2>
<StoredPictureId2>1390</StoredPictureId2>
<CalculatedUrl2>
http://main_test_wishpot_com.s3.amazonaws.com/SP1_1390.jpg</CalculatedUrl2>
<UserId>24273</UserId>
</UserPicture>
<UserPaypalCredentials>
<PaypalCredential>
<Id>47</Id>
<UserId>24273</UserId>
<Email>massimiliano_ciccotosto@hotmail.com</Email>
</PaypalCredential>
</UserPaypalCredentials>
<NumFollowers>46</NumFollowers>
<NumFollowing>2</NumFollowing>
<NumProdListPubWishes>10</NumProdListPubWishes>
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment