Last active
September 6, 2016 14:36
-
-
Save fernandomitre7/e2c670a46eda9efd2a5dfc7b638426f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"caller_ids": [ | |
{ | |
"active": false, //Value that indicates if the caller id is active, if it is active we can use it (I don't think we use this value) | |
"id": "a035000000SstJ7AAJ", | |
"name": "MX Mobile", | |
"number": "5218117997371", //duplicated values | |
"phone": "5218117997371", | |
"selected": false //Value that indicates if this caller id is selected to be used. Only 1 can be selected at a time | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment