Events


Click here for a complete list of operations.

EventGeneralUpdateStatisticAutoComputed

Nastavit, zda se počty účastníků počítají automaticky

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/Events.asmx HTTP/1.1
Host: test-is.skaut.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://is.skaut.cz/EventGeneralUpdateStatisticAutoComputed"

<?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>
    <EventGeneralUpdateStatisticAutoComputed xmlns="https://is.skaut.cz/">
      <eventGeneral>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <ID_Group>int</ID_Group>
        <ID_EventType>string</ID_EventType>
        <ID_UserCreate>int</ID_UserCreate>
        <DateCreate>dateTime</DateCreate>
        <DisplayName>string</DisplayName>
        <ID_Unit>int</ID_Unit>
        <Unit>string</Unit>
        <RegistrationNumber>string</RegistrationNumber>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <TotalDays>int</TotalDays>
        <GpsLatitude>double</GpsLatitude>
        <GpsLatitudeText>string</GpsLatitudeText>
        <GpsLongitude>double</GpsLongitude>
        <GpsLongitudeText>string</GpsLongitudeText>
        <Location>string</Location>
        <Note>string</Note>
        <CancelDecision>string</CancelDecision>
        <ID_Event>int</ID_Event>
        <Event>string</Event>
        <ID_EventGeneralState>string</ID_EventGeneralState>
        <EventGeneralState>string</EventGeneralState>
        <ID_UnitEducative>int</ID_UnitEducative>
        <UnitEducative>string</UnitEducative>
        <UnitEducativeRegistrationNumber>string</UnitEducativeRegistrationNumber>
        <ID_EventGeneralType>int</ID_EventGeneralType>
        <EventGeneralType>string</EventGeneralType>
        <ID_EventGeneralScope>int</ID_EventGeneralScope>
        <EventGeneralScope>string</EventGeneralScope>
        <Street>string</Street>
        <Postcode>string</Postcode>
        <Region>string</Region>
        <State>string</State>
        <ForeignParticipants>int</ForeignParticipants>
        <LeaderParticipants>int</LeaderParticipants>
        <AssistantParticipants>int</AssistantParticipants>
        <IsStatisticAutoComputed>boolean</IsStatisticAutoComputed>
        <ChildDays>int</ChildDays>
        <PersonDays>int</PersonDays>
        <Target>string</Target>
        <Program>string</Program>
        <ID_PersonClosed>int</ID_PersonClosed>
        <PersonClosed>string</PersonClosed>
        <DateClosed>dateTime</DateClosed>
        <ID_EventSpecificationTypeArray>
          <int>int</int>
          <int>int</int>
        </ID_EventSpecificationTypeArray>
        <EventSpecificationType>string</EventSpecificationType>
        <IsAutoComputedDays>boolean</IsAutoComputedDays>
        <TotalParticipants>int</TotalParticipants>
      </eventGeneral>
    </EventGeneralUpdateStatisticAutoComputed>
  </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>
    <EventGeneralUpdateStatisticAutoComputedResponse xmlns="https://is.skaut.cz/" />
  </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/Events.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>
    <EventGeneralUpdateStatisticAutoComputed xmlns="https://is.skaut.cz/">
      <eventGeneral>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <ID_Group>int</ID_Group>
        <ID_EventType>string</ID_EventType>
        <ID_UserCreate>int</ID_UserCreate>
        <DateCreate>dateTime</DateCreate>
        <DisplayName>string</DisplayName>
        <ID_Unit>int</ID_Unit>
        <Unit>string</Unit>
        <RegistrationNumber>string</RegistrationNumber>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <TotalDays>int</TotalDays>
        <GpsLatitude>double</GpsLatitude>
        <GpsLatitudeText>string</GpsLatitudeText>
        <GpsLongitude>double</GpsLongitude>
        <GpsLongitudeText>string</GpsLongitudeText>
        <Location>string</Location>
        <Note>string</Note>
        <CancelDecision>string</CancelDecision>
        <ID_Event>int</ID_Event>
        <Event>string</Event>
        <ID_EventGeneralState>string</ID_EventGeneralState>
        <EventGeneralState>string</EventGeneralState>
        <ID_UnitEducative>int</ID_UnitEducative>
        <UnitEducative>string</UnitEducative>
        <UnitEducativeRegistrationNumber>string</UnitEducativeRegistrationNumber>
        <ID_EventGeneralType>int</ID_EventGeneralType>
        <EventGeneralType>string</EventGeneralType>
        <ID_EventGeneralScope>int</ID_EventGeneralScope>
        <EventGeneralScope>string</EventGeneralScope>
        <Street>string</Street>
        <Postcode>string</Postcode>
        <Region>string</Region>
        <State>string</State>
        <ForeignParticipants>int</ForeignParticipants>
        <LeaderParticipants>int</LeaderParticipants>
        <AssistantParticipants>int</AssistantParticipants>
        <IsStatisticAutoComputed>boolean</IsStatisticAutoComputed>
        <ChildDays>int</ChildDays>
        <PersonDays>int</PersonDays>
        <Target>string</Target>
        <Program>string</Program>
        <ID_PersonClosed>int</ID_PersonClosed>
        <PersonClosed>string</PersonClosed>
        <DateClosed>dateTime</DateClosed>
        <ID_EventSpecificationTypeArray>
          <int>int</int>
          <int>int</int>
        </ID_EventSpecificationTypeArray>
        <EventSpecificationType>string</EventSpecificationType>
        <IsAutoComputedDays>boolean</IsAutoComputedDays>
        <TotalParticipants>int</TotalParticipants>
      </eventGeneral>
    </EventGeneralUpdateStatisticAutoComputed>
  </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>
    <EventGeneralUpdateStatisticAutoComputedResponse xmlns="https://is.skaut.cz/" />
  </soap12:Body>
</soap12:Envelope>