MaketRandevu/tests/phpunit/engine/Api/V1/fixtures/provider.json

73 lines
1.8 KiB
JSON
Raw Normal View History

{
2016-07-09 09:24:08 +03:00
"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",
2016-07-09 09:24:08 +03:00
"zip": "12345",
"notes": "Test provider notes.",
"services": [
1,
5,
9
],
"settings": {
2016-07-09 09:24:08 +03:00
"username": "chloedoe",
"notifications": true,
"googleSync": true,
2016-07-09 09:24:08 +03:00
"googleCalendar": "calendar-id",
"googleToken": "23897dfasdf7a98gas98d9",
"syncFutureDays": 10,
"syncPastDays": 10,
"workingPlan": {
"monday": {
2016-07-09 09:24:08 +03:00
"start": "09:00",
"end": "18:00",
"breaks": [
{
2016-07-09 09:24:08 +03:00
"start": "14:30",
"end": "15:00"
}
]
},
"tuesday": {
2016-07-09 09:24:08 +03:00
"start": "09:00",
"end": "18:00",
"breaks": [
{
2016-07-09 09:24:08 +03:00
"start": "14:30",
"end": "15:00"
}
]
},
"wednesday": null,
"thursday": {
2016-07-09 09:24:08 +03:00
"start": "09:00",
"end": "18:00",
"breaks": [
{
2016-07-09 09:24:08 +03:00
"start": "14:30",
"end": "15:00"
}
]
},
"friday": {
2016-07-09 09:24:08 +03:00
"start": "09:00",
"end": "18:00",
"breaks": [
{
2016-07-09 09:24:08 +03:00
"start": "14:30",
"end": "15:00"
}
]
},
"saturday": null,
"sunday": null
2016-07-09 09:24:08 +03:00
}
}
}