forked from mirrors/easyappointments
21 lines
408 B
JSON
21 lines
408 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 secretary notes.",
|
||
|
"providers": [
|
||
|
53,
|
||
|
17
|
||
|
],
|
||
|
"settings":{
|
||
|
"username":"chrisdoe",
|
||
|
"notifications": true
|
||
|
}
|
||
|
}
|