Request Documents for Adapter Transaction PART

The following are the sample XML request documents to run the transaction, PART:

PART_All_Request.xml

<IMS>
 <Transaction location="IMS/Transactions/Part">
  <message>
   <MESSAGE>*</MESSAGE>
  </message>
 </Transaction>
</IMS>

PART_Detail_Request.xml

<IMS>
 <Transaction location="IMS/Transactions/Part">
  <message>
   <MESSAGE>PartNumberHere</MESSAGE>
  </message>
 </Transaction>
</IMS>

PART_Error_Request.xml

<IMS>
 <Transaction location="IMS/Transactions/Part">
  <message>
   <MESSAGE>WillNotFind</MESSAGE>
  </message>
 </Transaction>
</IMS>