Holds the period date and amount for each Financial Entry contour; used as input to
allocateContour
.
ContourEntry contains the following elements:
entryDate
- The date to assign the hours to. Must fall within the allocation date range. Date format is yyyy/MM/dd.
For example, 2001/01/11.
entryHours
- The allocated hours for the specified date. Date format is yyyy/MM/dd. For example, 2001/01/11.
Below is an example of a ContourEntry:
<ax21:entries xsi:type="ax21:FinancialEntryContourEntry">
<ax21:periodDate>01/01/2018</ax21:periodDate>
<ax21:amount>825.50</ax21:amount>
</ax21:entries>
<ax21:entries xsi:type="ax21:FinancialEntryContourEntry">
<ax21:periodDate>02/01/2018</ax21:periodDate>
<ax21:amount>930.00</ax21:amount>
</ax21:entries>