diff --git a/hartmann-foto-documentation-app/src/main/java/marketing/heyday/hartmann/fotodocumentation/rest/vo/CustomerPictureValue.java b/hartmann-foto-documentation-app/src/main/java/marketing/heyday/hartmann/fotodocumentation/rest/vo/CustomerPictureValue.java
index d1e29fb..c012ce6 100644
--- a/hartmann-foto-documentation-app/src/main/java/marketing/heyday/hartmann/fotodocumentation/rest/vo/CustomerPictureValue.java
+++ b/hartmann-foto-documentation-app/src/main/java/marketing/heyday/hartmann/fotodocumentation/rest/vo/CustomerPictureValue.java
@@ -15,6 +15,6 @@ import marketing.heyday.hartmann.fotodocumentation.rest.jackson.SchemaValidated;
* created: 19 Jan 2026
*/
@Schema(name = "CustomerPictureUpload")
-public record CustomerPictureValue(String username, String pharmacyName, String customerNumber, Date date, String comment, String category, String base64String) implements SchemaValidated {
+public record CustomerPictureValue(String username, String pharmacyName, String customerNumber, Date date, String zip, String city, String comment, String category, String base64String) implements SchemaValidated {
}
diff --git a/hartmann-foto-documentation-app/src/main/resources/schema/customer_picture_add.json b/hartmann-foto-documentation-app/src/main/resources/schema/customer_picture_add.json
index f75fa66..fb08682 100644
--- a/hartmann-foto-documentation-app/src/main/resources/schema/customer_picture_add.json
+++ b/hartmann-foto-documentation-app/src/main/resources/schema/customer_picture_add.json
@@ -24,6 +24,14 @@
"description": "A free text comment field ",
"type": "string"
},
+ "zip": {
+ "description": "The zip from the customer",
+ "type": "string"
+ },
+ "city": {
+ "description": "The city from the customer",
+ "type": "string"
+ },
"base64String": {
"description": "The Picture content as base64 ",
"type": "string"
diff --git a/hartmann-foto-documentation-docker/src/main/docker/hartmann-foto-documentation-web-1.0.0-SNAPSHOT.war b/hartmann-foto-documentation-docker/src/main/docker/hartmann-foto-documentation-web-1.0.0-SNAPSHOT.war
index 2d1e871..5150076 100644
Binary files a/hartmann-foto-documentation-docker/src/main/docker/hartmann-foto-documentation-web-1.0.0-SNAPSHOT.war and b/hartmann-foto-documentation-docker/src/main/docker/hartmann-foto-documentation-web-1.0.0-SNAPSHOT.war differ
diff --git a/hartmann-foto-documentation-docker/src/test/resources/datasets/dataset.xml b/hartmann-foto-documentation-docker/src/test/resources/datasets/dataset.xml
index be821dd..ba6734e 100644
--- a/hartmann-foto-documentation-docker/src/test/resources/datasets/dataset.xml
+++ b/hartmann-foto-documentation-docker/src/test/resources/datasets/dataset.xml
@@ -18,10 +18,10 @@
-
-
-
-
-
+
+
+
+
+