TASKPM/scripts/rest-clients/calendar-exception-type-sample.xml
Manuel Rego Casasnovas f00ba4f3ce Exception type web services.
* Added new field to export service.
* Implemented import service and added example.

FEA: ItEr61S06ExceptionTypeEntity
2010-10-13 16:32:17 +02:00

9 lines
404 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<calendar-exception-type-list xmlns="http://rest.ws.navalplanner.org">
<calendar-exception-type code="HALF_DAY" name="Half day"
color="green" duration="14400" over-assignable="true" />
<calendar-exception-type code="AVAILABILITY" name="Availability"
color="blue" duration="0" over-assignable="true" />
</calendar-exception-type-list>