swad-core/soap/swad.getGroupTypes.res.xml

23 lines
686 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:swad="urn:swad">
<SOAP-ENV:Body>
<swad:getGroupTypesOutput>
<numGroupTypes>0</numGroupTypes>
<groupTypesArray>
<item>
<groupTypeCode>0</groupTypeCode>
<groupTypeName></groupTypeName>
<mandatory>0</mandatory>
<multiple>0</multiple>
<openTime>0</openTime>
</item>
</groupTypesArray>
</swad:getGroupTypesOutput>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>