Skip to content

Instantly share code, notes, and snippets.

@dpenic
Created February 20, 2013 17:17
Show Gist options
  • Save dpenic/4997233 to your computer and use it in GitHub Desktop.
Save dpenic/4997233 to your computer and use it in GitHub Desktop.
{
"getFreeUnitsResponse": {
"FreeUnit": {
"FreeUnits": [
{
"freeUnitType": "FreeMinutes",
"totalAmount": 1000,
"usedAmount": 35,
"leftAmount": 965
},
{
"freeUnitType": "FreeMB",
"totalAmount": 1024,
"usedAmount": 453,
"leftAmount": 571
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment