Exports
Click here for a complete list of operations.
ExportGooogleAll
Uložit tiskovou sestavu s exportovanými daty pro Google - 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/ExportGooogleAll" <?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> <ExportGooogleAll xmlns="https://is.skaut.cz/"> <input> <ID_Login>guid</ID_Login> <ID_ExportLog>int</ID_ExportLog> <Settings>string</Settings> </input> </ExportGooogleAll> </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> <ExportGooogleAllResponse xmlns="https://is.skaut.cz/"> <ExportGooogleAllResult> <ExportGoogleAllOutput> <DateRun>dateTime</DateRun> <Changes>string</Changes> <Code>string</Code> <IsCodeChanged>boolean</IsCodeChanged> <DisplayName>string</DisplayName> <IsDisplayNameChanged>boolean</IsDisplayNameChanged> <FirstLine>string</FirstLine> <IsFirstLineChanged>boolean</IsFirstLineChanged> <SecondLine>string</SecondLine> <IsSecondLineChanged>boolean</IsSecondLineChanged> <City>string</City> <IsCityChanged>boolean</IsCityChanged> <District>string</District> <IsDistrictChanged>boolean</IsDistrictChanged> <State>string</State> <IsStateChanged>boolean</IsStateChanged> <Country>string</Country> <IsCountryChanged>boolean</IsCountryChanged> <Postcode>string</Postcode> <IsPostcodeChanged>boolean</IsPostcodeChanged> <MainPhone>string</MainPhone> <IsMainPhoneChanged>boolean</IsMainPhoneChanged> <HomePage>string</HomePage> <IsHomePageChanged>boolean</IsHomePageChanged> <Category>string</Category> <IsCategoryChanged>boolean</IsCategoryChanged> <BusinessHours>string</BusinessHours> <IsBusinessHoursChanged>boolean</IsBusinessHoursChanged> <Latitude>double</Latitude> <IsLatitudeChanged>boolean</IsLatitudeChanged> <Longitude>double</Longitude> <IsLongitudeChanged>boolean</IsLongitudeChanged> <Picture>string</Picture> <IsPictureChanged>boolean</IsPictureChanged> <Description>string</Description> <IsDescriptionChanged>boolean</IsDescriptionChanged> <Email>string</Email> <IsEmailChanged>boolean</IsEmailChanged> <AlternativePhone>string</AlternativePhone> <IsAlternativePhoneChanged>boolean</IsAlternativePhoneChanged> <MobilePhone>string</MobilePhone> <IsMobilePhoneChanged>boolean</IsMobilePhoneChanged> <Fax>string</Fax> <IsFaxChanged>boolean</IsFaxChanged> <PaymentType>string</PaymentType> <IsPaymentTypeChanged>boolean</IsPaymentTypeChanged> <AdvertiseIcon>string</AdvertiseIcon> <IsAdvertiseIconChanged>boolean</IsAdvertiseIconChanged> <AdvertisePhone>string</AdvertisePhone> <IsAdvertisePhoneChanged>boolean</IsAdvertisePhoneChanged> <AdvertiseUrl>string</AdvertiseUrl> <IsAdvertiseUrlChanged>boolean</IsAdvertiseUrlChanged> <OutOfLength>string</OutOfLength> <Notes>string</Notes> </ExportGoogleAllOutput> <ExportGoogleAllOutput> <DateRun>dateTime</DateRun> <Changes>string</Changes> <Code>string</Code> <IsCodeChanged>boolean</IsCodeChanged> <DisplayName>string</DisplayName> <IsDisplayNameChanged>boolean</IsDisplayNameChanged> <FirstLine>string</FirstLine> <IsFirstLineChanged>boolean</IsFirstLineChanged> <SecondLine>string</SecondLine> <IsSecondLineChanged>boolean</IsSecondLineChanged> <City>string</City> <IsCityChanged>boolean</IsCityChanged> <District>string</District> <IsDistrictChanged>boolean</IsDistrictChanged> <State>string</State> <IsStateChanged>boolean</IsStateChanged> <Country>string</Country> <IsCountryChanged>boolean</IsCountryChanged> <Postcode>string</Postcode> <IsPostcodeChanged>boolean</IsPostcodeChanged> <MainPhone>string</MainPhone> <IsMainPhoneChanged>boolean</IsMainPhoneChanged> <HomePage>string</HomePage> <IsHomePageChanged>boolean</IsHomePageChanged> <Category>string</Category> <IsCategoryChanged>boolean</IsCategoryChanged> <BusinessHours>string</BusinessHours> <IsBusinessHoursChanged>boolean</IsBusinessHoursChanged> <Latitude>double</Latitude> <IsLatitudeChanged>boolean</IsLatitudeChanged> <Longitude>double</Longitude> <IsLongitudeChanged>boolean</IsLongitudeChanged> <Picture>string</Picture> <IsPictureChanged>boolean</IsPictureChanged> <Description>string</Description> <IsDescriptionChanged>boolean</IsDescriptionChanged> <Email>string</Email> <IsEmailChanged>boolean</IsEmailChanged> <AlternativePhone>string</AlternativePhone> <IsAlternativePhoneChanged>boolean</IsAlternativePhoneChanged> <MobilePhone>string</MobilePhone> <IsMobilePhoneChanged>boolean</IsMobilePhoneChanged> <Fax>string</Fax> <IsFaxChanged>boolean</IsFaxChanged> <PaymentType>string</PaymentType> <IsPaymentTypeChanged>boolean</IsPaymentTypeChanged> <AdvertiseIcon>string</AdvertiseIcon> <IsAdvertiseIconChanged>boolean</IsAdvertiseIconChanged> <AdvertisePhone>string</AdvertisePhone> <IsAdvertisePhoneChanged>boolean</IsAdvertisePhoneChanged> <AdvertiseUrl>string</AdvertiseUrl> <IsAdvertiseUrlChanged>boolean</IsAdvertiseUrlChanged> <OutOfLength>string</OutOfLength> <Notes>string</Notes> </ExportGoogleAllOutput> </ExportGooogleAllResult> </ExportGooogleAllResponse> </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> <ExportGooogleAll xmlns="https://is.skaut.cz/"> <input> <ID_Login>guid</ID_Login> <ID_ExportLog>int</ID_ExportLog> <Settings>string</Settings> </input> </ExportGooogleAll> </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> <ExportGooogleAllResponse xmlns="https://is.skaut.cz/"> <ExportGooogleAllResult> <ExportGoogleAllOutput> <DateRun>dateTime</DateRun> <Changes>string</Changes> <Code>string</Code> <IsCodeChanged>boolean</IsCodeChanged> <DisplayName>string</DisplayName> <IsDisplayNameChanged>boolean</IsDisplayNameChanged> <FirstLine>string</FirstLine> <IsFirstLineChanged>boolean</IsFirstLineChanged> <SecondLine>string</SecondLine> <IsSecondLineChanged>boolean</IsSecondLineChanged> <City>string</City> <IsCityChanged>boolean</IsCityChanged> <District>string</District> <IsDistrictChanged>boolean</IsDistrictChanged> <State>string</State> <IsStateChanged>boolean</IsStateChanged> <Country>string</Country> <IsCountryChanged>boolean</IsCountryChanged> <Postcode>string</Postcode> <IsPostcodeChanged>boolean</IsPostcodeChanged> <MainPhone>string</MainPhone> <IsMainPhoneChanged>boolean</IsMainPhoneChanged> <HomePage>string</HomePage> <IsHomePageChanged>boolean</IsHomePageChanged> <Category>string</Category> <IsCategoryChanged>boolean</IsCategoryChanged> <BusinessHours>string</BusinessHours> <IsBusinessHoursChanged>boolean</IsBusinessHoursChanged> <Latitude>double</Latitude> <IsLatitudeChanged>boolean</IsLatitudeChanged> <Longitude>double</Longitude> <IsLongitudeChanged>boolean</IsLongitudeChanged> <Picture>string</Picture> <IsPictureChanged>boolean</IsPictureChanged> <Description>string</Description> <IsDescriptionChanged>boolean</IsDescriptionChanged> <Email>string</Email> <IsEmailChanged>boolean</IsEmailChanged> <AlternativePhone>string</AlternativePhone> <IsAlternativePhoneChanged>boolean</IsAlternativePhoneChanged> <MobilePhone>string</MobilePhone> <IsMobilePhoneChanged>boolean</IsMobilePhoneChanged> <Fax>string</Fax> <IsFaxChanged>boolean</IsFaxChanged> <PaymentType>string</PaymentType> <IsPaymentTypeChanged>boolean</IsPaymentTypeChanged> <AdvertiseIcon>string</AdvertiseIcon> <IsAdvertiseIconChanged>boolean</IsAdvertiseIconChanged> <AdvertisePhone>string</AdvertisePhone> <IsAdvertisePhoneChanged>boolean</IsAdvertisePhoneChanged> <AdvertiseUrl>string</AdvertiseUrl> <IsAdvertiseUrlChanged>boolean</IsAdvertiseUrlChanged> <OutOfLength>string</OutOfLength> <Notes>string</Notes> </ExportGoogleAllOutput> <ExportGoogleAllOutput> <DateRun>dateTime</DateRun> <Changes>string</Changes> <Code>string</Code> <IsCodeChanged>boolean</IsCodeChanged> <DisplayName>string</DisplayName> <IsDisplayNameChanged>boolean</IsDisplayNameChanged> <FirstLine>string</FirstLine> <IsFirstLineChanged>boolean</IsFirstLineChanged> <SecondLine>string</SecondLine> <IsSecondLineChanged>boolean</IsSecondLineChanged> <City>string</City> <IsCityChanged>boolean</IsCityChanged> <District>string</District> <IsDistrictChanged>boolean</IsDistrictChanged> <State>string</State> <IsStateChanged>boolean</IsStateChanged> <Country>string</Country> <IsCountryChanged>boolean</IsCountryChanged> <Postcode>string</Postcode> <IsPostcodeChanged>boolean</IsPostcodeChanged> <MainPhone>string</MainPhone> <IsMainPhoneChanged>boolean</IsMainPhoneChanged> <HomePage>string</HomePage> <IsHomePageChanged>boolean</IsHomePageChanged> <Category>string</Category> <IsCategoryChanged>boolean</IsCategoryChanged> <BusinessHours>string</BusinessHours> <IsBusinessHoursChanged>boolean</IsBusinessHoursChanged> <Latitude>double</Latitude> <IsLatitudeChanged>boolean</IsLatitudeChanged> <Longitude>double</Longitude> <IsLongitudeChanged>boolean</IsLongitudeChanged> <Picture>string</Picture> <IsPictureChanged>boolean</IsPictureChanged> <Description>string</Description> <IsDescriptionChanged>boolean</IsDescriptionChanged> <Email>string</Email> <IsEmailChanged>boolean</IsEmailChanged> <AlternativePhone>string</AlternativePhone> <IsAlternativePhoneChanged>boolean</IsAlternativePhoneChanged> <MobilePhone>string</MobilePhone> <IsMobilePhoneChanged>boolean</IsMobilePhoneChanged> <Fax>string</Fax> <IsFaxChanged>boolean</IsFaxChanged> <PaymentType>string</PaymentType> <IsPaymentTypeChanged>boolean</IsPaymentTypeChanged> <AdvertiseIcon>string</AdvertiseIcon> <IsAdvertiseIconChanged>boolean</IsAdvertiseIconChanged> <AdvertisePhone>string</AdvertisePhone> <IsAdvertisePhoneChanged>boolean</IsAdvertisePhoneChanged> <AdvertiseUrl>string</AdvertiseUrl> <IsAdvertiseUrlChanged>boolean</IsAdvertiseUrlChanged> <OutOfLength>string</OutOfLength> <Notes>string</Notes> </ExportGoogleAllOutput> </ExportGooogleAllResult> </ExportGooogleAllResponse> </soap12:Body> </soap12:Envelope>