<?xml version="1.0" encoding="utf-8"?>
<AddMemberMessageRTQRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>A*******3</eBayAuthToken>
  </RequesterCredentials>
  <!-- The user making this call must be the seller of the listing ID posted below -->
  <ItemID>1**********2</ItemID>
  <MemberMessage>
    <Body>
      Indeed, this is the first book in the Harry Potter series, with the original UK title.
      When released in the United states, the title was changed.
    </Body>
    <DisplayToPublic>true</DisplayToPublic>
    <EmailCopyToSender>true</EmailCopyToSender>
    <!-- This is the  unique identifier of the buyer's question. Message ID values can be retrieved with a GetMyMessages call -->
    <ParentMessageID>7****6</ParentMessageID>
    <!-- This is the user ID of the prospective buyer/bidder that asked the question -->
    <RecipientID>b************r</RecipientID>
  </MemberMessage>
</AddMemberMessageRTQRequest>