Skip to content

Instantly share code, notes, and snippets.

@milosh012
Created June 1, 2012 14:02
Show Gist options
  • Save milosh012/2852373 to your computer and use it in GitHub Desktop.
Save milosh012/2852373 to your computer and use it in GitHub Desktop.
{
rates: [
{
Id: 65634,
CurrencySymbol: "US$",
CurrencyCode: "USD",
CurrencyValue: 5.6,
CourierId: 7,
Courier: "USPS",
ServiceId: 64,
ServiceName: "Priority Mail",
AdditionalInsuranceAvailable: true,
AdditionalInsuranceCurrency: "USD",
AdditionalInsuranceLimit: 1000,
AdditionalInsuranceAmounts: [
100,
200,
300,
400,
500,
600,
700,
800,
900,
1000
],
Eta: "2012-03-31 17:00:00",
HumanEta: "2 - 3 days",
PickupTimes: [ ],
DropOffAvailable: true,
BusinessOnly: false,
Discount: "10.00",
InsuranceCurrency: "USD"
},
{
Id: 65635,
CurrencySymbol: "US$",
CurrencyCode: "USD",
CurrencyValue: 17.98,
CourierId: 7,
Courier: "USPS",
ServiceId: 65,
ServiceName: "Express Mail",
AdditionalInsuranceAvailable: true,
AdditionalInsuranceCurrency: "USD",
AdditionalInsuranceLimit: 1000,
AdditionalInsuranceAmounts: [
200,
300,
400,
500,
600,
700,
800,
900,
1000
],
Eta: "2012-03-30 17:00:00",
HumanEta: "1 - 2 days",
PickupTimes: [ ],
DropOffAvailable: true,
BusinessOnly: false,
Discount: "10.00",
InsuranceAmount: "100.00",
InsuranceCurrency: "USD"
},
{
Id: 65642,
CurrencySymbol: "US$",
CurrencyCode: "USD",
CurrencyValue: 3.99,
CourierId: 7,
Courier: "USPS",
ServiceId: 68,
ServiceName: "Media Mail Educational media only",
AdditionalInsuranceAvailable: true,
AdditionalInsuranceCurrency: "USD",
AdditionalInsuranceLimit: 1000,
AdditionalInsuranceAmounts: [
100,
200,
300,
400,
500,
600,
700,
800,
900,
1000
],
Eta: "2012-03-31 17:00:00",
HumanEta: "2 - 8 days",
PickupTimes: [ ],
DropOffAvailable: true,
BusinessOnly: false
}
],
meta: {
Date: "2012-03-29",
Today: null,
MailCallAvailable: false,
CollectionCountry: "US",
DestinationCountry: "US",
UnavailableRates: [ ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment