OrganizationUnit


Click here for a complete list of operations.

UnitRegistrationAllStatsAge

Načtení statistiky dle věku registrací zadané jednotky

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /JunakWebservice/OrganizationUnit.asmx HTTP/1.1
Host: test-is.skaut.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://is.skaut.cz/UnitRegistrationAllStatsAge"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UnitRegistrationAllStatsAge xmlns="https://is.skaut.cz/">
      <unitRegistrationAllStatsAgeInput>
        <ID_Login>guid</ID_Login>
        <ID_Unit>int</ID_Unit>
        <IsExpanded>boolean</IsExpanded>
        <LastNYears>int</LastNYears>
        <PrepareInvertedDatatable>boolean</PrepareInvertedDatatable>
      </unitRegistrationAllStatsAgeInput>
    </UnitRegistrationAllStatsAge>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UnitRegistrationAllStatsAgeResponse xmlns="https://is.skaut.cz/">
      <UnitRegistrationAllStatsAgeResult>
        <UnitRegistrationAllStatsAgeOutput>
          <Year>int</Year>
          <To6>int</To6>
          <To15>int</To15>
          <To18>int</To18>
          <To26>int</To26>
          <From26>int</From26>
          <Children>int</Children>
          <Adult>int</Adult>
          <Total>int</Total>
        </UnitRegistrationAllStatsAgeOutput>
        <UnitRegistrationAllStatsAgeOutput>
          <Year>int</Year>
          <To6>int</To6>
          <To15>int</To15>
          <To18>int</To18>
          <To26>int</To26>
          <From26>int</From26>
          <Children>int</Children>
          <Adult>int</Adult>
          <Total>int</Total>
        </UnitRegistrationAllStatsAgeOutput>
      </UnitRegistrationAllStatsAgeResult>
    </UnitRegistrationAllStatsAgeResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /JunakWebservice/OrganizationUnit.asmx HTTP/1.1
Host: test-is.skaut.cz
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UnitRegistrationAllStatsAge xmlns="https://is.skaut.cz/">
      <unitRegistrationAllStatsAgeInput>
        <ID_Login>guid</ID_Login>
        <ID_Unit>int</ID_Unit>
        <IsExpanded>boolean</IsExpanded>
        <LastNYears>int</LastNYears>
        <PrepareInvertedDatatable>boolean</PrepareInvertedDatatable>
      </unitRegistrationAllStatsAgeInput>
    </UnitRegistrationAllStatsAge>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UnitRegistrationAllStatsAgeResponse xmlns="https://is.skaut.cz/">
      <UnitRegistrationAllStatsAgeResult>
        <UnitRegistrationAllStatsAgeOutput>
          <Year>int</Year>
          <To6>int</To6>
          <To15>int</To15>
          <To18>int</To18>
          <To26>int</To26>
          <From26>int</From26>
          <Children>int</Children>
          <Adult>int</Adult>
          <Total>int</Total>
        </UnitRegistrationAllStatsAgeOutput>
        <UnitRegistrationAllStatsAgeOutput>
          <Year>int</Year>
          <To6>int</To6>
          <To15>int</To15>
          <To18>int</To18>
          <To26>int</To26>
          <From26>int</From26>
          <Children>int</Children>
          <Adult>int</Adult>
          <Total>int</Total>
        </UnitRegistrationAllStatsAgeOutput>
      </UnitRegistrationAllStatsAgeResult>
    </UnitRegistrationAllStatsAgeResponse>
  </soap12:Body>
</soap12:Envelope>