Created
October 17, 2017 15:33
-
-
Save jerronimo/13ecd0f07ac95f4f8068678a50243e62 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
{ | |
member: { | |
user_id: 21, | |
first_name: "Melvina", | |
last_name: "Ernser", | |
email: "[email protected]", | |
primary_phone: "1111111111111111", | |
avatar: "/fr/fake/img_avatar/artist/59d34d41bee2e.jpg", | |
nationality: "BV", | |
user_type: "individual", | |
birthday: "18/02/1971", | |
work_abroad: true, | |
name: "Dr. Gail Stehr", | |
slug: "dr-gail-stehr", | |
search_image: "fr/fake/img_performance/59d34d41c08b5.jpg", | |
currency_iso_code: "EUR", | |
currency_symbol: "€", | |
reg_lat: "48.849919800000", | |
reg_lng: "2.637041100000", | |
reg_name: "Île-de-France", | |
city_id: 81, | |
city_name: "Paris", | |
city_place_id: "ChIJD7fiBh9u5kcRYJSMaMOCCwQ", | |
city_lat: "48.856614000000", | |
city_lng: "2.352221900000", | |
country_code: "fr", | |
country_name: "France", | |
addresses: [ | |
{ | |
address_id: 1, | |
country: { | |
id: 1, | |
name: "United Kingdom", | |
code: "gb" | |
}, | |
city: { | |
id: 1, | |
name: "Aberdeen" | |
}, | |
line_one: "sdfsdfsdf", | |
post_code: "111111", | |
type: 1 | |
} | |
], | |
legal_user: { | |
legal_user_id: 1, | |
first_name: "324234", | |
last_name: "23423423", | |
email: "[email protected]", | |
representative_email: "[email protected]", | |
representative_country_of_residence: "sdfsdfdsf" | |
}, | |
companies: [ | |
{ | |
company: { | |
company_id: 1, | |
name: "test", | |
vat: { | |
vat_id: 1, | |
vat_number: "111111", | |
vat_validation: 1 | |
} | |
}, | |
main: true | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment