Created
July 1, 2018 08:33
-
-
Save codeleson/7b3cada29db5910b8f9dbae47a4facf8 to your computer and use it in GitHub Desktop.
Please make for a right.js according my content.
This file contains hidden or 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
{ | |
"meta": { | |
"page": 1, | |
"pages": 1, | |
"perpage": -1, | |
"total": 2, | |
"sort": "asc", | |
"field": "id" | |
}, | |
"data": [ | |
{ | |
"id": "1", | |
"user_id": "RES100101", | |
"email": "[email protected]", | |
"password": "", | |
"password_reset_session": "", | |
"name": "Reseller Praveen", | |
"mobile": "9874561230", | |
"landline": "011-1234567", | |
"expire_days": "12", | |
"date": "2018-04-24", | |
"expiry_date": "2018-05-06", | |
"company": "Genuinecodes", | |
"sms_credits": "50000", | |
"sms_remaining": "1000000", | |
"sms_cost": "9", | |
"msg_store": "", | |
"status": "0" | |
}, | |
{ | |
"id": "15", | |
"user_id": "RES100115", | |
"email": "[email protected]", | |
"password": "", | |
"password_reset_session": "", | |
"name": "Praveen reseller 1", | |
"mobile": "9874561231", | |
"landline": "011-1234567", | |
"expire_days": "70", | |
"date": "2018-04-28", | |
"expiry_date": "2018-07-07", | |
"company": "Genuinecodes", | |
"sms_credits": "500000", | |
"sms_remaining": "500000", | |
"sms_cost": "10.5", | |
"msg_store": "bXNnX3JlczE1", | |
"status": "1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment