Custom Ledger Account Example

<EagleML
eaglemlVersion="2-0"
eaglemlType="AccountingTransactionMessage"
eaglemlRevision="223"
xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
xsi:type="AccountingTransactionMessage"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
    <accountingTransaction>
        <customLedgerAccount>
            <objectType>CustomLedgerAccount</objectType>
            <objectId>CustomLedgerAccount</objectId>
            <objectDescription>ACCOUNTING</objectDescription>
            <updateTimestamp>2016-05-05T13:53:25-04:00</updateTimestamp>
            <updateSource>EAGLESCRIPT</updateSource>
            <glAccount>2006000500</glAccount>
            <customAccount>2006000500</customAccount>
            <customAccountDescription>TEST</customAccountDescription>
            <gLSubAccount>2(LIABILITY)</gLSubAccount>
            <systemName>STAR</systemName>
            <chartOfAccountName>STAR</chartOfAccountName>
            <gLAccountDescription>TEST</gLAccountDescription>
            <gLSubAccountDescription>TEST</gLSubAccountDescription>
            <gLPostType>MOL</gLPostType>
            <gLPostTypeDescruption>B</gLPostTypeDescruption>
        </customLedgerAccount>
    </accountingTransaction>
</EagleML>