72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"id": 143,
|
|
"firstname": "Chloe",
|
|
"lastname": "Doe",
|
|
"email": "chloe@doe.com",
|
|
"mobile": "012345679-0",
|
|
"phone": "0123456789-1",
|
|
"address": "Some Str. 123",
|
|
"city": "Some City",
|
|
"state": "Some State",
|
|
"zip": "12345",
|
|
"notes": "Test provider notes.",
|
|
"services": [
|
|
1,
|
|
5,
|
|
9
|
|
],
|
|
"settings": {
|
|
"username": "chloedoe",
|
|
"notifications": true,
|
|
"googleSync": true,
|
|
"googleCalendar": "calendar-id",
|
|
"googleToken": "23897dfasdf7a98gas98d9",
|
|
"syncFutureDays": 10,
|
|
"syncPastDays": 10,
|
|
"workingPlan": {
|
|
"monday": {
|
|
"start": "09:00",
|
|
"end": "18:00",
|
|
"breaks": [
|
|
{
|
|
"start": "14:30",
|
|
"end": "15:00"
|
|
}
|
|
]
|
|
},
|
|
"tuesday": {
|
|
"start": "09:00",
|
|
"end": "18:00",
|
|
"breaks": [
|
|
{
|
|
"start": "14:30",
|
|
"end": "15:00"
|
|
}
|
|
]
|
|
},
|
|
"wednesday": null,
|
|
"thursday": {
|
|
"start": "09:00",
|
|
"end": "18:00",
|
|
"breaks": [
|
|
{
|
|
"start": "14:30",
|
|
"end": "15:00"
|
|
}
|
|
]
|
|
},
|
|
"friday": {
|
|
"start": "09:00",
|
|
"end": "18:00",
|
|
"breaks": [
|
|
{
|
|
"start": "14:30",
|
|
"end": "15:00"
|
|
}
|
|
]
|
|
},
|
|
"saturday": null,
|
|
"sunday": null
|
|
}
|
|
}
|
|
}
|