OrganizationUnit


Click here for a complete list of operations.

PersonChangeDetail

Načíst detail změny u osoby

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/PersonChangeDetail"

<?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>
    <PersonChangeDetail xmlns="https://is.skaut.cz/">
      <personChangeDetailInput>
        <ID_Login>guid</ID_Login>
        <ID_Application>guid</ID_Application>
        <AccessKey>guid</AccessKey>
        <ID>int</ID>
      </personChangeDetailInput>
    </PersonChangeDetail>
  </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>
    <PersonChangeDetailResponse xmlns="https://is.skaut.cz/">
      <PersonChangeDetailResult>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <ID_Person>int</ID_Person>
        <Person>string</Person>
        <ID_Unit>int</ID_Unit>
        <Unit>string</Unit>
        <RegistrationNumber>string</RegistrationNumber>
        <Code>guid</Code>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
        <Changed>dateTime</Changed>
        <Finished>dateTime</Finished>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <ID_Sex>string</ID_Sex>
        <Sex>string</Sex>
        <Birthday>dateTime</Birthday>
        <IdentificationCode>string</IdentificationCode>
        <IsForeign>boolean</IsForeign>
        <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>
        <Citizenship>string</Citizenship>
        <CitizenshipCustom>string</CitizenshipCustom>
        <ID_DistrictBirth>int</ID_DistrictBirth>
        <DistrictBirth>string</DistrictBirth>
        <BirthCity>string</BirthCity>
        <ID_PersonParentPerson>int</ID_PersonParentPerson>
        <ID_PersonParent>int</ID_PersonParent>
        <ID_ParentType>string</ID_ParentType>
        <ParentType>string</ParentType>
        <ParentTypeCustom>string</ParentTypeCustom>
        <FirstNameParent>string</FirstNameParent>
        <LastNameParent>string</LastNameParent>
        <ParentPersonFirstName>string</ParentPersonFirstName>
        <ParentPersonLastName>string</ParentPersonLastName>
        <EmailParent>string</EmailParent>
        <PhoneParent>string</PhoneParent>
        <NoteParent>string</NoteParent>
        <ParentNote>string</ParentNote>
        <ID_PersonParentPerson2>int</ID_PersonParentPerson2>
        <ID_PersonParent2>int</ID_PersonParent2>
        <ID_ParentType2>string</ID_ParentType2>
        <ParentType2>string</ParentType2>
        <ParentTypeCustom2>string</ParentTypeCustom2>
        <FirstNameParent2>string</FirstNameParent2>
        <LastNameParent2>string</LastNameParent2>
        <Parent2PersonFirstName>string</Parent2PersonFirstName>
        <Parent2PersonLastName>string</Parent2PersonLastName>
        <EmailParent2>string</EmailParent2>
        <PhoneParent2>string</PhoneParent2>
        <NoteParent2>string</NoteParent2>
        <Parent2Note>string</Parent2Note>
        <ID_Assurance>int</ID_Assurance>
        <Assurance>string</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>
      </PersonChangeDetailResult>
    </PersonChangeDetailResponse>
  </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>
    <PersonChangeDetail xmlns="https://is.skaut.cz/">
      <personChangeDetailInput>
        <ID_Login>guid</ID_Login>
        <ID_Application>guid</ID_Application>
        <AccessKey>guid</AccessKey>
        <ID>int</ID>
      </personChangeDetailInput>
    </PersonChangeDetail>
  </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>
    <PersonChangeDetailResponse xmlns="https://is.skaut.cz/">
      <PersonChangeDetailResult>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <ID_Person>int</ID_Person>
        <Person>string</Person>
        <ID_Unit>int</ID_Unit>
        <Unit>string</Unit>
        <RegistrationNumber>string</RegistrationNumber>
        <Code>guid</Code>
        <ValidFrom>dateTime</ValidFrom>
        <ValidTo>dateTime</ValidTo>
        <Changed>dateTime</Changed>
        <Finished>dateTime</Finished>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <ID_Sex>string</ID_Sex>
        <Sex>string</Sex>
        <Birthday>dateTime</Birthday>
        <IdentificationCode>string</IdentificationCode>
        <IsForeign>boolean</IsForeign>
        <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>
        <Citizenship>string</Citizenship>
        <CitizenshipCustom>string</CitizenshipCustom>
        <ID_DistrictBirth>int</ID_DistrictBirth>
        <DistrictBirth>string</DistrictBirth>
        <BirthCity>string</BirthCity>
        <ID_PersonParentPerson>int</ID_PersonParentPerson>
        <ID_PersonParent>int</ID_PersonParent>
        <ID_ParentType>string</ID_ParentType>
        <ParentType>string</ParentType>
        <ParentTypeCustom>string</ParentTypeCustom>
        <FirstNameParent>string</FirstNameParent>
        <LastNameParent>string</LastNameParent>
        <ParentPersonFirstName>string</ParentPersonFirstName>
        <ParentPersonLastName>string</ParentPersonLastName>
        <EmailParent>string</EmailParent>
        <PhoneParent>string</PhoneParent>
        <NoteParent>string</NoteParent>
        <ParentNote>string</ParentNote>
        <ID_PersonParentPerson2>int</ID_PersonParentPerson2>
        <ID_PersonParent2>int</ID_PersonParent2>
        <ID_ParentType2>string</ID_ParentType2>
        <ParentType2>string</ParentType2>
        <ParentTypeCustom2>string</ParentTypeCustom2>
        <FirstNameParent2>string</FirstNameParent2>
        <LastNameParent2>string</LastNameParent2>
        <Parent2PersonFirstName>string</Parent2PersonFirstName>
        <Parent2PersonLastName>string</Parent2PersonLastName>
        <EmailParent2>string</EmailParent2>
        <PhoneParent2>string</PhoneParent2>
        <NoteParent2>string</NoteParent2>
        <Parent2Note>string</Parent2Note>
        <ID_Assurance>int</ID_Assurance>
        <Assurance>string</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>
      </PersonChangeDetailResult>
    </PersonChangeDetailResponse>
  </soap12:Body>
</soap12:Envelope>