<?xml version="1.0" encoding="utf-8"?>
<AddMemberMessageAAQToPartnerRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>A*******3</eBayAuthToken>
  </RequesterCredentials>
  <!-- The user making this call must be the buyer or seller of the listing ID posted below -->
  <ItemID>9********7</ItemID>
  <MemberMessage>
    <Subject>Thank You for your purchase</Subject>
    <Body>We appreciate your business and hope you enjoy your book.</Body>
    <!-- The Question Type pass in the field below should be one of the enum values defined in QuestionTypeCodeType of Trading API, including 'General', 'Payment', or 'Shipping'  -->
    <QuestionType>General</QuestionType>
    <!-- The recipient must be the order partner of the user making the call -->
    <RecipientID>b************r</RecipientID>
  </MemberMessage>
</AddMemberMessageAAQToPartnerRequest>