ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Updated examples for order service to wrap with an "order-line".
This commit is contained in:
parent
01219e9e6a
commit
4d5fa2a1e1
2 changed files with 55 additions and 51 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<order xmlns="http://rest.ws.navalplanner.org"
|
||||
<order-list xmlns="http://rest.ws.navalplanner.org">
|
||||
<order
|
||||
code="ORDER-1" name="Order" init-date="2010-01-01">
|
||||
<children>
|
||||
<order-line-group code="ORDER-1-OE-1" name="Order element 1">
|
||||
|
|
@ -26,4 +27,5 @@
|
|||
</hours-groups>
|
||||
</order-line>
|
||||
</children>
|
||||
</order>
|
||||
</order>
|
||||
</order-list>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<order xmlns="http://rest.ws.navalplanner.org"
|
||||
<order-list xmlns="http://rest.ws.navalplanner.org">
|
||||
<order xmlns="http://rest.ws.navalplanner.org"
|
||||
code="ORDER-1" name="Order" init-date="2010-01-01">
|
||||
<children>
|
||||
<order-line-group code="ORDER-1-OE-1" name="Order element 1">
|
||||
|
|
@ -23,4 +24,5 @@
|
|||
</hours-groups>
|
||||
</order-line>
|
||||
</children>
|
||||
</order>
|
||||
</order>
|
||||
</order-list>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue