OrganizationUnit


Click here for a complete list of operations.

RegistrySendFunctionParentMessage

Odeslat zprávu o změně statutára střediska nadřízené jednotce

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

<?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>
    <RegistrySendFunctionParentMessage xmlns="https://is.skaut.cz/">
      <registry>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <DisplayName>string</DisplayName>
        <Sequence>int</Sequence>
        <ID_Unit>int</ID_Unit>
        <Unit>string</Unit>
        <RegistrationNumber>string</RegistrationNumber>
        <IC>string</IC>
        <Street>string</Street>
        <City>string</City>
        <Postcode>string</Postcode>
        <IsPropertyOwner>boolean</IsPropertyOwner>
        <PropertyAgreementExtension>string</PropertyAgreementExtension>
        <UnitOld>string</UnitOld>
        <StreetOld>string</StreetOld>
        <CityOld>string</CityOld>
        <PostcodeOld>string</PostcodeOld>
        <IsPropertyOwnerOld>boolean</IsPropertyOwnerOld>
        <ID_RegistryObject>string</ID_RegistryObject>
        <RegistryObject>string</RegistryObject>
        <ID_RegistryType>string</ID_RegistryType>
        <RegistryType>string</RegistryType>
        <ID_RegistryState>string</ID_RegistryState>
        <RegistryState>string</RegistryState>
        <OldHistoryObjectId>int</OldHistoryObjectId>
        <NewHistoryObjectId>int</NewHistoryObjectId>
        <ID_PersonCreate>int</ID_PersonCreate>
        <PersonCreate>string</PersonCreate>
        <DateCreate>dateTime</DateCreate>
        <ID_PersonUpdate>int</ID_PersonUpdate>
        <PersonUpdate>string</PersonUpdate>
        <DateUpdate>dateTime</DateUpdate>
        <ID_PersonSent>int</ID_PersonSent>
        <PersonSent>string</PersonSent>
        <DateSent>dateTime</DateSent>
        <ID_PersonClosed>int</ID_PersonClosed>
        <PersonClosed>string</PersonClosed>
        <DateClosed>dateTime</DateClosed>
        <ID_PersonCancel>int</ID_PersonCancel>
        <PersonCancel>string</PersonCancel>
        <DateCancel>dateTime</DateCancel>
        <CancelDecision>string</CancelDecision>
        <ID_Function>int</ID_Function>
        <ID_FunctionType>int</ID_FunctionType>
        <FunctionType>string</FunctionType>
        <PersonFunction>string</PersonFunction>
        <PersonFunctionOld>string</PersonFunctionOld>
        <Account>string</Account>
        <NewAccount>boolean</NewAccount>
        <ID_PersonFunction>int</ID_PersonFunction>
        <ID_PersonFunctionOld>int</ID_PersonFunctionOld>
        <Note>string</Note>
        <ID_PersonSolving>int</ID_PersonSolving>
        <PersonSolving>string</PersonSolving>
        <DateSolving>dateTime</DateSolving>
        <ID_Document>int</ID_Document>
        <ID_Statement>int</ID_Statement>
        <StatementYear>int</StatementYear>
        <ID_DocumentStatement>int</ID_DocumentStatement>
        <DecisionSeatChangeExtension>string</DecisionSeatChangeExtension>
        <ID_DocumentDecision>int</ID_DocumentDecision>
        <ID_DocumentPropertyAgreement>int</ID_DocumentPropertyAgreement>
      </registry>
    </RegistrySendFunctionParentMessage>
  </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>
    <RegistrySendFunctionParentMessageResponse 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: 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>
    <RegistrySendFunctionParentMessage xmlns="https://is.skaut.cz/">
      <registry>
        <ID_Login>guid</ID_Login>
        <ID>int</ID>
        <DisplayName>string</DisplayName>
        <Sequence>int</Sequence>
        <ID_Unit>int</ID_Unit>
        <Unit>string</Unit>
        <RegistrationNumber>string</RegistrationNumber>
        <IC>string</IC>
        <Street>string</Street>
        <City>string</City>
        <Postcode>string</Postcode>
        <IsPropertyOwner>boolean</IsPropertyOwner>
        <PropertyAgreementExtension>string</PropertyAgreementExtension>
        <UnitOld>string</UnitOld>
        <StreetOld>string</StreetOld>
        <CityOld>string</CityOld>
        <PostcodeOld>string</PostcodeOld>
        <IsPropertyOwnerOld>boolean</IsPropertyOwnerOld>
        <ID_RegistryObject>string</ID_RegistryObject>
        <RegistryObject>string</RegistryObject>
        <ID_RegistryType>string</ID_RegistryType>
        <RegistryType>string</RegistryType>
        <ID_RegistryState>string</ID_RegistryState>
        <RegistryState>string</RegistryState>
        <OldHistoryObjectId>int</OldHistoryObjectId>
        <NewHistoryObjectId>int</NewHistoryObjectId>
        <ID_PersonCreate>int</ID_PersonCreate>
        <PersonCreate>string</PersonCreate>
        <DateCreate>dateTime</DateCreate>
        <ID_PersonUpdate>int</ID_PersonUpdate>
        <PersonUpdate>string</PersonUpdate>
        <DateUpdate>dateTime</DateUpdate>
        <ID_PersonSent>int</ID_PersonSent>
        <PersonSent>string</PersonSent>
        <DateSent>dateTime</DateSent>
        <ID_PersonClosed>int</ID_PersonClosed>
        <PersonClosed>string</PersonClosed>
        <DateClosed>dateTime</DateClosed>
        <ID_PersonCancel>int</ID_PersonCancel>
        <PersonCancel>string</PersonCancel>
        <DateCancel>dateTime</DateCancel>
        <CancelDecision>string</CancelDecision>
        <ID_Function>int</ID_Function>
        <ID_FunctionType>int</ID_FunctionType>
        <FunctionType>string</FunctionType>
        <PersonFunction>string</PersonFunction>
        <PersonFunctionOld>string</PersonFunctionOld>
        <Account>string</Account>
        <NewAccount>boolean</NewAccount>
        <ID_PersonFunction>int</ID_PersonFunction>
        <ID_PersonFunctionOld>int</ID_PersonFunctionOld>
        <Note>string</Note>
        <ID_PersonSolving>int</ID_PersonSolving>
        <PersonSolving>string</PersonSolving>
        <DateSolving>dateTime</DateSolving>
        <ID_Document>int</ID_Document>
        <ID_Statement>int</ID_Statement>
        <StatementYear>int</StatementYear>
        <ID_DocumentStatement>int</ID_DocumentStatement>
        <DecisionSeatChangeExtension>string</DecisionSeatChangeExtension>
        <ID_DocumentDecision>int</ID_DocumentDecision>
        <ID_DocumentPropertyAgreement>int</ID_DocumentPropertyAgreement>
      </registry>
    </RegistrySendFunctionParentMessage>
  </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>
    <RegistrySendFunctionParentMessageResponse xmlns="https://is.skaut.cz/" />
  </soap12:Body>
</soap12:Envelope>