Example Input Payload
<User>
		<Name>PKP</Name>
</User>
<SunSystemsContext>
		<BusinessUnit>PKP</BusinessUnit>
		<BudgetCode>A</BudgetCode>
</SunSystemsContext>
<MethodContext>
		<LedgerPostingParameters>
				<JournalType>A</JournalType>
				<PostingType>1</PostingType>
		</LedgerPostingParameters>
</MethodContext>
<Payload>
		<Ledger>
				<Line>
						<LinkReference1>KKKKK</LinkReference1>
						<PermanentPostingReference>103103</PermanentPostingReference>
						<SigningDetails>LLLLLL</SigningDetails>
						<TransactionReference>103</TransactionReference>
						<AccountCode>A</AccountCode>
						<DebitCredit>C</DebitCredit>
			 </Line>
		</Ledger>
</Payload>
      Input Values
- 
               
<Name>PKP</Name>The user name as known to the system.
 - 
               
<BusinessUnit>PKP</BusinessUnit>The business unit to be updated.
 - 
               
<BudgetCode>A</BudgerCode>The ledger code to be udpated.
 - 
               
<JournalType>A</JournalType>Required for compatibility and not used by the component.
 - <PostingType>1</PostingType>
			 
			 
Required for compatibility and not used by the component.
 - <LinkReference1>KKKKK</LinkReference1>
			 
			 
Used to populate this column on the database for selected transactions.
 - <PermanentPostingReference>103103</PermanentPostingReference>
			 
			 
Used to filter transactions to be updated.
 - <SigningDetails>LLLLLL</SigningDetails>
			 
			 
Used to populate this column on the database for selected transactions.
 - <TransactionReference>103</TransactionReference>
			 
			 
Used to filter transactions to be updated.
 - <AccountCode>A</AccountCode>
			 
			 
Required for compatibility and not used by the component.
 - <DebitCredit>C</DebitCredit>
			 
			 
Required for compatibility and not used by the component.