Skip to content

Instantly share code, notes, and snippets.

@multitel
Created March 4, 2014 01:39
Show Gist options
  • Save multitel/9338636 to your computer and use it in GitHub Desktop.
Save multitel/9338636 to your computer and use it in GitHub Desktop.
GetDIDs JSON Sample Output
{"DATA":
[
{
"Number":"12036587208",
"SetupCost":"2.000",
"MonthlyCharges":"3.00",
"PerMinuteCharges":"0.019",
"Country":"United States",
"Area":"",
"CountryCode":"US",
"StateCode":"1203",
"FreeMinutes":0,
"VOIP":1,
"SMS":1,
"MMS":0,
"PER_SMS":"0",
"PER_MMS":"0",
"SS7":3214
},{
"Number":"12036587209",
"SetupCost":"2.000",
"MonthlyCharges":"3.00",
"PerMinuteCharges":"0.019",
"Country":"United States",
"Area":"",
"CountryCode":"US",
"StateCode":"1203",
"FreeMinutes":0,
"VOIP":1,
"SMS":1,
"MMS":0,
"PER_SMS":"0",
"PER_MMS":"0",
"SS7":3714
},{
...
}
],"return_code":0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment