Skip to content

Instantly share code, notes, and snippets.

@IanSaunders
Created April 17, 2015 10:53
Show Gist options
  • Save IanSaunders/b876b5b959e16d7f327c to your computer and use it in GitHub Desktop.
Save IanSaunders/b876b5b959e16d7f327c to your computer and use it in GitHub Desktop.
quote response
{
"executionTime" : 25683266,
"results" : [ {
"@type" : "apiQuote",
"subtotal" : 155.00,
"total" : 152.50,
"tax" : 0.00,
"discount" : 2.50,
"currency" : "USD",
"productName" : "Foo",
"productRatePlanName" : "bar",
"productID" : "PRO-0A968B11-1D02-4D88-AD8B-0126DD48",
"productRatePlanID" : "PRP-4014DEEA-824C-4DD3-8D58-FD163A74",
"breakdown" : [ {
"pricingComponentName" : "Bandwidth",
"type" : "subscription",
"quantity" : 5,
"cost" : 2.50,
"tax" : 0.00,
"discount" : 2.50,
"pricingComponentID" : "PCO-DDD0E038-02A8-4298-A97F-3A834DD4"
}, {
"pricingComponentName" : "Foo",
"type" : "usage",
"quantity" : 150,
"cost" : 150.00,
"tax" : 0.00,
"discount" : 0.00,
"pricingComponentID" : "PCO-9D704B56-EDF6-4BFA-9479-3579FE64"
} ],
"discounts" : [ {
"couponCode" : "simpleBD3D399C",
"discount" : 2.50,
"calculation" : "50.00% discount off Bandwidth",
"pricingComponentName" : "Bandwidth",
"pricingComponentID" : "PCO-DDD0E038-02A8-4298-A97F-3A834DD4"
} ],
"quoteFor" : "RecurringPeriod",
"periodStart" : "2015-04-17T10:52:06Z",
"periodEnd" : "2015-05-17T10:52:06Z",
"totalPeriods" : 1.00,
"prorationEnabled" : true,
"uplift" : 1.00,
"organizationID" : "ORG-11C2C2E7-B5C2-472F-AFFC-8808337B"
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment