<?xml version="1.0" encoding="utf-8"?>
<AddSecondChanceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>A*******3</eBayAuthToken>
  </RequesterCredentials>
  <!-- The user ID of an user who made a bid on the auction item. The GetAllBidders call can be used to get bidders on a listing -->
  <RecipientBidderUserID>b************r</RecipientBidderUserID>
  <!-- The offer duration must be one of the values defined in SecondChanceOfferDurationCodeType -->
  <Duration>Days_3</Duration>
  <ItemID>1**********1</ItemID>
  <SellerMessage>
    I just got another copy of the book in stock, would
    you be interested in purchasing the copy?
  </SellerMessage>
</AddSecondChanceItemRequest>
