17 lines
379 B
JSON
17 lines
379 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",
|
|
"state": "Some City",
|
|
"zip": "12345",
|
|
"notes": "Test admin notes.",
|
|
"settings": {
|
|
"username": "chrisdoe",
|
|
"notifications": true
|
|
}
|
|
}
|