iflrandevu/test/php/engine/Api/V1/fixtures/customer.json

12 lines
241 B
JSON

{
"id": 97,
"firstname": "John",
"lastname": "Doe",
"email": "john@doe.com",
"phone": "0123456789",
"address": "Some Str. 123",
"city": "Some City",
"zip": "12345",
"notes": "Test customer notes."
}