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

13 lines
293 B
JSON
Raw Normal View History

2016-07-08 22:42:51 +03:00
{
"id": 1,
"book": "2016-07-08 12:57:00",
"start": "2016-07-08 18:00:00",
"end": "2016-07-08 18:30:00",
"hash": "asdf809a8sdf987a9d8f7",
2016-07-09 09:24:08 +03:00
"notes": "These are some test notes.",
2016-07-08 22:42:51 +03:00
"customerId": 56,
"providerId": 4,
"serviceId": 7,
2016-07-09 09:24:08 +03:00
"googleCalendarId": 134
2016-07-08 22:42:51 +03:00
}