DPDCloudService_v1


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

getParcelShopFinder

Test

Das Testformular ist nur für Anforderungen vom lokalen Computer verfügbar.

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /services/v1/DPDCloudService.asmx HTTP/1.1
Host: cloud.dpd.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://cloud.dpd.com/getParcelShopFinder"

<?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>
    <getParcelShopFinder xmlns="https://cloud.dpd.com/">
      <getParcelShopFinderRequest>
        <Version>int</Version>
        <Language>string</Language>
        <PartnerCredentials>
          <Name>string</Name>
          <Token>string</Token>
        </PartnerCredentials>
        <UserCredentials>
          <cloudUserID>int</cloudUserID>
          <Token>string</Token>
        </UserCredentials>
        <MaxReturnValues>int</MaxReturnValues>
        <SearchMode>SearchByAddress or SearchByGeoData</SearchMode>
        <SearchAddress>
          <Street>string</Street>
          <HouseNo>string</HouseNo>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <Country>string</Country>
        </SearchAddress>
        <SearchGeoData>
          <Longitude>double</Longitude>
          <Latitude>double</Latitude>
        </SearchGeoData>
        <HideOnClosedAt>string</HideOnClosedAt>
        <NeedService>StandardService or ConsigneePickup or ReturnService or ExpressService or PrepaidService or CashOnDeliveryService</NeedService>
      </getParcelShopFinderRequest>
    </getParcelShopFinder>
  </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>
    <getParcelShopFinderResponse xmlns="https://cloud.dpd.com/">
      <getParcelShopFinderResult>
        <Version>int</Version>
        <Language>string</Language>
        <Ack>boolean</Ack>
        <TimeStamp>dateTime</TimeStamp>
        <ResultCounter>int</ResultCounter>
        <ParcelShopList>
          <ParcelShop>
            <ParcelShopID>int</ParcelShopID>
            <ShopAddress xsi:nil="true" />
            <Homepage>string</Homepage>
            <GeoData xsi:nil="true" />
            <ExpressCutOff>string</ExpressCutOff>
            <ShopServiceList xsi:nil="true" />
            <OpeningHoursList xsi:nil="true" />
            <HolidayList xsi:nil="true" />
            <ExtraInfo>string</ExtraInfo>
            <ServiceDetail>string</ServiceDetail>
            <CustomerNo>string</CustomerNo>
          </ParcelShop>
          <ParcelShop>
            <ParcelShopID>int</ParcelShopID>
            <ShopAddress xsi:nil="true" />
            <Homepage>string</Homepage>
            <GeoData xsi:nil="true" />
            <ExpressCutOff>string</ExpressCutOff>
            <ShopServiceList xsi:nil="true" />
            <OpeningHoursList xsi:nil="true" />
            <HolidayList xsi:nil="true" />
            <ExtraInfo>string</ExtraInfo>
            <ServiceDetail>string</ServiceDetail>
            <CustomerNo>string</CustomerNo>
          </ParcelShop>
        </ParcelShopList>
        <SystemInformation>string</SystemInformation>
        <ErrorDataList>
          <ErrorDataType>
            <ErrorID>int</ErrorID>
            <ErrorCode>string</ErrorCode>
            <ErrorMsgShort>string</ErrorMsgShort>
            <ErrorMsgLong>string</ErrorMsgLong>
          </ErrorDataType>
          <ErrorDataType>
            <ErrorID>int</ErrorID>
            <ErrorCode>string</ErrorCode>
            <ErrorMsgShort>string</ErrorMsgShort>
            <ErrorMsgLong>string</ErrorMsgLong>
          </ErrorDataType>
        </ErrorDataList>
      </getParcelShopFinderResult>
    </getParcelShopFinderResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /services/v1/DPDCloudService.asmx HTTP/1.1
Host: cloud.dpd.com
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>
    <getParcelShopFinder xmlns="https://cloud.dpd.com/">
      <getParcelShopFinderRequest>
        <Version>int</Version>
        <Language>string</Language>
        <PartnerCredentials>
          <Name>string</Name>
          <Token>string</Token>
        </PartnerCredentials>
        <UserCredentials>
          <cloudUserID>int</cloudUserID>
          <Token>string</Token>
        </UserCredentials>
        <MaxReturnValues>int</MaxReturnValues>
        <SearchMode>SearchByAddress or SearchByGeoData</SearchMode>
        <SearchAddress>
          <Street>string</Street>
          <HouseNo>string</HouseNo>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <Country>string</Country>
        </SearchAddress>
        <SearchGeoData>
          <Longitude>double</Longitude>
          <Latitude>double</Latitude>
        </SearchGeoData>
        <HideOnClosedAt>string</HideOnClosedAt>
        <NeedService>StandardService or ConsigneePickup or ReturnService or ExpressService or PrepaidService or CashOnDeliveryService</NeedService>
      </getParcelShopFinderRequest>
    </getParcelShopFinder>
  </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>
    <getParcelShopFinderResponse xmlns="https://cloud.dpd.com/">
      <getParcelShopFinderResult>
        <Version>int</Version>
        <Language>string</Language>
        <Ack>boolean</Ack>
        <TimeStamp>dateTime</TimeStamp>
        <ResultCounter>int</ResultCounter>
        <ParcelShopList>
          <ParcelShop>
            <ParcelShopID>int</ParcelShopID>
            <ShopAddress xsi:nil="true" />
            <Homepage>string</Homepage>
            <GeoData xsi:nil="true" />
            <ExpressCutOff>string</ExpressCutOff>
            <ShopServiceList xsi:nil="true" />
            <OpeningHoursList xsi:nil="true" />
            <HolidayList xsi:nil="true" />
            <ExtraInfo>string</ExtraInfo>
            <ServiceDetail>string</ServiceDetail>
            <CustomerNo>string</CustomerNo>
          </ParcelShop>
          <ParcelShop>
            <ParcelShopID>int</ParcelShopID>
            <ShopAddress xsi:nil="true" />
            <Homepage>string</Homepage>
            <GeoData xsi:nil="true" />
            <ExpressCutOff>string</ExpressCutOff>
            <ShopServiceList xsi:nil="true" />
            <OpeningHoursList xsi:nil="true" />
            <HolidayList xsi:nil="true" />
            <ExtraInfo>string</ExtraInfo>
            <ServiceDetail>string</ServiceDetail>
            <CustomerNo>string</CustomerNo>
          </ParcelShop>
        </ParcelShopList>
        <SystemInformation>string</SystemInformation>
        <ErrorDataList>
          <ErrorDataType>
            <ErrorID>int</ErrorID>
            <ErrorCode>string</ErrorCode>
            <ErrorMsgShort>string</ErrorMsgShort>
            <ErrorMsgLong>string</ErrorMsgLong>
          </ErrorDataType>
          <ErrorDataType>
            <ErrorID>int</ErrorID>
            <ErrorCode>string</ErrorCode>
            <ErrorMsgShort>string</ErrorMsgShort>
            <ErrorMsgLong>string</ErrorMsgLong>
          </ErrorDataType>
        </ErrorDataList>
      </getParcelShopFinderResult>
    </getParcelShopFinderResponse>
  </soap12:Body>
</soap12:Envelope>