Summary
Click here for a complete list of operations.
ExportPersonUpdate
Upravit šablonu 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: is.skaut.cz Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://is.skaut.cz/ExportPersonUpdate" <?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> <ExportPersonUpdate 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> <FoodRestrictions>boolean</FoodRestrictions> <Drugs>boolean</Drugs> <SpecialRequirements>boolean</SpecialRequirements> <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> <PromiseChild>boolean</PromiseChild> <PromiseScout>boolean</PromiseScout> <PromiseOfficial>boolean</PromiseOfficial> <TrailProgress>boolean</TrailProgress> </exportPerson> </ExportPersonUpdate> </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> <ExportPersonUpdateResponse 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/Summary.asmx HTTP/1.1 Host: 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> <ExportPersonUpdate 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> <FoodRestrictions>boolean</FoodRestrictions> <Drugs>boolean</Drugs> <SpecialRequirements>boolean</SpecialRequirements> <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> <PromiseChild>boolean</PromiseChild> <PromiseScout>boolean</PromiseScout> <PromiseOfficial>boolean</PromiseOfficial> <TrailProgress>boolean</TrailProgress> </exportPerson> </ExportPersonUpdate> </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> <ExportPersonUpdateResponse xmlns="https://is.skaut.cz/" /> </soap12:Body> </soap12:Envelope>