Sha256: fe2e5d69a42493679c489ae72c2ae862614f45ebb8a18dff4f69d637bfbdb47f

Contents?: true

Size: 1.8 KB

Versions: 7

Compression:

Stored size: 1.8 KB

Contents

<?xml version="1.0"?>
<RateRequest xmlns="http://fedex.com/ws/rate/v6">
  <WebAuthenticationDetail>
    <UserCredential>
      <Key>1111</Key>
      <Password>2222</Password>
    </UserCredential>
  </WebAuthenticationDetail>
  <ClientDetail>
    <AccountNumber>3333</AccountNumber>
    <MeterNumber>4444</MeterNumber>
  </ClientDetail>
  <TransactionDetail>
    <CustomerTransactionId>ActiveShipping</CustomerTransactionId>
  </TransactionDetail>
  <Version>
    <ServiceId>crs</ServiceId>
    <Major>6</Major>
    <Intermediate>0</Intermediate>
    <Minor>0</Minor>
  </Version>
  <ReturnTransitAndCommit>true</ReturnTransitAndCommit>
  <VariableOptions>SATURDAY_DELIVERY</VariableOptions>
  <RequestedShipment>
    <ShipTimestamp>2009-07-20T12:01:55-04:00</ShipTimestamp>
    <DropoffType>REGULAR_PICKUP</DropoffType>
    <PackagingType>YOUR_PACKAGING</PackagingType>
    <Shipper>
      <Address>
        <PostalCode>K1P 1J1</PostalCode>
        <CountryCode>CA</CountryCode>
      </Address>
    </Shipper>
    <Recipient>
      <Address>
        <PostalCode>90210</PostalCode>
        <CountryCode>US</CountryCode>
      </Address>
    </Recipient>
    <RateRequestTypes>ACCOUNT</RateRequestTypes>
    <PackageCount>2</PackageCount>
    <RequestedPackages>
      <Weight>
        <Units>KG</Units>
        <Value>0.25</Value>
      </Weight>
      <Dimensions>
        <Length>19</Length>
        <Width>14</Width>
        <Height>2</Height>
        <Units>CM</Units>
      </Dimensions>
    </RequestedPackages>
    <RequestedPackages>
      <Weight>
        <Units>KG</Units>
        <Value>3.402</Value>
      </Weight>
      <Dimensions>
        <Length>39</Length>
        <Width>26</Width>
        <Height>12</Height>
        <Units>CM</Units>
      </Dimensions>
    </RequestedPackages>
  </RequestedShipment>
</RateRequest>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
active_shipping-0.1.4 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml
active_shipping-0.1.3 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml
active_shipping-0.1.2 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml
active_shipping-0.1.1 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml
active_shipping-0.1.0 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml
active_shipping-0.0.2 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml
active_shipping-0.0.1 test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml