25 lines
464 B
JSON
25 lines
464 B
JSON
{
|
|
"id": 1,
|
|
"name": "Müller Apotheke",
|
|
"customerNumber": "1234",
|
|
"city": "Hannover",
|
|
"zip": "12345",
|
|
"questionnaires": [
|
|
{
|
|
"id": 1,
|
|
"comment": "good looking picture 1",
|
|
"category": null,
|
|
"questionnaireDate": 1767262170000,
|
|
"username": "verboomp",
|
|
"evaluation": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"comment": "good looking picture 2",
|
|
"category": null,
|
|
"questionnaireDate": 1767348570000,
|
|
"username": "verboomp",
|
|
"evaluation": 1
|
|
}
|
|
]
|
|
} |