OrganizationUnit
Click here for a complete list of operations.
MembershipApplicationUpdateAccessKey
Upravit přihlášku
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/MembershipApplicationUpdateAccessKey" <?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> <MembershipApplicationUpdateAccessKey xmlns="https://is.skaut.cz/"> <membershipApplicationUpdateAccessKeyInput> <ID_Login>guid</ID_Login> <ID_Application>guid</ID_Application> <AccessKey>guid</AccessKey> <OnlyValidate>boolean</OnlyValidate> <FirstName>string</FirstName> <LastName>string</LastName> <ID_Sex>string</ID_Sex> <Birthday>dateTime</Birthday> <IdentificationCode>string</IdentificationCode> <IsForeign>boolean</IsForeign> <ID_DegreeType1>int</ID_DegreeType1> <ID_DegreeType2>int</ID_DegreeType2> <ID_DegreeType3>int</ID_DegreeType3> <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> <Phone>string</Phone> <Email>string</Email> <Note>string</Note> <MaidenName>string</MaidenName> <ID_Citizenship>string</ID_Citizenship> <CitizenshipCustom>string</CitizenshipCustom> <ID_DistrictBirth>int</ID_DistrictBirth> <BirthCity>string</BirthCity> <ID_PersonPersonParent>int</ID_PersonPersonParent> <ID_ParentType>string</ID_ParentType> <ParentTypeCustom>string</ParentTypeCustom> <FirstNameParent>string</FirstNameParent> <LastNameParent>string</LastNameParent> <EmailParent>string</EmailParent> <PhoneParent>string</PhoneParent> <NoteParent>string</NoteParent> <ID_PersonPersonParent2>int</ID_PersonPersonParent2> <ID_ParentType2>string</ID_ParentType2> <ParentTypeCustom2>string</ParentTypeCustom2> <FirstNameParent2>string</FirstNameParent2> <LastNameParent2>string</LastNameParent2> <EmailParent2>string</EmailParent2> <PhoneParent2>string</PhoneParent2> <NoteParent2>string</NoteParent2> <ID_Assurance>int</ID_Assurance> <InsuranceNumber>string</InsuranceNumber> <Allergy>string</Allergy> <FoodRestrictions>string</FoodRestrictions> <Drugs>string</Drugs> <SpecialRequirements>string</SpecialRequirements> <HealthLimitation>string</HealthLimitation> <BodySkills>string</BodySkills> <School>string</School> <ParentNote>string</ParentNote> <CheckInfo>boolean</CheckInfo> <CheckAllowDataStorage>boolean</CheckAllowDataStorage> <CheckAllowAudiovisual>boolean</CheckAllowAudiovisual> <CheckAllowSocialNetwork>boolean</CheckAllowSocialNetwork> <CheckAllowMarketing>boolean</CheckAllowMarketing> <CheckCorrect>boolean</CheckCorrect> <IsPostalSame>boolean</IsPostalSame> </membershipApplicationUpdateAccessKeyInput> </MembershipApplicationUpdateAccessKey> </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> <MembershipApplicationUpdateAccessKeyResponse 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/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> <MembershipApplicationUpdateAccessKey xmlns="https://is.skaut.cz/"> <membershipApplicationUpdateAccessKeyInput> <ID_Login>guid</ID_Login> <ID_Application>guid</ID_Application> <AccessKey>guid</AccessKey> <OnlyValidate>boolean</OnlyValidate> <FirstName>string</FirstName> <LastName>string</LastName> <ID_Sex>string</ID_Sex> <Birthday>dateTime</Birthday> <IdentificationCode>string</IdentificationCode> <IsForeign>boolean</IsForeign> <ID_DegreeType1>int</ID_DegreeType1> <ID_DegreeType2>int</ID_DegreeType2> <ID_DegreeType3>int</ID_DegreeType3> <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> <Phone>string</Phone> <Email>string</Email> <Note>string</Note> <MaidenName>string</MaidenName> <ID_Citizenship>string</ID_Citizenship> <CitizenshipCustom>string</CitizenshipCustom> <ID_DistrictBirth>int</ID_DistrictBirth> <BirthCity>string</BirthCity> <ID_PersonPersonParent>int</ID_PersonPersonParent> <ID_ParentType>string</ID_ParentType> <ParentTypeCustom>string</ParentTypeCustom> <FirstNameParent>string</FirstNameParent> <LastNameParent>string</LastNameParent> <EmailParent>string</EmailParent> <PhoneParent>string</PhoneParent> <NoteParent>string</NoteParent> <ID_PersonPersonParent2>int</ID_PersonPersonParent2> <ID_ParentType2>string</ID_ParentType2> <ParentTypeCustom2>string</ParentTypeCustom2> <FirstNameParent2>string</FirstNameParent2> <LastNameParent2>string</LastNameParent2> <EmailParent2>string</EmailParent2> <PhoneParent2>string</PhoneParent2> <NoteParent2>string</NoteParent2> <ID_Assurance>int</ID_Assurance> <InsuranceNumber>string</InsuranceNumber> <Allergy>string</Allergy> <FoodRestrictions>string</FoodRestrictions> <Drugs>string</Drugs> <SpecialRequirements>string</SpecialRequirements> <HealthLimitation>string</HealthLimitation> <BodySkills>string</BodySkills> <School>string</School> <ParentNote>string</ParentNote> <CheckInfo>boolean</CheckInfo> <CheckAllowDataStorage>boolean</CheckAllowDataStorage> <CheckAllowAudiovisual>boolean</CheckAllowAudiovisual> <CheckAllowSocialNetwork>boolean</CheckAllowSocialNetwork> <CheckAllowMarketing>boolean</CheckAllowMarketing> <CheckCorrect>boolean</CheckCorrect> <IsPostalSame>boolean</IsPostalSame> </membershipApplicationUpdateAccessKeyInput> </MembershipApplicationUpdateAccessKey> </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> <MembershipApplicationUpdateAccessKeyResponse xmlns="https://is.skaut.cz/" /> </soap12:Body> </soap12:Envelope>