Skip to content

Instantly share code, notes, and snippets.

@jakelumetta
Created August 17, 2012 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakelumetta/3375439 to your computer and use it in GitHub Desktop.
Save jakelumetta/3375439 to your computer and use it in GitHub Desktop.
Enrollment GET
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"total_count": 10
},
"objects": [
{
"account_number": "0987654321",
"address": "1234 Main St.",
"bill_address": "1234 Main St.",
"bill_city": "Chicago",
"bill_state": "IL",
"bill_unit": "Apt 2",
"bill_zipcode": "60626",
"birth_date": "2012-01-01",
"canceled": null,
"city": "Chicago",
"completed": null,
"created": "2012-08-16T19:20:48.709268",
"current_provider": "il-comed",
"deposit": null,
"deposit_paid": false,
"electronic_bill": true,
"email": "jake@power2switch.com",
"first_name": "Jake",
"id": "1917",
"language_preference": "",
"last_name": "Lumetta",
"liheap_customer": true,
"phone": "555-555-5555",
"product_id": null,
"requested_enrollment_date": null,
"resource_uri": "/api/v1/enrollments/1917/",
"site_address": "1234 Main St.",
"site_city": "Chicago",
"site_state": "IL",
"site_unit": "Apt 2",
"site_zipcode": "60626",
"state": "IL",
"tos_initials": "JL",
"tos_ok": true,
"unit": "Apt 2",
"zipcode": "60626"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment