easyappointments/test/php/engine/Api/V1/fixtures/admin.json

18 lines
382 B
JSON
Raw Normal View History

2016-07-09 09:24:08 +03:00
{
"id": 143,
"firstname": "Chris",
"lastname": "Doe",
"email": "chris@doe.com",
"mobile": "012345679-0",
"phone": "0123456789-1",
"address": "Some Str. 123",
"city": "Some City",
"state": "Some City",
2016-07-09 09:24:08 +03:00
"zip": "12345",
"notes": "Test admin notes.",
"settings":{
"username": "chrisdoe",
2016-07-09 09:24:08 +03:00
"notifications": true
}
}