Summary


Click here for a complete list of operations.

ExportPersonClone

Kopie šablony exportu osob

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

<?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>
    <ExportPersonClone xmlns="https://is.skaut.cz/">
      <exportPerson>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <ID_Person>int</ID_Person>
        <Person>string</Person>
        <DisplayName>string</DisplayName>
        <RegistrationYear>int</RegistrationYear>
        <FunctionFilter>boolean</FunctionFilter>
        <FunctionAnd>boolean</FunctionAnd>
        <QualificationAnd>boolean</QualificationAnd>
        <AgeFrom>int</AgeFrom>
        <AgeTo>int</AgeTo>
        <ViewDisplayName>boolean</ViewDisplayName>
        <FirstName>boolean</FirstName>
        <LastName>boolean</LastName>
        <NickName>boolean</NickName>
        <MaidenName>boolean</MaidenName>
        <Birthday>boolean</Birthday>
        <IdentificationNumber>boolean</IdentificationNumber>
        <IdentificationNumberStart>boolean</IdentificationNumberStart>
        <Age>boolean</Age>
        <Sex>boolean</Sex>
        <IsForeign>boolean</IsForeign>
        <Street>boolean</Street>
        <City>boolean</City>
        <Postcode>boolean</Postcode>
        <State>boolean</State>
        <PostalFirstLine>boolean</PostalFirstLine>
        <PostalStreet>boolean</PostalStreet>
        <PostalCity>boolean</PostalCity>
        <PostalPostcode>boolean</PostalPostcode>
        <PostalState>boolean</PostalState>
        <Assurance>boolean</Assurance>
        <AssuranceCard>boolean</AssuranceCard>
        <Allergy>boolean</Allergy>
        <Drugs>boolean</Drugs>
        <HealthLimitation>boolean</HealthLimitation>
        <BodySkills>boolean</BodySkills>
        <FunctionOneColumn>boolean</FunctionOneColumn>
        <QualificationOneColumn>boolean</QualificationOneColumn>
        <Membership>boolean</Membership>
        <MembershipCategory>boolean</MembershipCategory>
        <MembershipOneColumn>boolean</MembershipOneColumn>
        <Username>boolean</Username>
        <Catalog>boolean</Catalog>
        <Journal>boolean</Journal>
        <JournalRegistration>boolean</JournalRegistration>
        <JournalAttachment>boolean</JournalAttachment>
        <IsPublic>boolean</IsPublic>
        <Units>
          <ExportPersonUnit>
            <ID_Unit>int</ID_Unit>
            <SortName>string</SortName>
            <IncludeChild>boolean</IncludeChild>
          </ExportPersonUnit>
          <ExportPersonUnit>
            <ID_Unit>int</ID_Unit>
            <SortName>string</SortName>
            <IncludeChild>boolean</IncludeChild>
          </ExportPersonUnit>
        </Units>
        <MembershipTypes>
          <string>string</string>
          <string>string</string>
        </MembershipTypes>
        <RegistrationMemberships>
          <string>string</string>
          <string>string</string>
        </RegistrationMemberships>
        <MembershipCategories>
          <string>string</string>
          <string>string</string>
        </MembershipCategories>
        <Functions>
          <int>int</int>
          <int>int</int>
        </Functions>
        <Qualifications>
          <int>int</int>
          <int>int</int>
        </Qualifications>
        <ViewContactTypes>
          <string>string</string>
          <string>string</string>
        </ViewContactTypes>
        <ViewFunctions>
          <int>int</int>
          <int>int</int>
        </ViewFunctions>
        <ViewQualifications>
          <int>int</int>
          <int>int</int>
        </ViewQualifications>
        <ParentNote>boolean</ParentNote>
        <Note>boolean</Note>
        <RegistrationNumber>boolean</RegistrationNumber>
        <YearFrom>boolean</YearFrom>
        <IsUnitEnroll>boolean</IsUnitEnroll>
        <UnitEnrollCondition>boolean</UnitEnrollCondition>
        <AllowDataStorage>boolean</AllowDataStorage>
        <AllowAudiovisual>boolean</AllowAudiovisual>
        <AllowSocialNetwork>boolean</AllowSocialNetwork>
        <AllowMarketing>boolean</AllowMarketing>
        <School>boolean</School>
        <IdCardValidTo>boolean</IdCardValidTo>
        <IdCardNumber>boolean</IdCardNumber>
        <ParentFatherFirstName>boolean</ParentFatherFirstName>
        <ParentFatherLastName>boolean</ParentFatherLastName>
        <ParentFatherPhone>boolean</ParentFatherPhone>
        <ParentFatherMail>boolean</ParentFatherMail>
        <ParentFatherNote>boolean</ParentFatherNote>
        <ParentMotherFirstName>boolean</ParentMotherFirstName>
        <ParentMotherLastName>boolean</ParentMotherLastName>
        <ParentMotherMail>boolean</ParentMotherMail>
        <ParentMotherPhone>boolean</ParentMotherPhone>
        <ParentMotherNote>boolean</ParentMotherNote>
        <ParentOtherFirstName>boolean</ParentOtherFirstName>
        <ParentOtherLastName>boolean</ParentOtherLastName>
        <ParentOtherMail>boolean</ParentOtherMail>
        <ParentOtherPhone>boolean</ParentOtherPhone>
        <ParentOtherNote>boolean</ParentOtherNote>
        <ParentOtherParentType>boolean</ParentOtherParentType>
      </exportPerson>
    </ExportPersonClone>
  </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>
    <ExportPersonCloneResponse xmlns="https://is.skaut.cz/">
      <ExportPersonCloneResult>
        <ID>int</ID>
      </ExportPersonCloneResult>
    </ExportPersonCloneResponse>
  </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/Summary.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>
    <ExportPersonClone xmlns="https://is.skaut.cz/">
      <exportPerson>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <ID_Person>int</ID_Person>
        <Person>string</Person>
        <DisplayName>string</DisplayName>
        <RegistrationYear>int</RegistrationYear>
        <FunctionFilter>boolean</FunctionFilter>
        <FunctionAnd>boolean</FunctionAnd>
        <QualificationAnd>boolean</QualificationAnd>
        <AgeFrom>int</AgeFrom>
        <AgeTo>int</AgeTo>
        <ViewDisplayName>boolean</ViewDisplayName>
        <FirstName>boolean</FirstName>
        <LastName>boolean</LastName>
        <NickName>boolean</NickName>
        <MaidenName>boolean</MaidenName>
        <Birthday>boolean</Birthday>
        <IdentificationNumber>boolean</IdentificationNumber>
        <IdentificationNumberStart>boolean</IdentificationNumberStart>
        <Age>boolean</Age>
        <Sex>boolean</Sex>
        <IsForeign>boolean</IsForeign>
        <Street>boolean</Street>
        <City>boolean</City>
        <Postcode>boolean</Postcode>
        <State>boolean</State>
        <PostalFirstLine>boolean</PostalFirstLine>
        <PostalStreet>boolean</PostalStreet>
        <PostalCity>boolean</PostalCity>
        <PostalPostcode>boolean</PostalPostcode>
        <PostalState>boolean</PostalState>
        <Assurance>boolean</Assurance>
        <AssuranceCard>boolean</AssuranceCard>
        <Allergy>boolean</Allergy>
        <Drugs>boolean</Drugs>
        <HealthLimitation>boolean</HealthLimitation>
        <BodySkills>boolean</BodySkills>
        <FunctionOneColumn>boolean</FunctionOneColumn>
        <QualificationOneColumn>boolean</QualificationOneColumn>
        <Membership>boolean</Membership>
        <MembershipCategory>boolean</MembershipCategory>
        <MembershipOneColumn>boolean</MembershipOneColumn>
        <Username>boolean</Username>
        <Catalog>boolean</Catalog>
        <Journal>boolean</Journal>
        <JournalRegistration>boolean</JournalRegistration>
        <JournalAttachment>boolean</JournalAttachment>
        <IsPublic>boolean</IsPublic>
        <Units>
          <ExportPersonUnit>
            <ID_Unit>int</ID_Unit>
            <SortName>string</SortName>
            <IncludeChild>boolean</IncludeChild>
          </ExportPersonUnit>
          <ExportPersonUnit>
            <ID_Unit>int</ID_Unit>
            <SortName>string</SortName>
            <IncludeChild>boolean</IncludeChild>
          </ExportPersonUnit>
        </Units>
        <MembershipTypes>
          <string>string</string>
          <string>string</string>
        </MembershipTypes>
        <RegistrationMemberships>
          <string>string</string>
          <string>string</string>
        </RegistrationMemberships>
        <MembershipCategories>
          <string>string</string>
          <string>string</string>
        </MembershipCategories>
        <Functions>
          <int>int</int>
          <int>int</int>
        </Functions>
        <Qualifications>
          <int>int</int>
          <int>int</int>
        </Qualifications>
        <ViewContactTypes>
          <string>string</string>
          <string>string</string>
        </ViewContactTypes>
        <ViewFunctions>
          <int>int</int>
          <int>int</int>
        </ViewFunctions>
        <ViewQualifications>
          <int>int</int>
          <int>int</int>
        </ViewQualifications>
        <ParentNote>boolean</ParentNote>
        <Note>boolean</Note>
        <RegistrationNumber>boolean</RegistrationNumber>
        <YearFrom>boolean</YearFrom>
        <IsUnitEnroll>boolean</IsUnitEnroll>
        <UnitEnrollCondition>boolean</UnitEnrollCondition>
        <AllowDataStorage>boolean</AllowDataStorage>
        <AllowAudiovisual>boolean</AllowAudiovisual>
        <AllowSocialNetwork>boolean</AllowSocialNetwork>
        <AllowMarketing>boolean</AllowMarketing>
        <School>boolean</School>
        <IdCardValidTo>boolean</IdCardValidTo>
        <IdCardNumber>boolean</IdCardNumber>
        <ParentFatherFirstName>boolean</ParentFatherFirstName>
        <ParentFatherLastName>boolean</ParentFatherLastName>
        <ParentFatherPhone>boolean</ParentFatherPhone>
        <ParentFatherMail>boolean</ParentFatherMail>
        <ParentFatherNote>boolean</ParentFatherNote>
        <ParentMotherFirstName>boolean</ParentMotherFirstName>
        <ParentMotherLastName>boolean</ParentMotherLastName>
        <ParentMotherMail>boolean</ParentMotherMail>
        <ParentMotherPhone>boolean</ParentMotherPhone>
        <ParentMotherNote>boolean</ParentMotherNote>
        <ParentOtherFirstName>boolean</ParentOtherFirstName>
        <ParentOtherLastName>boolean</ParentOtherLastName>
        <ParentOtherMail>boolean</ParentOtherMail>
        <ParentOtherPhone>boolean</ParentOtherPhone>
        <ParentOtherNote>boolean</ParentOtherNote>
        <ParentOtherParentType>boolean</ParentOtherParentType>
      </exportPerson>
    </ExportPersonClone>
  </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>
    <ExportPersonCloneResponse xmlns="https://is.skaut.cz/">
      <ExportPersonCloneResult>
        <ID>int</ID>
      </ExportPersonCloneResult>
    </ExportPersonCloneResponse>
  </soap12:Body>
</soap12:Envelope>