TASKPM/scripts/rest-clients/expenses-sheet-sample.xml
Susana Montes Pedreira f3ada1bea4 update web services documentation and add scripts to test this case and
some example files.

FEA: ItEr76S22ExpenseTrackingSystem
2012-06-18 09:08:11 +01:00

14 lines
556 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<expense-sheet-list>
<expense-sheet description="Gastos anuales 2012"
code="EXPENSE_SHEET00002">
<expense-sheet-line-list>
<expense-sheet-line date="2012-06-05" task="ORDER00001-00002"
value="40.00" concept="Material reciclable"
code="EXPENSE_SHEET00002-00002" />
<expense-sheet-line date="2012-06-12" task="ORDER00001-00002"
value="40.00" concept=""
code="EXPENSE_SHEET00002-00003" />
</expense-sheet-line-list>
</expense-sheet>
</expense-sheet-list>