Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save StephenPAdams/d3a9ec8c41eea5bbef7acde71ace08c2 to your computer and use it in GitHub Desktop.
Save StephenPAdams/d3a9ec8c41eea5bbef7acde71ace08c2 to your computer and use it in GitHub Desktop.
DotNetShipping - Response (USPS)
<?xml version="1.0" encoding="UTF-8"?>
<RateV4Response>
<Package ID="0">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>2</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>TRUE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="3">
<MailService>Priority Mail Express 1-Day&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>36.45</Rate>
</Postage>
<Postage CLASSID="2">
<MailService>Priority Mail Express 1-Day&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt; Hold For Pickup</MailService>
<Rate>36.45</Rate>
</Postage>
<Postage CLASSID="1">
<MailService>Priority Mail 2-Day&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>9.75</Rate>
</Postage>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>9.32</Rate>
</Postage>
<Postage CLASSID="6">
<MailService>Media Mail Parcel</MailService>
<Rate>3.12</Rate>
</Postage>
<Postage CLASSID="7">
<MailService>Library Mail Parcel</MailService>
<Rate>2.97</Rate>
</Postage>
</Package>
<Package ID="1">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="2">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="3">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="4">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="5">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="6">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="7">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
<Package ID="8">
<ZipOrigination>21401</ZipOrigination>
<ZipDestination>54937</ZipDestination>
<Pounds>16</Pounds>
<Ounces>0</Ounces>
<Size>LARGE</Size>
<Machinable>FALSE</Machinable>
<Zone>5</Zone>
<Postage CLASSID="4">
<MailService>USPS Retail Ground&amp;lt;sup&amp;gt;&amp;#8482;&amp;lt;/sup&amp;gt;</MailService>
<Rate>108.00</Rate>
</Postage>
</Package>
</RateV4Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment