Skip to content

Instantly share code, notes, and snippets.

@jakelumetta
Created August 17, 2012 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jakelumetta/3375310 to your computer and use it in GitHub Desktop.
Save jakelumetta/3375310 to your computer and use it in GitHub Desktop.
Products Result
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"total_count": 4
},
"objects": [
{
"distributor": {
"id": "14",
"key": "il-comed",
"name": "ComEd Illinois",
"resource_uri": "/api/v1/distributors/14/"
},
"documents": [
{
"document_url": "https://power2switch.com/uploads/tier_documents/CustomerInfoBooklet_1.pdf",
"name": "Customer Information Booklet",
"product": "/api/v1/products/116/",
"resource_uri": "/api/v1/product_documents/210/"
},
{
"document_url": "https://www.championenergyservices.com/il/register/termsofservice.asp?rateID=1798",
"name": "Terms of Service",
"product": "/api/v1/products/116/",
"resource_uri": "/api/v1/product_documents/211/"
}
],
"id": "116",
"price": 0.0612,
"product_info": {
"billing_options": "Paper & electronic",
"contract_months": 12,
"contract_type": "Fixed",
"credit_check": true,
"direct_debit": true,
"early_termination_fee": "$10 per month remaining in contract",
"id": "4",
"name": "Savings Champ-12",
"notes": "",
"online_billing": true,
"promotional_details": "",
"renewable_amount": 0.0,
"resource_uri": "/api/v1/plans/4/",
"single_billing": "Yes: through Champion",
"supplier": {
"logo_url": null,
"name": "Champion Energy",
"resource_uri": "/api/v1/suppliers/1/"
},
"switch_recission": "3 days"
},
"resource_uri": "/api/v1/products/116/"
},
{
"distributor": {
"id": "14",
"key": "il-comed",
"name": "ComEd Illinois",
"resource_uri": "/api/v1/distributors/14/"
},
"documents": [
{
"document_url": "https://power2switch.com/uploads/tier_documents/CustomerInfoBooklet.pdf",
"name": "Customer Information Booklet",
"product": "/api/v1/products/115/",
"resource_uri": "/api/v1/product_documents/208/"
},
{
"document_url": "https://www.championenergyservices.com/il/register/termsofservice.asp?rateID=1802",
"name": "Terms of Service",
"product": "/api/v1/products/115/",
"resource_uri": "/api/v1/product_documents/209/"
}
],
"id": "115",
"price": 0.0612,
"product_info": {
"billing_options": "Paper & electronic",
"contract_months": 24,
"contract_type": "Fixed",
"credit_check": true,
"direct_debit": true,
"early_termination_fee": "$10 per month remaining in contract",
"id": "1",
"name": "Savings Champ-24",
"notes": "",
"online_billing": true,
"promotional_details": "",
"renewable_amount": 0.0,
"resource_uri": "/api/v1/plans/1/",
"single_billing": "Yes: Through Champion",
"supplier": {
"logo_url": null,
"name": "Champion Energy",
"resource_uri": "/api/v1/suppliers/1/"
},
"switch_recission": "3 days"
},
"resource_uri": "/api/v1/products/115/"
},
{
"distributor": {
"id": "14",
"key": "il-comed",
"name": "ComEd Illinois",
"resource_uri": "/api/v1/distributors/14/"
},
"documents": [
{
"document_url": "https://power2switch.com/static/pdf/Everbright-ComEd.pdf",
"name": "Electricity Purchase and Sale Terms",
"product": "/api/v1/products/120/",
"resource_uri": "/api/v1/product_documents/334/"
}
],
"id": "120",
"price": 0.061,
"product_info": {
"billing_options": "Paper and Electronic",
"contract_months": 24,
"contract_type": "Fixed",
"credit_check": false,
"direct_debit": true,
"early_termination_fee": "$50",
"id": "7",
"name": "24-Month Fixed Price",
"notes": "",
"online_billing": true,
"promotional_details": "Includes a $50 Restaurant.com Gift Card!",
"renewable_amount": 0.0,
"resource_uri": "/api/v1/plans/7/",
"single_billing": "Yes - through distributor",
"supplier": {
"logo_url": null,
"name": "EverBright Energy",
"resource_uri": "/api/v1/suppliers/2/"
},
"switch_recission": "5 days"
},
"resource_uri": "/api/v1/products/120/"
},
{
"distributor": {
"id": "14",
"key": "il-comed",
"name": "ComEd Illinois",
"resource_uri": "/api/v1/distributors/14/"
},
"documents": [],
"id": "145",
"price": 0.0679,
"product_info": {
"billing_options": "Electronic: through distributor",
"contract_months": 12,
"contract_type": "Fixed",
"credit_check": false,
"direct_debit": true,
"early_termination_fee": "$100",
"id": "14",
"name": "Preferred 12 Advantage",
"notes": "",
"online_billing": false,
"promotional_details": "",
"renewable_amount": 0.0,
"resource_uri": "/api/v1/plans/14/",
"single_billing": "Yes: through distributor",
"supplier": {
"logo_url": null,
"name": "Spark Energy",
"resource_uri": "/api/v1/suppliers/3/"
},
"switch_recission": "5 days"
},
"resource_uri": "/api/v1/products/145/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment