mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
17 lines
355 B
JSON
17 lines
355 B
JSON
|
{
|
||
|
"id": 143,
|
||
|
"firstname": "Chris",
|
||
|
"lastname": "Doe",
|
||
|
"email": "chris@doe.com",
|
||
|
"mobile": "012345679-0",
|
||
|
"phone": "0123456789-1",
|
||
|
"address": "Some Str. 123",
|
||
|
"city": "Some City",
|
||
|
"zip": "12345",
|
||
|
"notes": "Test admin notes.",
|
||
|
"settings":{
|
||
|
"username":"chrisdoe",
|
||
|
"notifications": true
|
||
|
}
|
||
|
}
|