Events


Click here for a complete list of operations.

EventCampUpdateDays

Nastavit, zda se počty tábořících 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/EventCampUpdateDays"

<?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>
    <EventCampUpdateDays xmlns="https://is.skaut.cz/">
      <eventCamp>
        <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>
        <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>
        <ID_EventCampState>string</ID_EventCampState>
        <EventCampState>string</EventCampState>
        <MobileContact>string</MobileContact>
        <MobileContactDisplay>string</MobileContactDisplay>
        <RegistrationDeadline>dateTime</RegistrationDeadline>
        <ID_Region>int</ID_Region>
        <Region>string</Region>
        <Postcode>string</Postcode>
        <IsFloodArea>boolean</IsFloodArea>
        <IsAutoComputed>boolean</IsAutoComputed>
        <ID_PersonApproved>int</ID_PersonApproved>
        <PersonApproved>string</PersonApproved>
        <DateApproved>dateTime</DateApproved>
        <ID_PersonApprovedParent>int</ID_PersonApprovedParent>
        <PersonApprovedParent>string</PersonApprovedParent>
        <DateApprovedParent>dateTime</DateApprovedParent>
        <DateApprovedExecutive>dateTime</DateApprovedExecutive>
        <TotalDays>int</TotalDays>
        <IsRecovering>boolean</IsRecovering>
        <CampType>string</CampType>
        <ID_CampTypeArray>
          <string>string</string>
          <string>string</string>
        </ID_CampTypeArray>
        <ID_UnitArray>
          <string>string</string>
          <string>string</string>
        </ID_UnitArray>
        <Units>string</Units>
        <EstimateChild>int</EstimateChild>
        <EstimateAdult>int</EstimateAdult>
        <EstimateCount>int</EstimateCount>
        <EstimateChildDays>int</EstimateChildDays>
        <EstimatePersonDays>int</EstimatePersonDays>
        <IsAutoComputedDays>boolean</IsAutoComputedDays>
        <RealTotalCost>decimal</RealTotalCost>
        <IsRealTotalCostAutoComputed>boolean</IsRealTotalCostAutoComputed>
        <IsRealAutoComputed>boolean</IsRealAutoComputed>
        <IsRealAutoComputedDays>boolean</IsRealAutoComputedDays>
        <ID_PersonReal>int</ID_PersonReal>
        <PersonReal>string</PersonReal>
        <DateReal>dateTime</DateReal>
        <RealAdult>int</RealAdult>
        <RealChild>int</RealChild>
        <RealCount>int</RealCount>
        <RealChildDays>int</RealChildDays>
        <RealPersonDays>int</RealPersonDays>
        <HasEstimateStatement>boolean</HasEstimateStatement>
        <ID_PersonLeader>int</ID_PersonLeader>
        <PersonLeader>string</PersonLeader>
        <PersonLeaderFirstName>string</PersonLeaderFirstName>
        <PersonLeaderLastName>string</PersonLeaderLastName>
        <PersonLeaderCivilName>string</PersonLeaderCivilName>
        <LeaderPhone>string</LeaderPhone>
        <LeaderPhoneDisplay>string</LeaderPhoneDisplay>
        <LeaderEmail>string</LeaderEmail>
        <LeaderEmailDisplay>string</LeaderEmailDisplay>
        <LeaderCity>string</LeaderCity>
        <UnitLocation>string</UnitLocation>
        <PersonStatutory>string</PersonStatutory>
        <Profit>decimal</Profit>
        <ProfitComputed>decimal</ProfitComputed>
        <ProfitComputedEstimation>decimal</ProfitComputedEstimation>
        <ID_CampPlace>int</ID_CampPlace>
        <CampPlace>string</CampPlace>
        <IsOnlineLogin>boolean</IsOnlineLogin>
        <CanUpdate>boolean</CanUpdate>
        <CanUpdateReal>boolean</CanUpdateReal>
      </eventCamp>
    </EventCampUpdateDays>
  </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>
    <EventCampUpdateDaysResponse 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>
    <EventCampUpdateDays xmlns="https://is.skaut.cz/">
      <eventCamp>
        <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>
        <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>
        <ID_EventCampState>string</ID_EventCampState>
        <EventCampState>string</EventCampState>
        <MobileContact>string</MobileContact>
        <MobileContactDisplay>string</MobileContactDisplay>
        <RegistrationDeadline>dateTime</RegistrationDeadline>
        <ID_Region>int</ID_Region>
        <Region>string</Region>
        <Postcode>string</Postcode>
        <IsFloodArea>boolean</IsFloodArea>
        <IsAutoComputed>boolean</IsAutoComputed>
        <ID_PersonApproved>int</ID_PersonApproved>
        <PersonApproved>string</PersonApproved>
        <DateApproved>dateTime</DateApproved>
        <ID_PersonApprovedParent>int</ID_PersonApprovedParent>
        <PersonApprovedParent>string</PersonApprovedParent>
        <DateApprovedParent>dateTime</DateApprovedParent>
        <DateApprovedExecutive>dateTime</DateApprovedExecutive>
        <TotalDays>int</TotalDays>
        <IsRecovering>boolean</IsRecovering>
        <CampType>string</CampType>
        <ID_CampTypeArray>
          <string>string</string>
          <string>string</string>
        </ID_CampTypeArray>
        <ID_UnitArray>
          <string>string</string>
          <string>string</string>
        </ID_UnitArray>
        <Units>string</Units>
        <EstimateChild>int</EstimateChild>
        <EstimateAdult>int</EstimateAdult>
        <EstimateCount>int</EstimateCount>
        <EstimateChildDays>int</EstimateChildDays>
        <EstimatePersonDays>int</EstimatePersonDays>
        <IsAutoComputedDays>boolean</IsAutoComputedDays>
        <RealTotalCost>decimal</RealTotalCost>
        <IsRealTotalCostAutoComputed>boolean</IsRealTotalCostAutoComputed>
        <IsRealAutoComputed>boolean</IsRealAutoComputed>
        <IsRealAutoComputedDays>boolean</IsRealAutoComputedDays>
        <ID_PersonReal>int</ID_PersonReal>
        <PersonReal>string</PersonReal>
        <DateReal>dateTime</DateReal>
        <RealAdult>int</RealAdult>
        <RealChild>int</RealChild>
        <RealCount>int</RealCount>
        <RealChildDays>int</RealChildDays>
        <RealPersonDays>int</RealPersonDays>
        <HasEstimateStatement>boolean</HasEstimateStatement>
        <ID_PersonLeader>int</ID_PersonLeader>
        <PersonLeader>string</PersonLeader>
        <PersonLeaderFirstName>string</PersonLeaderFirstName>
        <PersonLeaderLastName>string</PersonLeaderLastName>
        <PersonLeaderCivilName>string</PersonLeaderCivilName>
        <LeaderPhone>string</LeaderPhone>
        <LeaderPhoneDisplay>string</LeaderPhoneDisplay>
        <LeaderEmail>string</LeaderEmail>
        <LeaderEmailDisplay>string</LeaderEmailDisplay>
        <LeaderCity>string</LeaderCity>
        <UnitLocation>string</UnitLocation>
        <PersonStatutory>string</PersonStatutory>
        <Profit>decimal</Profit>
        <ProfitComputed>decimal</ProfitComputed>
        <ProfitComputedEstimation>decimal</ProfitComputedEstimation>
        <ID_CampPlace>int</ID_CampPlace>
        <CampPlace>string</CampPlace>
        <IsOnlineLogin>boolean</IsOnlineLogin>
        <CanUpdate>boolean</CanUpdate>
        <CanUpdateReal>boolean</CanUpdateReal>
      </eventCamp>
    </EventCampUpdateDays>
  </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>
    <EventCampUpdateDaysResponse xmlns="https://is.skaut.cz/" />
  </soap12:Body>
</soap12:Envelope>