<?xml version="1.0" encoding="UTF-8"?>
<Order xmlns="http://www.posti.com/wms/postiwmsxml/InPurchaseOrder/2016/1" ReceivingNode="12" OrderType="Order" FreightTerms="DAP" CustomerPONo="123123" ReqDeliveryDate="2017-08-23T21:00:00+02:00">
	<MetaData SourceOrganizationId="000" CreationDateTime="2017-08-15T21:00:00+02:00" DocumentType="InPurchaseOrder" ExternalUserId="003712345678" Language="FI" MessageIdentifier="321321"/>
	<OrderLines>
		<OrderLine CustomerLinePONo="00010" OrderedQty="30.00" ReqDeliveryDate="2017-08-23T00:00:00+02:00">
			<Item UnitOfMeasure="KPL" CountryOfOrigin="IN" SupplierItem="09000101" ProductClass="NORM" ItemID="ABC1001" ItemDesc="Carpet, 80x200cm, Red" SupplierItemDesc="Magical Carpet"/>
			<Instructions>
				<Instruction InstructionType="arrvlNtCom" InstructionText="Note to arrival process"/>
			</Instructions>
			<References>
				<Reference Name="passThrough" Value="1234512345"/>
			</References>
		</OrderLine>
		<OrderLine OrderedQty="4.00" CustomerLinePONo="00020" ReqDeliveryDate="2017-08-23T00:00:00+02:00">
			<Item UnitOfMeasure="KPL" ItemID="ABC1002" CountryOfOrigin="GB" ItemDesc="Soft toy" ProductClass="NORM" SupplierItem="123234345" SupplierItemDesc="Winnie-the-Pooh 30cm"/>
			<Instructions>
				<Instruction InstructionType="arrvlNtCom" InstructionText="Note to arrival process"/>
			</Instructions>
			<References>
				<Reference Name="passThrough" Value="432433"/>
				<Reference Name="customersReference1" Value="abc234"/>
			</References>
		</OrderLine>
	</OrderLines>
	<Instructions>
		<Instruction InstructionText="5432432" InstructionType="InvoicNmbr"/>
		<Instruction InstructionText="DAP" InstructionType="DelTermTxt"/>
	</Instructions>
	<PersonInfoBillTo Company="1001Stores" Country="IN" ZipCode="010101" City="Delhi" AddressLine1="Story street 1" AddressLine2="Apartment 1" AddressLine3="Door 2" DayPhone="+91-12323456789" EmailId="firstname.lastname@1001stores.com" FirstName="firstname" LastName="lastname" OtherPhone="+91-2342341234"/>
	<AdditionalAddresses>
		<AdditionalAddress AddressType="Supplier">
			<PersonInfo Company="TextileWonders Oy" Country="FI" ZipCode="33470" City="Ylöjärvi" AddressLine1="Mastotie 1" AddressLine2="Apartment 2" AddressLine3="Door 3" DayPhone="+358 44 1234567" EmailId="firstname.lastname@textilewonders.com" FirstName="firstname" LastName="lastname" OtherPhone="+358 3 1234567" PersonId="432543_1001"/>
		</AdditionalAddress>
	</AdditionalAddresses>
	<References>
		<Reference Name="passThrough" Value="ABC-123"/>
	</References>
</Order>
