OrganizationUnit
Click here for a complete list of operations.
PersonDetail
Načtení informací o 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/OrganizationUnit.asmx HTTP/1.1 Host: is.skaut.cz Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://is.skaut.cz/PersonDetail" <?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> <PersonDetail xmlns="https://is.skaut.cz/"> <personDetailInput> <ID_Login>guid</ID_Login> <ID>int</ID> </personDetailInput> </PersonDetail> </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> <PersonDetailResponse xmlns="https://is.skaut.cz/"> <PersonDetailResult> <ID_Login>guid</ID_Login> <ID>int</ID> <DisplayName>string</DisplayName> <DegreeInFrontOf>string</DegreeInFrontOf> <DegreeBehind>string</DegreeBehind> <SecurityCode>string</SecurityCode> <IdentificationCode>string</IdentificationCode> <IdentificationCodeHasPermission>boolean</IdentificationCodeHasPermission> <FullName>string</FullName> <FirstName>string</FirstName> <LastName>string</LastName> <NickName>string</NickName> <Address>string</Address> <Street>string</Street> <City>string</City> <Postcode>string</Postcode> <State>string</State> <PostalFirstLine>string</PostalFirstLine> <PostalAddress>string</PostalAddress> <PostalStreet>string</PostalStreet> <PostalCity>string</PostalCity> <PostalPostcode>string</PostalPostcode> <PostalState>string</PostalState> <Note>string</Note> <ID_Sex>string</ID_Sex> <Sex>string</Sex> <Birthday>dateTime</Birthday> <BirthdayYear>int</BirthdayYear> <IsForeign>boolean</IsForeign> <YearFrom>int</YearFrom> <RegistrationNumber>string</RegistrationNumber> <ID_User>int</ID_User> <GenerateSecurityCode>boolean</GenerateSecurityCode> <OnlyValidate>boolean</OnlyValidate> <PhotoExtension>string</PhotoExtension> <PhotoContent>base64Binary</PhotoContent> <PhotoUpdate>dateTime</PhotoUpdate> <MaidenName>string</MaidenName> <ID_PersonType>string</ID_PersonType> <PersonType>string</PersonType> <Email>string</Email> <School>string</School> <DisplayAdress>boolean</DisplayAdress> <DisplayBirthday>boolean</DisplayBirthday> <DisplayEducation>boolean</DisplayEducation> <DisplayEducationSeminary>boolean</DisplayEducationSeminary> <DisplayFunction>boolean</DisplayFunction> <DisplayMembership>boolean</DisplayMembership> <DisplayOffer>boolean</DisplayOffer> <DisplayPostalAdress>boolean</DisplayPostalAdress> <DisplaySchool>boolean</DisplaySchool> <DisplayQualification>boolean</DisplayQualification> <DisplayYearFrom>boolean</DisplayYearFrom> <CatalogDisplay>boolean</CatalogDisplay> <CatalogContactCount>int</CatalogContactCount> <ID_PersonContactGa>int</ID_PersonContactGa> <PersonContactGa>string</PersonContactGa> <ID_MemberCard>int</ID_MemberCard> <PhotoX>int</PhotoX> <PhotoY>int</PhotoY> <PhotoSize>int</PhotoSize> <IsPostalAuthenticated>boolean</IsPostalAuthenticated> <IsAddressAuthenticated>boolean</IsAddressAuthenticated> <AddressDistrict>string</AddressDistrict> <PostalDistrict>string</PostalDistrict> <UnitEnrollExtension>string</UnitEnrollExtension> <UnitEnroll>base64Binary</UnitEnroll> <RejectDataStorage>boolean</RejectDataStorage> <HasMembership>boolean</HasMembership> <IsLegacyMemberRead>boolean</IsLegacyMemberRead> <ID_PersonOther>int</ID_PersonOther> <HasEnroll>boolean</HasEnroll> <Phone>string</Phone> <Name>string</Name> <ID_PersonPhotoBig>int</ID_PersonPhotoBig> <ID_PersonPhotoMedium>int</ID_PersonPhotoMedium> <ID_PersonPhotoNormal>int</ID_PersonPhotoNormal> <ID_PersonPhotoSmall>int</ID_PersonPhotoSmall> <IsForeignAddress>boolean</IsForeignAddress> <ID_UnitEnrollTempFile>int</ID_UnitEnrollTempFile> <EmailParent>string</EmailParent> <DateParentAgreement>dateTime</DateParentAgreement> <FirstNameParent>string</FirstNameParent> <LastNameParent>string</LastNameParent> <NeedParentAgreement>boolean</NeedParentAgreement> <IsTwoFactorEnabled>boolean</IsTwoFactorEnabled> <TwoFactorEnabled>dateTime</TwoFactorEnabled> <ID_MembershipApplicationUnaccepted>int</ID_MembershipApplicationUnaccepted> <ParentCode>string</ParentCode> <IsAdult>boolean</IsAdult> <CanReadPersonBasic>boolean</CanReadPersonBasic> <Age>int</Age> </PersonDetailResult> </PersonDetailResponse> </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: 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> <PersonDetail xmlns="https://is.skaut.cz/"> <personDetailInput> <ID_Login>guid</ID_Login> <ID>int</ID> </personDetailInput> </PersonDetail> </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> <PersonDetailResponse xmlns="https://is.skaut.cz/"> <PersonDetailResult> <ID_Login>guid</ID_Login> <ID>int</ID> <DisplayName>string</DisplayName> <DegreeInFrontOf>string</DegreeInFrontOf> <DegreeBehind>string</DegreeBehind> <SecurityCode>string</SecurityCode> <IdentificationCode>string</IdentificationCode> <IdentificationCodeHasPermission>boolean</IdentificationCodeHasPermission> <FullName>string</FullName> <FirstName>string</FirstName> <LastName>string</LastName> <NickName>string</NickName> <Address>string</Address> <Street>string</Street> <City>string</City> <Postcode>string</Postcode> <State>string</State> <PostalFirstLine>string</PostalFirstLine> <PostalAddress>string</PostalAddress> <PostalStreet>string</PostalStreet> <PostalCity>string</PostalCity> <PostalPostcode>string</PostalPostcode> <PostalState>string</PostalState> <Note>string</Note> <ID_Sex>string</ID_Sex> <Sex>string</Sex> <Birthday>dateTime</Birthday> <BirthdayYear>int</BirthdayYear> <IsForeign>boolean</IsForeign> <YearFrom>int</YearFrom> <RegistrationNumber>string</RegistrationNumber> <ID_User>int</ID_User> <GenerateSecurityCode>boolean</GenerateSecurityCode> <OnlyValidate>boolean</OnlyValidate> <PhotoExtension>string</PhotoExtension> <PhotoContent>base64Binary</PhotoContent> <PhotoUpdate>dateTime</PhotoUpdate> <MaidenName>string</MaidenName> <ID_PersonType>string</ID_PersonType> <PersonType>string</PersonType> <Email>string</Email> <School>string</School> <DisplayAdress>boolean</DisplayAdress> <DisplayBirthday>boolean</DisplayBirthday> <DisplayEducation>boolean</DisplayEducation> <DisplayEducationSeminary>boolean</DisplayEducationSeminary> <DisplayFunction>boolean</DisplayFunction> <DisplayMembership>boolean</DisplayMembership> <DisplayOffer>boolean</DisplayOffer> <DisplayPostalAdress>boolean</DisplayPostalAdress> <DisplaySchool>boolean</DisplaySchool> <DisplayQualification>boolean</DisplayQualification> <DisplayYearFrom>boolean</DisplayYearFrom> <CatalogDisplay>boolean</CatalogDisplay> <CatalogContactCount>int</CatalogContactCount> <ID_PersonContactGa>int</ID_PersonContactGa> <PersonContactGa>string</PersonContactGa> <ID_MemberCard>int</ID_MemberCard> <PhotoX>int</PhotoX> <PhotoY>int</PhotoY> <PhotoSize>int</PhotoSize> <IsPostalAuthenticated>boolean</IsPostalAuthenticated> <IsAddressAuthenticated>boolean</IsAddressAuthenticated> <AddressDistrict>string</AddressDistrict> <PostalDistrict>string</PostalDistrict> <UnitEnrollExtension>string</UnitEnrollExtension> <UnitEnroll>base64Binary</UnitEnroll> <RejectDataStorage>boolean</RejectDataStorage> <HasMembership>boolean</HasMembership> <IsLegacyMemberRead>boolean</IsLegacyMemberRead> <ID_PersonOther>int</ID_PersonOther> <HasEnroll>boolean</HasEnroll> <Phone>string</Phone> <Name>string</Name> <ID_PersonPhotoBig>int</ID_PersonPhotoBig> <ID_PersonPhotoMedium>int</ID_PersonPhotoMedium> <ID_PersonPhotoNormal>int</ID_PersonPhotoNormal> <ID_PersonPhotoSmall>int</ID_PersonPhotoSmall> <IsForeignAddress>boolean</IsForeignAddress> <ID_UnitEnrollTempFile>int</ID_UnitEnrollTempFile> <EmailParent>string</EmailParent> <DateParentAgreement>dateTime</DateParentAgreement> <FirstNameParent>string</FirstNameParent> <LastNameParent>string</LastNameParent> <NeedParentAgreement>boolean</NeedParentAgreement> <IsTwoFactorEnabled>boolean</IsTwoFactorEnabled> <TwoFactorEnabled>dateTime</TwoFactorEnabled> <ID_MembershipApplicationUnaccepted>int</ID_MembershipApplicationUnaccepted> <ParentCode>string</ParentCode> <IsAdult>boolean</IsAdult> <CanReadPersonBasic>boolean</CanReadPersonBasic> <Age>int</Age> </PersonDetailResult> </PersonDetailResponse> </soap12:Body> </soap12:Envelope>