Created
May 1, 2018 18:25
-
-
Save BuildWithLal/7bd4ced469c21c66c5d7ac8c8b72cecb 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
{ | |
"id": 1, | |
"name": "Meri Company", | |
"street": "", | |
"city": "", | |
"state": "", | |
"country": "", | |
"lat": "0.00000000000000000000", | |
"lng": "0.00000000000000000000", | |
"site_url": "", | |
"about": "", | |
"photo": null, | |
"is_stripe_connected": true, | |
"allow_defered_payment": false, | |
"user": { | |
"id": 1, | |
"password": "pbkdf2_sha256$100000$9P6ge1dPU75v$218ELvTaNvR094PNJVe/v96zT/YUDyBtWH1KqacaWYs=", | |
"last_login": null, | |
"is_superuser": false, | |
"email": "[email protected]", | |
"first_name": "", | |
"last_name": "", | |
"type": "company", | |
"is_staff": false, | |
"is_active": true, | |
"date_joined": "2018-04-07T07:55:10.966486Z", | |
"phone": "3018979128", | |
"country_code": "+92", | |
"groups": [], | |
"user_permissions": [] | |
}, | |
"contacts": [ | |
{ | |
"email": "[email protected]", | |
"first_name": "", | |
"user_permissions": [], | |
"is_superuser": false, | |
"country_code": "+92", | |
"phone": "3018979128", | |
"last_name": "", | |
"groups": [], | |
"is_staff": false, | |
"type": "company", | |
"date_joined": "2018-04-07T07:55:10.966486Z", | |
"last_login": null, | |
"id": 1, | |
"is_active": true | |
}, | |
{ | |
"email": "[email protected]", | |
"first_name": "", | |
"user_permissions": [], | |
"is_superuser": false, | |
"country_code": "", | |
"phone": "", | |
"last_name": "", | |
"groups": [], | |
"is_staff": false, | |
"type": "talent", | |
"date_joined": "2018-04-07T08:02:21.334696Z", | |
"last_login": null, | |
"id": 3, | |
"is_active": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment