Skip to content

Instantly share code, notes, and snippets.

@wishpot
Created November 11, 2011 05:30
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/1357274 to your computer and use it in GitHub Desktop.
Save wishpot/1357274 to your computer and use it in GitHub Desktop.
UserMailbox Resource
<?xml version="1.0" encoding="utf-16" ?>
- <UserMailbox xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wishpot.com/restapi">
<UserId>4</UserId>
<MessageId>2</MessageId>
<MessageType>1</MessageType>
<FolderType>2</FolderType>
<Status>1</Status>
<NotificationPending>true</NotificationPending>
- <UserMessage>
<Id>2</Id>
<ProductId>1</ProductId>
<SenderUserId>4</SenderUserId>
<Subject>Christian Louboutins</Subject>
<Body>I would love to buy these! Can we meet downtown at Pacific Place so I can pick them up?</Body>
<CreatedTime>2011-11-11T05:33:15.993</CreatedTime>
- <MessageRecipients>
- <MessageRecipient>
<UserId>3</UserId>
<EmailAddressId xsi:nil="true" />
- <User>
<Id>3</Id>
<FirstName>Tom</FirstName>
<LastName>Lianza</LastName>
<ScreenName>tlianza</ScreenName>
<IsVendor>true</IsVendor>
<FbUserId xsi:nil="true" />
<FbPageId xsi:nil="true" />
<MainPictureId>2</MainPictureId>
<IsMale xsi:nil="true" />
<Birthday xsi:nil="true" />
<City />
<Region />
<ZipCode />
<CountryCode>US</CountryCode>
<BlogURL />
- <UserPicture>
<Id>2</Id>
<RemoteUrl0>http://fakeurl.com/fakepicture.jpg</RemoteUrl0>
<Width0>0</Width0>
<Height0>0</Height0>
<StoredPictureId0>0</StoredPictureId0>
<CalculatedUrl0>http://fakeurl.com/fakepicture.jpg</CalculatedUrl0>
<Width1>0</Width1>
<Height1>0</Height1>
<StoredPictureId1>0</StoredPictureId1>
<Width2>0</Width2>
<Height2>0</Height2>
<StoredPictureId2>0</StoredPictureId2>
<UserId>3</UserId>
</UserPicture>
<UserPaypalCredentials />
</User>
</MessageRecipient>
</MessageRecipients>
- <Product>
<Id>1</Id>
<Source>0</Source>
<SourceProductId>7fee47242fbb4ada9f022c3f7539c52f</SourceProductId>
<Sku>SKUHERE</Sku>
<Title>Complete Works of Shakespeare</Title>
<Url>http://lianza.org</Url>
<VendorId>3</VendorId>
<AverageRating xsi:nil="true" />
<NumRatings>0</NumRatings>
<IsDiscontinued>false</IsDiscontinued>
<CategoryId>1</CategoryId>
<Quantity xsi:nil="true" />
<CountryCode>US</CountryCode>
<LowNewPrice>5.5500</LowNewPrice>
<HighNewPrice xsi:nil="true" />
<LowUsedPrice xsi:nil="true" />
<HighUsedPrice xsi:nil="true" />
<RentalPrice xsi:nil="true" />
<CreatedTime>2011-11-11T05:33:14.077</CreatedTime>
<LastModifiedTime>2011-11-11T05:33:15.653</LastModifiedTime>
<CurrencyIsoCode>USD</CurrencyIsoCode>
<DisplayPrice>5.5500</DisplayPrice>
<RedirectUrl>http://auto.test.wishpot.com/public/merchant.aspx?pid=1&pcat=Aprons&pr=5.55&pspid=7fee47242fbb4ada9f022c3f7539c52f&ps=0&url=http%3A%2F%2Flianza.org</RedirectUrl>
- <ProductPicture>
<Id>1</Id>
<RemoteUrl0>http://images.amazon.com/images/P/0060776757.01._SCMZZZZZZZ_V62543500_.jpg</RemoteUrl0>
<Width0>62</Width0>
<Height0>75</Height0>
<StoredPictureId0>0</StoredPictureId0>
<CalculatedUrl0>http://images.amazon.com/images/P/0060776757.01._SCMZZZZZZZ_V62543500_.jpg</CalculatedUrl0>
<Width1>0</Width1>
<Height1>0</Height1>
<StoredPictureId1>0</StoredPictureId1>
<Width2>0</Width2>
<Height2>0</Height2>
<StoredPictureId2>0</StoredPictureId2>
<ProductId>1</ProductId>
<DisplayOrder>0</DisplayOrder>
</ProductPicture>
<ProductPictures />
<ShippingPolicies />
<IsPaypalCheckoutAvailable>false</IsPaypalCheckoutAvailable>
- <ProductStats>
<NumOwnWishes>0</NumOwnWishes>
<LoggedInUsersLists />
</ProductStats>
</Product>
- <SenderUser>
<Id>4</Id>
<FirstName>Tom</FirstName>
<LastName>Lianza</LastName>
<ScreenName>tlianza</ScreenName>
<IsVendor>false</IsVendor>
<FbUserId xsi:nil="true" />
<FbPageId xsi:nil="true" />
<MainPictureId>1</MainPictureId>
<IsMale xsi:nil="true" />
<Birthday xsi:nil="true" />
<City />
<Region />
<ZipCode />
<CountryCode>US</CountryCode>
<BlogURL />
- <UserPicture>
<Id>1</Id>
<RemoteUrl0>http://fakeurl.com/fakepicture.jpg</RemoteUrl0>
<Width0>0</Width0>
<Height0>0</Height0>
<StoredPictureId0>0</StoredPictureId0>
<CalculatedUrl0>http://fakeurl.com/fakepicture.jpg</CalculatedUrl0>
<Width1>0</Width1>
<Height1>0</Height1>
<StoredPictureId1>0</StoredPictureId1>
<Width2>0</Width2>
<Height2>0</Height2>
<StoredPictureId2>0</StoredPictureId2>
<UserId>4</UserId>
</UserPicture>
<UserPaypalCredentials />
</SenderUser>
</UserMessage>
</UserMailbox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment