<?xml version="1.0" encoding="UTF-8"?>
<!--All fields are optional-->
<DataImport>
	<JournalDetail><!--Multiple-->
		<Division>01</Division><!--String; MaxLength = 8-->
		<AccountId>606601</AccountId><!--String; MaxLength = 15-->
		<Amount>500.00</Amount><!--Decimal-->
		<OrderNumber>500000</OrderNumber><!--String; MaxLength = 10-->
		<CostGroupId></CostGroupId><!--Integer; Id of Cost Group-->
		<Note>Out of town delivery.</Note><!--String; MaxLength = 8000-->
	</JournalDetail>
	<JournalDetail><!--Multiple-->
		<Division>01</Division><!--String; MaxLength = 8-->
		<AccountId>100201</AccountId><!--String; MaxLength = 15-->
		<Amount>-500.00</Amount><!--Decimal-->
		<OrderNumber></OrderNumber><!--String; MaxLength = 10-->
		<CostGroupId></CostGroupId><!--Integer; Id of Cost Group-->
		<Note>Out of town delivery.</Note><!--String; MaxLength = 8000-->
	</JournalDetail>
</DataImport>