TASKPM/scripts/rest-clients/order-update-sample.xml

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<order-list xmlns="http://rest.ws.libreplan.dev">
<order xmlns="http://rest.ws.libreplan.dev"
code="ORDER-1" name="Order UPDATED" init-date="2010-01-01">
<children>
<order-line-group code="ORDER-1-OE-1" name="Order element 1">
<children>
<order-line code="ORDER-1-OE-1-1" name="Order element 1.1">
<hours-groups>
<hours-group code="HG-1" working-hours="1500" resource-type="WORKER" />
</hours-groups>
</order-line>
<order-line code="ORDER-1-OE-1-2" name="Order element 1.2">
<hours-groups>
<hours-group code="HG-2" working-hours="2500" resource-type="WORKER" />
</hours-groups>
</order-line>
</children>
</order-line-group>
<order-line code="ORDER-1-OE-2" name="Order element 2">
<hours-groups>
<hours-group code="HG-3" working-hours="1500" resource-type="WORKER" />
</hours-groups>
</order-line>
</children>
</order>
</order-list>