Sha256: ecb91824626996e8093f1ca427b376933f6f619acb0944231256980b74ab0030

Contents?: true

Size: 1.6 KB

Versions: 11

Compression:

Stored size: 1.6 KB

Contents

<?xml version = "1.0" encoding = "UTF-8" ?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  <S:Body>
    <ns2:getServiceCostByParcels2Response xmlns:ns2="http://dpd.ru/ws/calculator/2012-03-20">
      <return>
        <serviceCode>TEN</serviceCode>
        <serviceName>DPD 10:00</serviceName>
        <cost>551.65</cost>
        <days>4</days>
      </return>
      <return>
        <serviceCode>DPT</serviceCode>
        <serviceName>DPD 13:00</serviceName>
        <cost>486.75</cost>
        <days>4</days>
      </return>
      <return>
        <serviceCode>NDY</serviceCode>
        <serviceName>DPD EXPRESS</serviceName>
        <cost>1328.83</cost>
        <days>4</days>
      </return>
      <return>
        <serviceCode>BZP</serviceCode>
        <serviceName>DPD 18:00</serviceName>
        <cost>421.85</cost>
        <days>4</days>
      </return>
      <return>
        <serviceCode>CUR</serviceCode>
        <serviceName>DPD CLASSIC domestic</serviceName>
        <cost>1022.18</cost>
        <days>4</days>
      </return>
      <return>
        <serviceCode>ECN</serviceCode>
        <serviceName>DPD ECONOMY</serviceName>
        <cost>324.5</cost>
        <days>5</days>
      </return>
      <return>
        <serviceCode>CSM</serviceCode>
        <serviceName>DPD Consumer</serviceName>
        <cost>448.4</cost>
        <days>4</days>
      </return>
      <return>
        <serviceCode>PCL</serviceCode>
        <serviceName>DPD CLASSIC Parcel</serviceName>
        <cost>177.0</cost>
        <days>4</days>
      </return>
    </ns2:getServiceCostByParcels2Response>
  </S:Body>
</S:Envelope>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
dpd_api-0.1.10 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.9 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.8 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.7 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.6 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.5 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.3 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.2 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.1 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.1.0 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml
dpd_api-0.0.1 spec/fixtures/dpd_api/calculator/service_cost_by_parcels.xml