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

12 lines
235 B
JSON
Raw Normal View History

2016-07-09 09:24:08 +03:00
{
"id": 97,
"firstname": "John",
"lastname": "Doe",
"email": "john@doe.com",
2016-07-10 13:58:33 +03:00
"phone": "0123456789",
"address": "Some Str. 123",
"city": "Some City",
"zip": "12345",
2016-07-09 09:24:08 +03:00
"notes": "Test customer notes."
}