/
Supplier Return Notification SURN

Supplier Return Notification SURN

Main function

Confirmation of receipt of a return with feedback (Accepted or Rejected).

Comment

If this message has not been implemented, the returns must be processed in the Extranet/CMI:

  • If the return is accepted, a credit note is automatically issued to the customer

  • If the return is rejected, the customer is notified by e-mail

 

image-20240104-140751.png
XML tree view

 

<?xml version="1.0" encoding="utf-8"?> <SUPPLIERRETURNNOTIFICATION xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opentrans.org/XMLSchema/2.1" version="2.1"> <SUPPLIERRETURNNOTIFICATION_HEADER> <SUPPLIERRETURNNOTIFICATION_INFO> <ORDER_ID>9316271</ORDER_ID> <SUPPLIERRETURNNOTIFICATION_DATE>2017-06-15T16:57:33</SUPPLIERRETURNNOTIFICATION_DATE> </SUPPLIERRETURNNOTIFICATION_INFO> </SUPPLIERRETURNNOTIFICATION_HEADER> <SUPPLIERRETURNNOTIFICATION_ITEM_LIST> <SUPPLIERRETURNNOTIFICATION_ITEM> <PRODUCT_ID> <SUPPLIER_PID xmlns="http://www.bmecat.org/bmecat/2005">A375-129</SUPPLIER_PID> <INTERNATIONAL_PID xmlns="http://www.bmecat.org/bmecat/2005">09783404175109</INTERNATIONAL_PID> <BUYER_PID xmlns="http://www.bmecat.org/bmecat/2005">6406567</BUYER_PID> </PRODUCT_ID> <QUANTITY>2</QUANTITY> <REQUESTACCEPTED>false</REQUESTACCEPTED> <RESPONSECOMMENT>Beschädigt, deshalb abgelehnt.</RESPONSECOMMENT> </SUPPLIERRETURNNOTIFICATION_ITEM> </SUPPLIERRETURNNOTIFICATION_ITEM_LIST> </SUPPLIERRETURNNOTIFICATION>

 

XML Element