Exports


Click here for a complete list of operations.

ExportSeznamChangesAll

Uložit tiskovou sestavu s exportovanými daty pro Seznam.cz - změny

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/Exports.asmx HTTP/1.1
Host: is.skaut.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://is.skaut.cz/ExportSeznamChangesAll"

<?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>
    <ExportSeznamChangesAll xmlns="https://is.skaut.cz/">
      <input>
        <ID_Login>guid</ID_Login>
        <ID_ExportLog>int</ID_ExportLog>
        <Settings>string</Settings>
      </input>
    </ExportSeznamChangesAll>
  </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>
    <ExportSeznamChangesAllResponse xmlns="https://is.skaut.cz/">
      <ExportSeznamChangesAllResult>
        <ExportSeznamChangesAllOutput>
          <DateRun>dateTime</DateRun>
          <Changes>string</Changes>
          <DisplayName>string</DisplayName>
          <LawType>string</LawType>
          <IC>string</IC>
          <Phone1>string</Phone1>
          <Phone1Type>string</Phone1Type>
          <Phone2>string</Phone2>
          <Phone2Type>string</Phone2Type>
          <Phone3>string</Phone3>
          <Phone3Type>string</Phone3Type>
          <Email>string</Email>
          <Url>string</Url>
          <City>string</City>
          <CityPart>string</CityPart>
          <Street>string</Street>
          <StreetNumber>string</StreetNumber>
          <Postcode>string</Postcode>
          <Latitude>double</Latitude>
          <Longitude>double</Longitude>
          <AdvertiseText>string</AdvertiseText>
          <IsDisplayNameChanged>boolean</IsDisplayNameChanged>
          <IsLawTypeChanged>boolean</IsLawTypeChanged>
          <IsICChanged>boolean</IsICChanged>
          <IsDICChanged>boolean</IsDICChanged>
          <IsPhone1Changed>boolean</IsPhone1Changed>
          <IsPhone1TypeChanged>boolean</IsPhone1TypeChanged>
          <IsPhone2Changed>boolean</IsPhone2Changed>
          <IsPhone2TypeChanged>boolean</IsPhone2TypeChanged>
          <IsPhone3Changed>boolean</IsPhone3Changed>
          <IsPhone3TypeChanged>boolean</IsPhone3TypeChanged>
          <IsEmailChanged>boolean</IsEmailChanged>
          <IsUrlChanged>boolean</IsUrlChanged>
          <IsCityChanged>boolean</IsCityChanged>
          <IsCityPartChanged>boolean</IsCityPartChanged>
          <IsStreetChanged>boolean</IsStreetChanged>
          <IsStreetNumberChanged>boolean</IsStreetNumberChanged>
          <IsPostcodeChanged>boolean</IsPostcodeChanged>
          <IsLatitudeChanged>boolean</IsLatitudeChanged>
          <IsLongitudeChanged>boolean</IsLongitudeChanged>
          <IsAdvertiseTextChanged>boolean</IsAdvertiseTextChanged>
          <Notes>string</Notes>
          <DIC>string</DIC>
        </ExportSeznamChangesAllOutput>
        <ExportSeznamChangesAllOutput>
          <DateRun>dateTime</DateRun>
          <Changes>string</Changes>
          <DisplayName>string</DisplayName>
          <LawType>string</LawType>
          <IC>string</IC>
          <Phone1>string</Phone1>
          <Phone1Type>string</Phone1Type>
          <Phone2>string</Phone2>
          <Phone2Type>string</Phone2Type>
          <Phone3>string</Phone3>
          <Phone3Type>string</Phone3Type>
          <Email>string</Email>
          <Url>string</Url>
          <City>string</City>
          <CityPart>string</CityPart>
          <Street>string</Street>
          <StreetNumber>string</StreetNumber>
          <Postcode>string</Postcode>
          <Latitude>double</Latitude>
          <Longitude>double</Longitude>
          <AdvertiseText>string</AdvertiseText>
          <IsDisplayNameChanged>boolean</IsDisplayNameChanged>
          <IsLawTypeChanged>boolean</IsLawTypeChanged>
          <IsICChanged>boolean</IsICChanged>
          <IsDICChanged>boolean</IsDICChanged>
          <IsPhone1Changed>boolean</IsPhone1Changed>
          <IsPhone1TypeChanged>boolean</IsPhone1TypeChanged>
          <IsPhone2Changed>boolean</IsPhone2Changed>
          <IsPhone2TypeChanged>boolean</IsPhone2TypeChanged>
          <IsPhone3Changed>boolean</IsPhone3Changed>
          <IsPhone3TypeChanged>boolean</IsPhone3TypeChanged>
          <IsEmailChanged>boolean</IsEmailChanged>
          <IsUrlChanged>boolean</IsUrlChanged>
          <IsCityChanged>boolean</IsCityChanged>
          <IsCityPartChanged>boolean</IsCityPartChanged>
          <IsStreetChanged>boolean</IsStreetChanged>
          <IsStreetNumberChanged>boolean</IsStreetNumberChanged>
          <IsPostcodeChanged>boolean</IsPostcodeChanged>
          <IsLatitudeChanged>boolean</IsLatitudeChanged>
          <IsLongitudeChanged>boolean</IsLongitudeChanged>
          <IsAdvertiseTextChanged>boolean</IsAdvertiseTextChanged>
          <Notes>string</Notes>
          <DIC>string</DIC>
        </ExportSeznamChangesAllOutput>
      </ExportSeznamChangesAllResult>
    </ExportSeznamChangesAllResponse>
  </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/Exports.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>
    <ExportSeznamChangesAll xmlns="https://is.skaut.cz/">
      <input>
        <ID_Login>guid</ID_Login>
        <ID_ExportLog>int</ID_ExportLog>
        <Settings>string</Settings>
      </input>
    </ExportSeznamChangesAll>
  </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>
    <ExportSeznamChangesAllResponse xmlns="https://is.skaut.cz/">
      <ExportSeznamChangesAllResult>
        <ExportSeznamChangesAllOutput>
          <DateRun>dateTime</DateRun>
          <Changes>string</Changes>
          <DisplayName>string</DisplayName>
          <LawType>string</LawType>
          <IC>string</IC>
          <Phone1>string</Phone1>
          <Phone1Type>string</Phone1Type>
          <Phone2>string</Phone2>
          <Phone2Type>string</Phone2Type>
          <Phone3>string</Phone3>
          <Phone3Type>string</Phone3Type>
          <Email>string</Email>
          <Url>string</Url>
          <City>string</City>
          <CityPart>string</CityPart>
          <Street>string</Street>
          <StreetNumber>string</StreetNumber>
          <Postcode>string</Postcode>
          <Latitude>double</Latitude>
          <Longitude>double</Longitude>
          <AdvertiseText>string</AdvertiseText>
          <IsDisplayNameChanged>boolean</IsDisplayNameChanged>
          <IsLawTypeChanged>boolean</IsLawTypeChanged>
          <IsICChanged>boolean</IsICChanged>
          <IsDICChanged>boolean</IsDICChanged>
          <IsPhone1Changed>boolean</IsPhone1Changed>
          <IsPhone1TypeChanged>boolean</IsPhone1TypeChanged>
          <IsPhone2Changed>boolean</IsPhone2Changed>
          <IsPhone2TypeChanged>boolean</IsPhone2TypeChanged>
          <IsPhone3Changed>boolean</IsPhone3Changed>
          <IsPhone3TypeChanged>boolean</IsPhone3TypeChanged>
          <IsEmailChanged>boolean</IsEmailChanged>
          <IsUrlChanged>boolean</IsUrlChanged>
          <IsCityChanged>boolean</IsCityChanged>
          <IsCityPartChanged>boolean</IsCityPartChanged>
          <IsStreetChanged>boolean</IsStreetChanged>
          <IsStreetNumberChanged>boolean</IsStreetNumberChanged>
          <IsPostcodeChanged>boolean</IsPostcodeChanged>
          <IsLatitudeChanged>boolean</IsLatitudeChanged>
          <IsLongitudeChanged>boolean</IsLongitudeChanged>
          <IsAdvertiseTextChanged>boolean</IsAdvertiseTextChanged>
          <Notes>string</Notes>
          <DIC>string</DIC>
        </ExportSeznamChangesAllOutput>
        <ExportSeznamChangesAllOutput>
          <DateRun>dateTime</DateRun>
          <Changes>string</Changes>
          <DisplayName>string</DisplayName>
          <LawType>string</LawType>
          <IC>string</IC>
          <Phone1>string</Phone1>
          <Phone1Type>string</Phone1Type>
          <Phone2>string</Phone2>
          <Phone2Type>string</Phone2Type>
          <Phone3>string</Phone3>
          <Phone3Type>string</Phone3Type>
          <Email>string</Email>
          <Url>string</Url>
          <City>string</City>
          <CityPart>string</CityPart>
          <Street>string</Street>
          <StreetNumber>string</StreetNumber>
          <Postcode>string</Postcode>
          <Latitude>double</Latitude>
          <Longitude>double</Longitude>
          <AdvertiseText>string</AdvertiseText>
          <IsDisplayNameChanged>boolean</IsDisplayNameChanged>
          <IsLawTypeChanged>boolean</IsLawTypeChanged>
          <IsICChanged>boolean</IsICChanged>
          <IsDICChanged>boolean</IsDICChanged>
          <IsPhone1Changed>boolean</IsPhone1Changed>
          <IsPhone1TypeChanged>boolean</IsPhone1TypeChanged>
          <IsPhone2Changed>boolean</IsPhone2Changed>
          <IsPhone2TypeChanged>boolean</IsPhone2TypeChanged>
          <IsPhone3Changed>boolean</IsPhone3Changed>
          <IsPhone3TypeChanged>boolean</IsPhone3TypeChanged>
          <IsEmailChanged>boolean</IsEmailChanged>
          <IsUrlChanged>boolean</IsUrlChanged>
          <IsCityChanged>boolean</IsCityChanged>
          <IsCityPartChanged>boolean</IsCityPartChanged>
          <IsStreetChanged>boolean</IsStreetChanged>
          <IsStreetNumberChanged>boolean</IsStreetNumberChanged>
          <IsPostcodeChanged>boolean</IsPostcodeChanged>
          <IsLatitudeChanged>boolean</IsLatitudeChanged>
          <IsLongitudeChanged>boolean</IsLongitudeChanged>
          <IsAdvertiseTextChanged>boolean</IsAdvertiseTextChanged>
          <Notes>string</Notes>
          <DIC>string</DIC>
        </ExportSeznamChangesAllOutput>
      </ExportSeznamChangesAllResult>
    </ExportSeznamChangesAllResponse>
  </soap12:Body>
</soap12:Envelope>