Table of Contents

XML Example of RCV-Receipt

Purpose

This Message can be used to create an inbound document (Receipt) in 3PL Dynamics.

Below XML Example contains the minimal mandatory fields when using namespaces in combination with XSD validation on the Message Type.

Basic setup of Connector Module needs to be done, to process this XML. The following master data is required:

  • Customer with GLN-code 8812423028886
  • Customer Item (related to this customer) with External No. EDIM001

XML Example

<?xml version="1.0" encoding="UTF-8"?>
<ns0:Message xmlns:ns0="www.boltrics.nl/receivereceipt:v1.00">
	<ns0:Header>
		<ns0:MessageID>001</ns0:MessageID>
		<ns0:CreationDateTime>2023-03-01T11:47:17</ns0:CreationDateTime>
		<ns0:ProcesAction>INSERT</ns0:ProcesAction>
		<ns0:FromTradingPartner>8812423028886</ns0:FromTradingPartner>
		<ns0:ToTradingPartner>8812423028746</ns0:ToTradingPartner>
	</ns0:Header>
	<ns0:Documents>
		<ns0:Document>
		    <ns0:EANCode>8812423028886</ns0:EANCode>
			<ns0:DocumentDate>2022-07-06</ns0:DocumentDate>
			<ns0:ExternalDocumentNo>INB-EDI-00001</ns0:ExternalDocumentNo>
			<ns0:SenderAddress>
				<ns0:ExternalNo>1002</ns0:ExternalNo>
				<ns0:EANCode>8812423028897</ns0:EANCode>
				<ns0:Name>Boltrics EDI Warehouse</ns0:Name>
				<ns0:Address>Galileilaan</ns0:Address>
				<ns0:AddressNo>23B</ns0:AddressNo>
				<ns0:City>Ede</ns0:City>
				<ns0:PostCode>6716BP</ns0:PostCode>
				<ns0:CountryCode>NL</ns0:CountryCode>
			</ns0:SenderAddress>
			<ns0:DocumentLines>
				<ns0:DocumentLine>
					<ns0:ExternalNo>EDIM001</ns0:ExternalNo>
					<ns0:OrderQuantity>50</ns0:OrderQuantity>
				</ns0:DocumentLine>
			</ns0:DocumentLines>
		</ns0:Document>
	</ns0:Documents>
</ns0:Message>

XSD

The XSD describes the XML Schema of this RCV-RECEIPT

Tip
  • The element BuildingCode (on Document level) can be implemented in 2 ways:

    by using the same Buildingcode as set on the Building 3PL Dynamics

        ...
        <ns0:BuildingCode>BLD-CODE</ns0:BuildingCode>
        ...
    

    by using first 10 characters of the GLN/EAN of the Building set in 3PL Dynamics.

        ...
        <ns0:BuildingCode>8712423</ns0:BuildingCode>
        ...
    

Basics and explanation are in our e-learning about Integration with the standard